]> git.sesse.net Git - vlc/history - modules/control/http/macro.c
Don't include config.h from the headers - refs #297.
[vlc] / modules / control / http / macro.c
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-10-01 Rémi Denis-CourmontMake a bunch of HTTP macro functions static
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
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-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
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-10-21 Clément StenacPlaylist
2006-10-14 Clément StenacFix HTTP deletion
2006-10-13 Antoine Cellerier[vlc] http streaming interface bug (with fix) by Mitch...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-Courmontcontrol/
2006-08-07 Clément StenacFix sort by artist
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-29 Rémi Denis-Courmont- Don't nul-terminate after snprintf(), it does it...
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-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-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-01-12 Antoine CellerierFSF address change.
2005-11-28 Rémi Denis-CourmontFix format string would-be vulnerability (the macro...
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 StenacFix consistency of some function names
2005-08-18 Clément StenacSplit the HTTP interface and begin to document it