]> git.sesse.net Git - vlc/history - modules/control/http/rpn.c
Lock/Unlock the http control module.
[vlc] / modules / control / http / rpn.c
2008-08-01 Rémi DuraffortLock/Unlock the http control module.
2008-06-28 Rémi Denis-CourmontRemove unused parameter
2008-06-20 Ilkka Ollakkaadd xml_encode to http-control rpn, so status/playlist...
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-05-27 Rémi Denis-CourmontFix HTTP interface with --disable-vlm
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-23 Rafaël Carrémeta-data handling cleanup
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-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-23 Pierre d'Herbemontmodules/control/http: Fix input_item memleak.
2007-11-23 Rémi Denis-CourmontRemove totally useless transcoding from UTF-8 in HTTP...
2007-09-22 Rémi Denis-CourmontPush something to RPN when vlc_config_get fails - fixes...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-19 Antoine CellerierFix playlist_item_t.i_id vs input_item_t.i_id mess...
2007-07-26 Antoine CellerierFix a few playlist_Control() calls. Thanks to AmiSyl...
2007-03-25 Rémi Denis-CourmontAllow URL parameter of arbitrary size (closes #1125)
2007-03-22 Antoine Cellerierlimit values extracted by url_extract to 2048 character...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-09 Rémi Denis-CourmontYou can't find the root object, so don't try to mess...
2006-10-14 Clément StenacFix HTTP deletion
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-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-29 Christophe Mutricyhrm, compile before you commit
2006-08-29 Christophe MutricyFix implicit pointer function. Patch by Dann Frazier...
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-06-14 Yoann Peronneau* web interface: add a snapshot button
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-06 Antoine CellerierAdd 'GENRE' to the list of vlc_get_meta language indepe...
2006-04-29 Rémi Denis-CourmontHmm 512 bytes to format a decimal integer sounds a...
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-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-03 Rémi Denis-Courmont- Do not rewrite “+” as a white space when unescaping...
2006-03-18 Clément StenacDon't use %f in HTTP interface (Closes:#584)
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-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-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-06 Antoine Cellerierrename to vlc_volume_set
2005-12-06 Antoine Celleriernew rpn function : volume_set
2005-09-20 Sam Hocevar * modules/control/http/rpn.c: don’t crash if stripsla...
2005-08-22 Christophe Massiot * src/extras/libc.c: Implemented a vlc_readdir_wrapper...
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 StenacSplit the HTTP interface and begin to document it