]> git.sesse.net Git - vlc/history - modules/control/http/http.c
Fix 32bit/64bit issue in http interface time/length reporting.
[vlc] / modules / control / http / http.c
2006-10-17 Antoine CellerierFix 32bit/64bit issue in http interface time/length...
2006-10-05 Rémi Denis-CourmontFix off-by-one buffer overflow
2006-10-05 Rafaël CarréFix "Fix httpd stack corruption"
2006-10-05 Rafaël CarréFix stack corruption in httpd
2006-09-24 Clément Stenac* Get rid of the Manager thread by making blocking...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Christophe MutricyUse var_ instead of config_ (closes #740)
2006-09-04 Damien Fouilleul- input: added intermediate state info opening & buffering
2006-05-10 Christophe Mutricy(no commit message)
2006-04-05 Christophe Mutricyhttp.c: Fix string.
2006-04-01 Rémi Denis-Courmont- Don't assume builddir = srcdir
2006-03-30 Clément Stenac2nd control review (except telnet)
2006-03-29 Antoine CellerierControl interfaces first string review.
2006-03-28 Antoine CellerierExport stats in http interface
2006-03-26 Rémi Denis-Courmont- Use iconv transliteration instead of custom code
2006-03-25 Clément Stenac* Remove Advanced/Misc
2006-03-24 Antoine Celleriertry fixing charset problems. I'll launch a win32 nightl...
2006-03-23 Antoine Cellerieruse p_playlist->p_input
2006-03-20 Christophe Massiot * modules/control/http: Content-Type should be case...
2006-03-12 Rémi Denis-CourmontPropagate changes from previous commit
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-01 Rémi Denis-CourmontFixed some warnings
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-12 Antoine CellerierFSF address change.
2005-09-02 Christophe Massiot * modules/control/http/http.c: Added a small hack...
2005-09-01 Christophe Massiot * modules/control/http/http.c: Fixed PATH environment...
2005-09-01 Christophe Massiot * modules/control/http/http.c: Added a SERVER_PATH...
2005-08-30 Christophe Massiot * modules/control/http/http.c: Fixed argv[1] in CGI...
2005-08-29 Christophe Massiot * src/extras/libc.c: Implemented vlc_execve() for...
2005-08-26 Christophe Massiot * src/extras/libc.c: Fixed Win32 compilation.
2005-08-26 Christophe Massiot * src/extras/libc.c: Implemented a wrapper around...
2005-08-23 Christophe Massiot * toolbox: Removed compilation information from versio...
2005-08-22 Christophe Massiot * src/extras/libc.c: Implemented a vlc_readdir_wrapper...
2005-08-18 Clément StenacSplit the HTTP interface and begin to document it