Age | Commit message (Expand) | Author |
2011-10-10 | Added asprintf wrapper | Petri Hintukainen |
2011-10-04 | Import xine_private.h as needed, not as part of xine_internal.h. | Chris Rankin |
2011-10-04 | utils.c: fixed missing prototypes: unconditionally include xine_internal.h | Petri Hintukainen |
2011-10-03 | Set CLOEXEC flag on three more sockets. | Chris Rankin |
2011-10-03 | Prefix open_cloexec() and create_cloexec() with xine_, and add new xine_socke... | Chris Rankin |
2011-10-01 | Mark simple file and socket descriptors as uninheritable. | Chris Rankin |
2009-11-30 | Trim trailing space & reduce space+tab. | Darren Salt |
2009-05-07 | Character encoding is stored in LC_CTYPE | Sander Jansen |
2008-09-28 | Fix xine_usec_sleep for mingw+msys | Matthias Ringwald |
2008-07-11 | Fix xine_get_pluginroot (mingw32) | Matthias Ringwald |
2008-06-12 | Fix up reporting of supported formats by the ALSA & OSS output plugins. | Darren Salt |
2008-05-09 | Use size_t to keep the value returned by strlen(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | Deprecate xine_xmalloc(). | Diego 'Flameeyes' Pettenò |
2008-05-07 | xine_xmalloc() deprecation: replace its use with static and non-zero size. | Diego 'Flameeyes' Pettenò |
2008-04-28 | Add xine_get_pluginroot() for win32. Completely untested. | Darren Salt |
2008-02-09 | Remove some unnecessary tests (which the compiler would discard). | Darren Salt |
2007-11-23 | Merge. | Darren Salt |
2007-11-15 | using select instead of nanosleep the wakeup count reported by powertop is re... | Matthias Kretz |
2007-11-10 | Delete most of the CVS $Id$/$Log$ lines. | Darren Salt |
2007-11-09 | Update FSF address on non-contributed code and COPYING files. | Diego 'Flameeyes' Pettenò |
2006-07-21 | When trying to get the langinfo code, first of all, set the locale, or you'll... | Diego 'Flameeyes' Pettenò |
2006-06-23 | Miscellaneous static/const fixups. | Darren Salt |
2006-06-10 | Don't trust internal gettext macros, they are unreliable and change between v... | Diego 'Flameeyes' Pettenò |
2006-02-05 | Fix detection of locale containing a modifier (like "@euro") | Miguel Freitas |
2005-09-05 | *BUGFIX* | František Dvořák |
2005-08-30 | Better names for directory separators. | František Dvořák |
2005-08-29 | *BUGFIX* | František Dvořák |
2005-04-01 | Fixed currently unused xine_chomp() (maybe it's used in future) | Hans-Dieter Kosch |
2005-03-31 | - handle EINTR when calling nanosleep, spotted by Mathieu Routhier | Bastien Nocera |
2004-10-30 | better check for posix timers | Miguel Freitas |
2004-10-29 | use monotonic clock when available | Miguel Freitas |
2004-09-26 | - almost finalize headers refactoring needed for MSVC frontends (and for other | František Dvořák |
2004-09-20 | Build system improvements: | František Dvořák |
2004-09-12 | including <unistd.h>, which has been removed from the global headers | Michael Roitzsch |
2004-09-02 | Warnings on WIN32. | František Dvořák |
2004-09-01 | Improvements and implementing Michael's suggestions: | František Dvořák |
2004-08-27 | MINGW32 port. Engine library and most of plugins compiles now. | František Dvořák |
2004-07-25 | protect buffer | Michael Roitzsch |
2004-07-14 | - Use Windows encoding for the external subtitles, guessed according to curr... | František Dvořák |
2004-05-09 | Valid error description for gethostbyname. Obsolete function hstrerror() has ... | František Dvořák |
2004-04-06 | Prepare for MinGW port: | František Dvořák |
2004-03-29 | fix prototype | Michael Roitzsch |
2004-03-27 | "+y"+p code from xine-ui for guessing locale codeset (default encoding for OSD). | František Dvořák |
2003-12-09 | update copyright year (and we have to do it again in 3 weeks... ;-) ) | Daniel Caujolle-Bert |
2003-12-07 | get rid of XINE_{ASSERT,ABORT} and useless xine_print_trace (useless). Replac... | Daniel Caujolle-Bert |
2003-12-06 | fix mem overlap reported by valgrind | Miguel Freitas |
2003-12-04 | some const correctness | James Stembridge |
2003-11-04 | Final patches for compiling xine under MSVC: | František Dvořák |
2003-09-16 | Removed headers that provided nothing needed to the build. | Stephen Torri |
2003-07-27 | - removed xine-engine/locale.c as it is unused, fix static functions in the | Bastien Nocera |