]> git.sesse.net Git - vlc/history - src/misc
* Updated
[vlc] / src / misc /
2005-08-06 Cyril Deguet * charset.c: don't return a pointer to a buffer alloca...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-08-05 Christophe Massiot * src/misc/httpd.c: Changed the encoding of mandatory...
2005-08-05 Christophe Massiot * src/misc/objects.c: More verbosity to debug unreleas...
2005-08-04 Christophe Massiot * src/misc/charset.c: New function vlc_fix_readdir_cha...
2005-08-04 Rémi Denis-CourmontDon't call vlc_current_charset and vlc_iconv_open at...
2005-08-04 Rémi Denis-CourmontSpeed up LocaleFree()
2005-08-04 Rémi Denis-Courmont * reimplement EnableUTF8 without iconv
2005-08-04 Rémi Denis-Courmont * modules/control/http.c : specify UTF-8 as charset...
2005-08-04 Rémi Denis-CourmontAdd stub httpd_ServerIP when httpd is not compiled
2005-08-03 Gildas Bazin* src/misc/modules.c: reverted 11984 which breaks the...
2005-08-03 Rémi Denis-CourmontModule bank memleak
2005-08-03 Christophe Massiot * src/misc/image.c: Really fixed the segfault on unsup...
2005-08-02 Rémi Denis-Courmont- When both IPv4 and IPv6 plugins return a socket,...
2005-08-01 Christophe Massiot * src/misc/image.c: New image_Filter call to apply...
2005-07-29 Rémi Denis-CourmontFix compilation. Thanks bigben
2005-07-29 Rémi Denis-Courmont- Add httpd_ServerIP() to obtain HTTP server's IP used...
2005-07-29 Rémi Denis-CourmontAccept NULL hostname for httpd_HostNew
2005-07-29 Rémi Denis-CourmontDon't add brackets around IPv6 addresses, this is annoying
2005-07-29 Rémi Denis-CourmontInline net_GetAddress
2005-07-29 Christophe Massiot * modules/codec/sdl_image.c: New decoder taking advant...
2005-07-28 Rémi Denis-Courmontinet_pton() replacement
2005-07-27 Rémi Denis-CourmontHave readable debug message with IPv6 addresses
2005-07-27 Rémi Denis-CourmontAdd const where appropriate
2005-07-21 Felix Paul Kühne* forwardport [11784] and [11802] to trunk
2005-07-17 Cyril Deguet* all: compilation fix with vc7.1 compiler, and removed...
2005-07-15 Rémi Denis-CourmontSave a call to strlen() in net_vaPrintf (and net_Printf)
2005-07-13 Rémi Denis-CourmontNew useful API to combine get(sock|peer)name() and...
2005-07-12 Rémi Denis-CourmontMore dead code
2005-07-12 Rémi Denis-CourmontYet another strncmp => memcmp (refs #258)
2005-07-12 Rémi Denis-CourmontEliminate dead code
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-11 Christophe Massiot * src/misc/getaddrinfo.c, modules/access/directory...
2005-07-11 Sam Hocevar * src/misc/charset.c: if(a<b<c) is a pythonism and...
2005-07-10 Rémi Denis-CourmontHTML validation fix
2005-07-10 Rémi Denis-CourmontFix compiler warnings (refs #258)
2005-07-10 Rémi Denis-CourmontSome more cleanup / no more warnings
2005-07-10 Rémi Denis-CourmontFaster code
2005-07-10 Rémi Denis-CourmontAll signedness fixes
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-06 Rémi Denis-CourmontPrint Winsock error number
2005-07-06 Christophe Massiot * src/misc/cpu.c: Fixed the use of cpuid() on amd64...
2005-07-05 Rémi Denis-CourmontFix previous commit
2005-07-05 Rémi Denis-CourmontPrint exact error for select() to help tracking x264...
2005-07-05 Rémi Denis-Courmont- Clean up net_Gets()
2005-07-04 Rémi Denis-CourmontUnduplicate common socket() code
2005-07-01 Rémi Denis-CourmontPF_* -> AF_*
2005-07-01 Rémi Denis-CourmontUse macros rather than overkill APIs
2005-06-30 Rémi Denis-CourmontWrappers for shutdown() API
2005-06-30 Rémi Denis-CourmontRemove a very old hack that is no longer necessary
2005-06-30 Rémi Denis-CourmontWhy make it complicated when it can be simple
2005-06-27 Sam Hocevar * src/misc/httpd.c: fixed a crash in IPv4 handling...
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...
next