]> git.sesse.net Git - vlc/history - modules/control/http
Typo, uninit (CID #127)
[vlc] / modules / control / http /
2006-10-05 Rafaël CarréFix stack corruption in httpd
2006-10-01 Antoine Celleriersrc/input/item.c: if we don't have an item name and...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
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-12 Rémi Denis-Courmontcontrol/
2006-09-04 Damien Fouilleul- input: added intermediate state info opening & buffering
2006-08-29 Christophe Mutricyhrm, compile before you commit
2006-08-29 Christophe MutricyFix implicit pointer function. Patch by Dann Frazier...
2006-08-07 Clément StenacFix sort by artist
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-06-14 Yoann Peronneau* web interface: add a snapshot button
2006-06-14 Yoann Peronneau* control/http: fix "pl.current"
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-16 Jean-Paul SamanFix Segmentation fault in RPN while parsing pathnames.
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-10 Christophe Mutricy(no commit message)
2006-05-06 Antoine CellerierAdd 'GENRE' to the list of vlc_get_meta language indepe...
2006-04-30 Rémi Denis-CourmontFix segfault
2006-04-29 Rémi Denis-CourmontHmm 512 bytes to format a decimal integer sounds a...
2006-04-29 Rémi Denis-CourmontAnother overflow
2006-04-29 Rémi Denis-CourmontFix likely stack buffer overflow
2006-04-29 Rémi Denis-Courmont- Don't nul-terminate after snprintf(), it does it...
2006-04-19 Antoine CellerierHackish fix for 'TITLE' vlc_meta_get
2006-04-17 Antoine CellerierAdd vlc_get_meta function. Argument can be:
2006-04-12 Christophe Mutricy*macro.c: Get the name correctly
2006-04-12 Christophe Massiot * modules/control/http/macro.c: Add slashes in the...
2006-04-11 Rémi Denis-CourmontRestores [13132] back - break the new interface again
2006-04-11 Rémi Denis-CourmontRevert [15132]:
2006-04-07 Rémi Denis-CourmontRestore previous URI components decoding instead of...
2006-04-06 Christophe Massiot * modules/control/http/util.c: Simplify MRLParse,...
2006-04-05 Christophe Mutricyhttp.c: Fix string.
2006-04-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
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 CellerierFix typos. Thanks to tumu
2006-03-29 Antoine CellerierControl interfaces first string review.
2006-03-28 Antoine CellerierExport stats in http interface
2006-03-27 Rémi Denis-CourmontRemove superfluous (as in implied by the previous one...
2006-03-27 Rémi Denis-CourmontUse utf8_scandir instead of scandir
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-18 Clément StenacDon't use %f in HTTP interface (Closes:#584)
2006-03-18 Antoine CellerierHTTP interface: Display estimated item time when available.
2006-03-18 Antoine CellerierExport the fact that a playlist item is read only or...
2006-03-18 Antoine Cellerier* rpn.c: add "services_discovery_add", "services_discov...
2006-03-17 Jean-Paul SamanImplement sort functionality on http interface. Patch...
2006-03-12 Rémi Denis-CourmontPropagate changes from previous commit
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-02-19 Antoine CellerierRemove debug message
2006-02-18 Rémi Denis-CourmontFix warnings
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-29 Antoine Celleriermodules/control/http/mvar.c : explore vlm_message_t...
2006-01-27 Antoine Cellerier rpn.c : vlm_cmd now adds a "vlm_value" variable
2006-01-22 Antoine Cellerierremove dirty debug messages.
2006-01-22 Antoine Celleriernew "vlm_cmd" (or "vlm_command") rpn function.
2006-01-12 Antoine CellerierFSF address change.
2005-12-16 Antoine Cellerieradd vlc_object_exist rpn function that checks if an...
2005-12-15 Christophe Massiot * modules/control/http/mvar.c: Handle file extensions...
2005-12-14 Derk-Jan Hartman* Free scandir results when we are done with them....
2005-12-06 Antoine Cellerierrename to vlc_volume_set
2005-12-06 Antoine Celleriernew rpn function : volume_set
2005-12-06 Antoine Cellerierugly dirty horrible thing so that text/xml files don...
2005-11-28 Rémi Denis-CourmontFix format string would-be vulnerability (the macro...
2005-11-20 Christophe Mutricyutil.c: Partially revert [12120]. the http interface...
2005-09-20 Sam Hocevar * modules/control/http/rpn.c: don’t crash if stripsla...
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 * ALL: New p_vlc->psz_userdir. This is different from...
2005-08-29 Christophe Massiot * src/extras/libc.c: Implemented vlc_execve() for...
2005-08-29 Christophe Massiot * modules/control/http/mvar.c: Under Windows do not...
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-22 Sam Hocevar * modules/control/http/Modules.am: added missing...
2005-08-20 Rémi Denis-CourmontFix url converter on win32
2005-08-19 Christophe Massiot * modules/control/http/rpn.c: vlc_var_* now take an...
2005-08-18 Clément StenacIf passed ?control=play without any item, just ask...
2005-08-18 Clément StenacFix consistency of some function names
2005-08-18 Clément StenacDie !
2005-08-18 Clément Stenacwtf ?
2005-08-18 Clément StenacSplit the HTTP interface and begin to document it