]> git.sesse.net Git - vlc/history - modules/control/http
mkv: Translation fix.
[vlc] / modules / control / http /
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-07 Rémi Denis-CourmontHTTP: fix browsing on Win32 - closes #1656
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-02 Rémi Denis-CourmontHTTP ACL: fail closed, not open
2008-07-01 Rémi Denis-CourmontTypo, uninit (CID #127)
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-19 Rémi Denis-Courmontfix variable name - closes #1629
2008-06-17 Rémi Denis-CourmontUse vlc_object_lock and vlc_object_unlock
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontSpare 9 relocations
2008-05-27 Rémi Denis-CourmontFix HTTP interface with --disable-vlm
2008-05-27 Rémi Denis-CourmontAnother non-sensical declaration
2008-05-27 Rémi Denis-CourmontCosmetic
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Rémi Denis-CourmontDon't use stat() before opendir()
2008-05-20 Rémi Denis-CourmontFix handle leak
2008-05-20 Rémi Denis-CourmontDon't waste stat() right before opendir().
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-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-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...
next