]> git.sesse.net Git - vlc/history - modules/control/http
fixes for libvlc medialistplayer_play_item and medialistplayer_play_item_at_index...
[vlc] / modules / control / http /
2008-03-13 Rémi DuraffortOne more removing session. (useless test before a free())
2008-03-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
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-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-10-09 Rafaël Carréhttp: psz_dir is not meant to be a const
2007-10-09 Rafaël CarréPartly revert [20969]. fix #1311
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-10-01 Rémi Denis-CourmontMake a bunch of HTTP macro functions static
2007-09-27 Rémi Denis-CourmontFix segmentation fault
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-22 Rémi Denis-CourmontPush something to RPN when vlc_config_get fails - fixes...
2007-09-22 Rémi Denis-CourmontHTTP control interface does not depend on TLS directly...
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-16 Rémi Denis-CourmontGetNonEmptyString simplification
2007-09-09 Antoine CellerierOn OSes other than Windows, Mac OS X and BeOS (so it...
2007-09-04 Rémi Denis-CourmontFix referenced types (potentially fix crash with CGIs...
2007-09-04 Rémi Denis-CourmontFix crash
2007-08-30 Rémi Denis-CourmontFix VERY OBVIOUS bugs that would not have happened...
2007-08-30 Rémi Denis-CourmontFix #include order
2007-08-30 Rémi Denis-CourmontFlag bug that I am not too sure how to fix.
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-21 Rémi Denis-CourmontFix utf8_readdir usage
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-19 Antoine CellerierAnother input_GetItem assert workarround.
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 CellerierFix playlist_item_t.i_id vs input_item_t.i_id mess...
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-08-05 Rémi Denis-CourmontMissing header for INT_MAX
2007-08-04 Rémi Denis-CourmontOups
2007-08-04 Rémi Denis-CourmontUse module_* functions
2007-08-04 Rémi Denis-CourmontCompile fix
2007-08-04 Rémi Denis-CourmontMinor fixes
2007-08-04 Rémi Denis-CourmontSimplify
2007-08-04 Rémi Denis-CourmontCleanup
2007-07-29 Rémi Denis-CourmontVLC_Changeset is always available
2007-07-26 Antoine CellerierFix a few playlist_Control() calls. Thanks to AmiSyl...
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
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-03-25 Rémi Denis-CourmontAllow URL parameter of arbitrary size (closes #1125)
2007-03-25 Rémi Denis-CourmontRemove debug
2007-03-25 Rémi Denis-CourmontSplit ExtractURIValue into a research and an extract...
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-12-24 Clément StenacMore cleanup
2006-12-11 Derk-Jan Hartman* one more closedir fix
2006-12-11 Derk-Jan Hartman* another closedir fix
2006-12-11 Derk-Jan Hartman* forwardport: [18328]-[18330]
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-11 Rémi Denis-CourmontUse Unicode wrappers to open HTTP interface files
2006-11-11 Rémi Denis-CourmontFix a bunch of warnings
2006-11-10 Rémi Denis-CourmontDon't use Apple readdir fix twice
2006-11-10 Rémi Denis-CourmontUse free() instead of LocaleFree() for utf8_readdir...
2006-11-09 Rémi Denis-CourmontYou can't find the root object, so don't try to mess...
2006-10-21 Clément StenacPlaylist
2006-10-17 Antoine CellerierFix 32bit/64bit issue in http interface time/length...
2006-10-14 Clément StenacFix HTTP deletion
2006-10-13 Antoine Cellerier[vlc] http streaming interface bug (with fix) by Mitch...
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-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
next