]> git.sesse.net Git - vlc/history - modules/control/http/mvar.c
Make vlc_value_t.i_int 64-bits
[vlc] / modules / control / http / mvar.c
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-04-08 Rémi Denis-CourmontHTTP old: use vlc_sd_GetNames(), fix #3490
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-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 <errno.h> inclusions
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-08-20 Pierre d'Herbemonthttp: Flag unused args.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
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-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2008-12-15 Rémi DuraffortFix memleak (#2351) (mvar_AppendNewVar already do a...
2008-09-21 Rémi Denis-CourmontUse module_list_get
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-08-24 Antoine CellerierHopefully fix #1910 'When I use the command "mrl playli...
2008-07-07 Rémi Denis-CourmontHTTP: fix browsing on Win32 - closes #1656
2008-06-28 Rémi Denis-CourmontRemove unused parameter
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-05-27 Rémi Denis-CourmontFix HTTP interface with --disable-vlm
2008-05-27 Rémi Denis-CourmontAnother non-sensical declaration
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-20 Rémi Denis-CourmontDon't use stat() before opendir()
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-12 Rémi DuraffortThe last but not the least commit about these useless...
2008-01-28 Rafaël Carrécontrol/http:
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-08-30 Rémi Denis-CourmontFlag bug that I am not too sure how to fix.
2007-08-19 Antoine CellerierAnother input_GetItem assert workarround.
2007-08-05 Rémi Denis-CourmontMissing header for INT_MAX
2007-08-04 Rémi Denis-CourmontUse module_* functions
2007-08-04 Rémi Denis-CourmontMinor fixes
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-10 Rémi Denis-CourmontDon't use Apple readdir fix twice
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-30 Rémi Denis-CourmontFix segfault
2006-04-29 Rémi Denis-CourmontAnother overflow
2006-04-29 Rémi Denis-CourmontFix likely stack buffer overflow
2006-03-29 Antoine CellerierFix typos. Thanks to tumu
2006-03-29 Antoine CellerierControl interfaces first string review.
2006-03-27 Rémi Denis-CourmontUse utf8_scandir instead of scandir
2006-03-18 Antoine Cellerier* rpn.c: add "services_discovery_add", "services_discov...
2006-02-19 Antoine CellerierRemove debug message
2006-01-29 Antoine Celleriermodules/control/http/mvar.c : explore vlm_message_t...
2006-01-12 Antoine CellerierFSF address change.
2005-12-15 Christophe Massiot * modules/control/http/mvar.c: Handle file extensions...
2005-12-14 Derk-Jan Hartman* Free scandir results when we are done with them....
2005-08-29 Christophe Massiot * modules/control/http/mvar.c: Under Windows do not...
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 StenacSplit the HTTP interface and begin to document it