]> git.sesse.net Git - vlc/history - modules/control/http/http.c
http: fix warning.
[vlc] / modules / control / http / http.c
2010-07-15 Rémi Durafforthttp: fix warning.
2010-05-30 Rémi DuraffortFix variables types.
2010-05-29 Rémi Denis-CourmontPut http alias back from LUA to native
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
2010-02-21 Rémi Denis-CourmontParseExecute: robustify and cleanup
2010-02-20 Rémi Denis-CourmontHTTP interface art: use make_path and fix a few memory...
2010-02-14 Rémi Denis-CourmontNo full point at end of configuration item short text
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-19 Rémi Denis-CourmontRemove COMPILE_DOMAIN, merge into COMPILE_HOST
2009-12-30 Rémi Denis-CourmontHTTP interface: kill config_Get
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-11-17 JP DingerKill a few warnings about unchecked asprintf() return...
2009-07-09 Rémi Denis-CourmontHTTP: set volume on playlist
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontHTTP: use DIR_SEP(_CHAR)
2009-02-14 Rémi Denis-CourmontRemove all uses of VLC_Changeset
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-12 Rémi Denis-CourmontFix crash from 36e833c3
2008-10-01 Rémi DuraffortUse asprintf instead of malloc/sprintf.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-17 Jean-Baptiste KempfUse DIR_SEP instead of /
2008-08-12 Rémi Denis-CourmontHTTP interface: do not look for stuff in current directory
2008-08-04 Rémi Denis-CourmontHTTP interface: accept IPv6 bind address
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
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...
next