]> git.sesse.net Git - vlc/history - src/extras
Merge branch 'master' into lpcm_encoder
[vlc] / src / extras /
2010-08-19 Rémi Denis-CourmontDo not translate "" for good this time
2010-08-03 Rémi Denis-CourmontDo not export vlc_wclosedir()
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-05-25 Rémi Denis-CourmontMissing #include
2010-02-28 Rémi Denis-Courmontgetopt: remove useless functions and boiler plate,...
2010-02-28 Rémi Denis-CourmontAlways build and use "our" getopt
2010-02-07 Rémi Denis-Courmontcommon: remove leading underscores
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-06 Rémi Denis-Courmontvlc_tdestroy: safe replacement for GNU tdestroy()
2009-12-29 Rémi Denis-Courmontvlc_execve: use _exit in case of failure
2009-12-29 Rémi Denis-Courmontvlc_execve: simplify, keep standard error
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-11-10 Pierre YnardInclude header only if needed
2009-09-14 Marian ĎurkovičProvide local routine for ISO_6937 -> UTF-8 conversions
2009-08-21 Pierre d'Herbemontwin32: Flag some unused arg warnings.
2009-08-21 Rémi Denis-CourmontRevert "Win32: fix src/ compilation"
2009-08-20 Jean-Baptiste KempfWin32: fix src/ compilation
2009-08-06 Rémi Denis-CourmontWork around missing PF_LOCAL (fixes: #3027)
2009-08-06 Rémi Denis-CourmontCosmetic: socket(AF_ -> socket(PF_
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2009-04-21 Rémi Denis-Courmont(p?)gettext -> vlc_\1gettext
2009-04-16 Rémi Denis-CourmontInclude <libintl.h> only when really needed
2009-04-10 Rémi Denis-CourmontRemove buggy and unused vlc_wraptext()
2009-04-10 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-10 Rémi Denis-CourmontMove remaining replacement to static import library
2009-04-10 Rémi Denis-CourmontStart moving replacement functions to a static import...
2009-04-10 Rémi Denis-CourmontRemove useless (very partially used) check for errno.h
2009-04-10 Rémi Denis-CourmontRemove useless check for (C89) <signal.h>
2008-12-21 Rémi Denis-CourmontInline strsep
2008-12-15 Rémi DuraffortFix compilation warning on Win CE.
2008-10-28 Rémi Denis-CourmontMissing include
2008-10-01 Jean-Baptiste KempfCompilation fix for win32.
2008-09-30 Geoffroy CouprieWinCE: more missing functions fixes
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Geoffroy CouprieWinCE: fix missing functions
2008-09-03 Laurent AimarImplemented strsep replacement.
2008-08-06 Derk-Jan HartmanRevert "poll(): ifndef HAVE_POLL means we don't use...
2008-08-06 Derk-Jan Hartmanpoll(): ifndef HAVE_POLL means we don't use poll()...
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-06 Rémi Denis-CourmontFactorize a translated message
2008-07-05 Rémi Denis-Courmonticonv: don't pretend it is present and do crap when...
2008-06-11 Rémi Denis-CourmontBlind attempt at fixing the libintl/g++-4.2 problem
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-Courmontvlc_dgettext: remove
2008-05-27 Pierre d'Herbemontlibvlccore: Add vlc_wclosedir to the exported symbols.
2008-05-24 Rémi Denis-CourmontInline and fix some linking errors
2008-05-24 Rémi Denis-CourmontFix win32 linking
2008-05-24 Rémi Denis-Courmontvlc_scandir: remove (dead) code
2008-05-24 Rémi Denis-CourmontSimplify, fix and inline strcasecmp and strncasecmp
2008-05-24 Rémi Denis-CourmontInline strnlen() and use it
2008-05-24 Rémi Denis-CourmontInline atoll and atof
2008-05-24 Rémi Denis-CourmontInline strdup, strndup, lldiv and getenv
2008-05-24 Rémi Denis-Courmontseekdir, telldir: unused, remove
2008-05-23 Rémi Denis-CourmontSeparate and refactor the win32 main code
2008-05-22 Rémi Denis-CourmontProvide vlc_gettext on all platforms
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-27 Rémi Denis-CourmontFix another series of HAVE_ dependencies (string replac...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-14 Rafaël Carréadd missing signal.h
2007-12-12 Rémi Denis-CourmontClear signal mask _between_ fork() and exec*().
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-01 Rémi Denis-CourmontTry to fix a compiler warning
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-07-29 Rémi Denis-CourmontRemove vlc_symbols legacy.
2007-05-28 Laurent AimarAdded strnlen replacement (Untested)
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-24 Rémi Denis-Courmont- Fix various error handling bugs in vlc_execve.
2007-03-21 Damien Fouilleul- getopt: use optind==0 for reentrency support and...
2007-03-10 Jean-Paul SamanFix a bunch of potential memleaks.
2007-01-08 Damien Fouilleul- since DIR* on win32 is mapped to a private data type...
2007-01-03 Damien Fouilleul- extras/libc.c: fixed stack overflow due to infinite...
2006-11-25 Rémi Denis-CourmontAttempt to use wide directory indexing on Win32
2006-11-21 Rémi Denis-CourmontRevert broken [17908:17910]
2006-11-21 Rafaël CarréUse only wide char functions, on win9x too
2006-11-21 Rafaël CarréUse non wide char functions on windows 9x
2006-11-21 Rafaël CarréUnicode support in directory access on windows. Patch...
2006-11-16 Marian DurkovicFix detection of FreeBSD version (the previous one...
2006-11-15 Derk-Jan Hartmanforwardport [17791]:
2006-04-29 Rémi Denis-CourmontOpenBSDish strlcpy()
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-22 Rémi Denis-CourmontClean up vlc_iconv prototype
2006-03-12 Rémi Denis-CourmontAlways link libintl through libvlc on Win32
2006-03-10 Rémi Denis-CourmontRemove broken lldiv check and only use lldiv replacemen...
2006-03-08 Eric Petit Force lldiv emulation on BeOS
2006-03-08 Eric Petit Emulate C99's lldiv() if necessary
2006-03-06 Rémi Denis-CourmontWxWidgets: use wraptext in UTF-8 mode as that is the...
2006-03-05 Rémi Denis-Courmont- Call dgettext directly with shared libvlc and libtool
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-12 Antoine CellerierFSF address change.
2005-09-09 Gildas Bazin* configure.ac, src/extras/libc.c, modules/misc/network...
2005-09-09 Christophe MutricyI shall compile before commiting * 100 for monday.
2005-09-09 Christophe MutricyFix a possible segfault patch by Brian Robb
next