]> git.sesse.net Git - vlc/history - src/misc
* forgot to include the Turkish locale here as well
[vlc] / src / misc /
2005-06-26 Rémi Denis-CourmontRemove confusing warning
2005-06-26 Felix Paul Kühne* copy the po-files from /tags/0.8.2 to trunk
2005-06-26 Rémi Denis-CourmontFix compilation
2005-06-26 Rémi Denis-CourmontRemove obsoloted check
2005-06-26 Rémi Denis-CourmontSet IPV6_V6ONLY option to make my life easier
2005-06-26 Rémi Denis-CourmontSet IPV6_PROTECTION_LEVEL (yet another Microsoft's...
2005-06-26 Rémi Denis-CourmontFixes httpd_ClientIP on Win32 & the likes
2005-06-26 Rémi Denis-CourmontUse integer rather than strings for UDP/TCP port numbers
2005-06-23 Rémi Denis-Courmont- Fix infinite loop on TCP connection timeout
2005-06-22 Antoine Cellerierapplied patch by Julien Martin
2005-06-20 Christophe Massiot * src/misc/net.c: Better fix for Cygwin.
2005-06-20 Christophe Massiot * src/misc/net.c: Fix for Cygwin which doesn't have...
2005-06-17 Felix Paul Kühne* forward-port of [11453] plus a small string-enhanceme...
2005-06-17 Christophe Massiot * modules/control/http.c: Added support for .hosts...
2005-06-14 Antoine Cellerier* add --playlist-enqueue option ( win32 only )
2005-06-04 Rémi Denis-CourmontAttempt to fix a crash in src/misc/httpd.c
2005-06-02 Rémi Denis-CourmontComplete rewrite of vlc_symbols.h generation (closes...
2005-06-02 Rémi Denis-CourmontFix previous buggy commit
2005-06-02 Rémi Denis-CourmontDigest => DigestMD5
2005-06-01 Gildas Bazin* src/misc/modules.c: missing free().
2005-06-01 Gildas Bazin* src/misc/block.c: fixed block_Realloc()
2005-06-01 Christophe Mutricy* configuration.[ch]: treat the deleted options with...
2005-05-31 Rémi Denis-CourmontFix EINVAL
2005-05-31 Rémi Denis-CourmontFixed a typo
2005-05-31 Rémi Denis-CourmontMinor clean up
2005-05-31 Rémi Denis-Courmontsvn:keywords
2005-05-31 Rémi Denis-CourmontMD5 hash API - closes #135
2005-05-26 Christophe MutricyAdd a note about mandatory argument.
2005-05-26 Gildas Bazin* src/misc/net.c,getaddrinfo.c: WinCE build fixes.
2005-05-24 Steve Lhommegetaddrinfo.c: fix MSVC compilation
2005-05-24 Rémi Denis-CourmontThread safety fix
2005-05-24 Rémi Denis-CourmontWinCE compile fix
2005-05-23 Rémi Denis-Courmontun-re-un-export net_ConvertIPv4
2005-05-23 Steve Lhommecompilation fixes for MSVC
2005-05-23 Christophe Mutricymodules.c: forget this file saturday for [11093]
2005-05-23 Eric Petit src/*: BeOS compile fixes
2005-05-22 Rémi Denis-CourmontSupport for re-using the same TLS/SSL httpd hosts for...
2005-05-22 Rémi Denis-Courmont- use VLC net API in httpd
2005-05-22 Rémi Denis-Courmont- Use the new vlc_getaddrinfo API
2005-05-22 Rémi Denis-Courmontvlc_getaddrinfo, vlc_getnameinfo and vlc_gai_strerror...
2005-05-22 Rémi Denis-CourmontFix httpd reference count and deletion
2005-05-21 Christophe Mutricyconfiguration.[ch]: Handling of deprecated options...
2005-05-12 Rémi Denis-CourmontRemove debug messages in httpd
2005-05-10 Antoine Cellerier * show number of broadcast and vod media items within...
2005-05-09 Rémi Denis-CourmontDon't print an error message when attempting to recv...
2005-05-05 Felix Paul Kühne* add the option keyword to the help of vlm and the...
2005-05-04 Sam Hocevar * do not use a dynamic linker if no plugin support...
2005-05-03 Felix Paul Kühne* aded the new Catalan translation
2005-05-03 Rémi Denis-CourmontEnable catalan translation
2005-04-17 Sigmund Augdal Helbergminor memleak fixes
2005-04-16 Rémi Denis-CourmontClean up thread_{begin,end}
2005-04-16 Rémi Denis-Courmont- fix invalid free of root object
2005-04-16 Rémi Denis-CourmontSmall mem leak
2005-04-16 Gildas Bazin* src/misc/configuration.c: YAF (yet another fix).
2005-04-15 Gildas Bazin* src/misc/modules.c: added sub-version number to cache...
2005-04-15 Gildas Bazin* src/misc/configuration.c: fixed a few recent bugs.
2005-04-15 Christophe Massiot * ALL: x86-64 fixes.
2005-04-15 Gildas Bazin* src/misc/modules.c: oups, stupid bug.
2005-04-15 Gildas Bazin* src/misc/configuration.c, ALL: support for auto-savea...
2005-04-12 Felix Paul Kühne* added Chinese Traditional translation by Frank Chao...
2005-04-09 Rémi Denis-Courmont- optional SSL hostname verification
2005-04-08 Rémi Denis-Courmont- Simplify check for getnameinfo
2005-04-08 Rémi Denis-CourmontFix invalid abusive pointer usage (heck, there was...
2005-04-05 Gildas Bazin* src/misc/vlm.c: misc small fixes in config file savin...
2005-04-03 Gildas Bazin* src/misc/vlm.c: config file written with CR+LF on...
2005-04-02 Gildas Bazin* src/misc/configuration.c: removed annoying debug...
2005-03-20 Felix Paul Kühne* removed my ftime-replacement for OSX again
2005-03-20 Gildas Bazin* src/misc/vlm.c: only use ftime() on win32.
2005-03-20 Felix Paul Kühne* ftime does not exist on OSX, so we need to implement...
2005-03-17 Gildas Bazin* src/misc/image.c, src/video_output/vout_intf.c: handl...
2005-03-17 Gildas Bazin* src/video_output/vout_intf.c, src/misc/image.c: prope...
2005-03-16 Gildas Bazin* src/misc/vlm.c: couple of fixes pointed out by johnluo.
2005-03-13 Rémi Denis-CourmontFix my email address
2005-03-12 Rémi Denis-CourmontFixed stupid bug (C) me, yesterday (variable name conflict)
2005-03-11 Rémi Denis-Courmont- Fix bug #1854
2005-03-11 Clément StenacReduce the global verbosity
2005-03-05 Rémi Denis-Courmont- TLS API cleanup
2005-03-04 Yoann Peronneau* update VLM help about inputdel
2005-03-03 Rémi Denis-CourmontFixes invalid memory access in case of TLS handshake...
2005-02-23 Gildas Bazin* src/misc/modules.c: MSVC compilation fix.
2005-02-22 Gildas Bazin* src/misc/threads.c: print thread timing statistics...
2005-02-21 Gildas Bazin* src/misc/modules.c, modules/access/directory.c: Win32...
2005-02-21 Yoann Peronneau* src/misc/vlm.c: added 'inputdeln <num>' to delete...
2005-02-20 Yoann Peronneau* src/misc/vlm.c: added 'inputdel all' to delete all...
2005-02-20 Yoann Peronneau* src/misc/vlm.c: addded 'inputdel' setup command
2005-02-20 Gildas Bazin* src/misc/httpd.c, modules/demux/subtitle.c, modules...
2005-02-16 Felix Paul Kühne* ALL: added Nepali as the last of Simos Xenitellis...
2005-02-15 Gildas Bazin* ALL: WinCE build fixes.
2005-02-15 Derk-Jan Hartman* Added the new languages to the prefs and the OSX...
2005-01-31 Gildas Bazin* src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilat...
2005-01-23 Yoann Peronneau* src/misc/vlm.c: start exporting some VLM control...
2005-01-13 Christophe Massiot* src/misc/threads.c: thread_id is in fact an _unsigned...
2005-01-13 Gildas Bazin* src/misc/configuration.c: fix config_GetType() to...
2005-01-05 Gildas Bazin* src/misc/modules.c,cpu.c, modules/access/file.c:...
2004-12-26 Rémi Denis-CourmontGeneric client SSL/TLS support
2004-12-25 Rémi Denis-Courmont- Fix segfault when TLS handshake fails (introduced...
2004-12-25 Rémi Denis-Courmont- Non blocking TLS handshaking
2004-12-21 Gildas Bazin* src/misc/image.c: implemented ImageConvert().
2004-12-20 Gildas Bazin* src/misc/image.c: implemented ImageWrite() and ImageW...
2004-12-19 Clément StenacFix bugs with psz_shortname
next