]> git.sesse.net Git - vlc/history - modules/control/http
Enabled netsync build by default.
[vlc] / modules / control / http /
2010-01-19 Rémi Denis-CourmontRemove COMPILE_DOMAIN, merge into COMPILE_HOST
2010-01-13 Rafaël CarréFix oldhttp build : needs struct stat / S_ISDIR
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-30 Rémi Denis-CourmontHTTP interface: kill config_Get
2009-12-21 Antoine CellerierDeprecate the C rc, http and telnet interfaces. They...
2009-12-21 Antoine CellerierAdd --data-path option. Access the src share directory...
2009-12-16 Jean-Baptiste KempfCheck asprintf return
2009-12-08 Rémi Duraffortfix doxygen documentation.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-17 JP DingerKill a few warnings about unchecked asprintf() return...
2009-10-17 Rémi Denis-CourmontHTTPd: stat -> utf8_stat
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-20 Pierre d'Herbemonthttp: Don't compare unsigned directly and factorize.
2009-08-20 Pierre d'Herbemonthttp: Flag unused args.
2009-07-27 Rémi DuraffortUse var_ToggleBool when applicable.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-09 Rémi Denis-CourmontHTTP: set volume on playlist
2009-06-22 Rémi Denis-CourmontRemove vlc_UrlEncode
2009-06-21 Rémi DuraffortSimplification.
2009-06-19 Derk-Jan Hartmanhttp interface: strdup memleaks
2009-06-19 Rémi DuraffortFix memleak.
2009-06-19 Rémi DuraffortDon't print the password in the logs (even debug ones).
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-28 Rafaël CarréFix xspf reading/writing
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontCompare input item pointers, no need to deref here
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Rémi Denis-Courmontplaylist_DeleteFromInput: pass the input item rather...
2009-05-16 Rémi Denis-CourmontHTTP: try to fix mix of input item IDs and playlist...
2009-05-10 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-10 Rémi Denis-CourmontHTTP: use DIR_SEP(_CHAR)
2009-04-10 Rémi Denis-CourmontRemove useless (very partially used) check for errno.h
2009-03-31 Rémi Denis-CourmontFactorize identical XML escape RPN functions
2009-02-15 Derk-Jan Hartmantypo in commit [53195e9fc7c31e8ae3aeead4879477aa950513b4]
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-14 Rémi Denis-CourmontRemove all uses of VLC_Changeset
2009-02-11 Rémi DuraffortPlaylist have to be lock for playlist_ItemGetByInput...
2009-02-11 Rémi DuraffortThe playlist have to be locked when calling playlist_It...
2009-01-27 Jean-Philippe AndreFix compilation
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-19 Rémi Denis-CourmontRemove practically unused interface type from scripting
2009-01-19 Rémi Denis-CourmontHTTP interface: get rid of vlc_object_find
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2008-12-15 Rémi DuraffortFix memleak (#2351) (mvar_AppendNewVar already do a...
2008-12-04 Laurent AimarRemoved obsolete BUFFERING_S input state.
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-16 Scott LyonsProvide more item meta data to HTTP RPN.
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-12 Rémi Denis-CourmontFix NULL deref (CID#237)
2008-10-12 Rémi Denis-CourmontCleanup MRLParse
2008-10-12 Rémi Denis-CourmontFix crash from 36e833c3
2008-10-12 Rémi Denis-CourmontMemory leak (CID#266)
2008-10-10 Rémi DuraffortFix potential segfault and move code (CID 178)
2008-10-06 Rémi DuraffortFix potential memleak (CID 227)
2008-10-01 Rémi DuraffortUse asprintf instead of malloc/sprintf.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-21 Rémi Denis-CourmontUse module_list_get
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-17 Jean-Baptiste KempfUse DIR_SEP instead of /
2008-08-24 Antoine CellerierHopefully fix #1910 'When I use the command "mrl playli...
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-13 Rémi DuraffortCheck asprintf return value.
2008-08-12 Rémi Denis-CourmontHTTP interface: do not look for stuff in current directory
2008-08-04 Rémi Denis-CourmontHTTP interface: accept IPv6 bind address
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-01 Rémi DuraffortLock/Unlock the http control module.
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)
next