]> git.sesse.net Git - vlc/history - modules/control/http/http.c
Potential memleak.
[vlc] / modules / control / http / http.c
2008-07-31 Rémi DuraffortPotential memleak.
2008-07-31 Rémi Duraffortcontrol http: fix memleak.
2008-07-01 Rémi Denis-CourmontTypo, uninit (CID #127)
2008-05-27 Rémi Denis-CourmontFix HTTP interface with --disable-vlm
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Rémi Denis-CourmontDon't test if a directory exists twice in a row
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-03-13 Rémi DuraffortOne more removing session. (useless test before a free())
2008-02-10 Rémi Denis-CourmontUse config_GetDataDir() instead of DATA_PATH.
2008-01-28 Rafaël Carrécontrol/http:
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Rémi Denis-CourmontFix [22070] not creating the http-host variable. Closes...
2007-11-23 Rémi Denis-CourmontRemove totally useless transcoding from UTF-8 in HTTP...
2007-10-01 Rémi Denis-CourmontRemove the HTTP interface thread, and save 20 wakeups...
2007-10-01 Rémi Denis-Courmont - Do not release the input while we did not yield...
2007-10-01 Rémi Denis-CourmontPlaylist is always true here
2007-10-01 Rémi Denis-CourmontFind the playlist once *before* starting.
2007-09-23 Rémi Denis-CourmontDisable HTTP art handler by default, due to security...
2007-09-23 Rémi Denis-CourmontDo not leak the art handler from HTTP interface - fixes...
2007-09-16 Rémi Denis-CourmontGetNonEmptyString simplification
2007-09-04 Rémi Denis-CourmontFix referenced types (potentially fix crash with CGIs...
2007-08-30 Rémi Denis-CourmontFix VERY OBVIOUS bugs that would not have happened...
2007-08-19 Antoine CellerierAdd config option to disable album art support in the...
2007-08-19 Antoine Cellerier* Allow getting album art for items which aren't playin...
2007-08-19 Antoine CellerierPreliminary album art support code for the HTTP interface.
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-07-29 Rémi Denis-CourmontVLC_Changeset is always available
2007-06-03 Laurent AimarFixed small warning.
2007-05-20 Antoine Cellerier* Some more fixes (+ don't redefine a function that...
2007-05-20 Antoine Cellerier* Fix non linux compilation round 2.
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Rémi Denis-CourmontUse Unicode wrappers to open HTTP interface files
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