]> git.sesse.net Git - vlc/history - modules/control/http
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / control / http /
2010-09-04 Rémi Denis-CourmontDo not use obsolescent ctime(_r)
2010-08-03 Rémi Denis-CourmontRemove useless <dirent.h> check
2010-07-15 Rémi Durafforthttp: fix warning.
2010-07-05 Rémi DuraffortFix printf type.
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-06-23 Rémi Denis-CourmontHTTP interface: fix ! operator (fix #3768)
2010-06-11 Jakob Lebenhttp: playlist locking
2010-06-11 Jakob Lebenhttp: add warning about locking
2010-05-30 Rémi DuraffortFix variables types.
2010-05-29 Rémi Denis-CourmontPut http alias back from LUA to native
2010-04-08 Rémi Denis-CourmontHTTP old: use vlc_sd_GetNames(), fix #3490
2010-03-13 Rémi Denis-CourmontDo not put copyright statement where it does not belong
2010-03-10 Rémi Denis-Courmonttypo
2010-03-09 Rémi Denis-CourmontConstify (fixes #1391)
2010-03-09 Rémi Denis-CourmontRemove useless casts
2010-03-09 Rémi Denis-CourmontFileToUrl: constify
2010-03-09 Rémi Denis-CourmontFileToUrl does not need to be extern
2010-02-21 Rémi Denis-CourmontParseExecute: robustify and cleanup
2010-02-20 Rémi Denis-CourmontHTTP interface art: use make_path and fix a few memory...
2010-02-14 Rémi Denis-CourmontNo full point at end of configuration item short text
2010-02-10 Rémi Denis-CourmontKeep the authoritative fullscreen status on the playlist
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
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)
next