]> git.sesse.net Git - vlc/history - modules/access/gnomevfs.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / access / gnomevfs.c
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-02-03 Rémi Duraffortunused variables.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-16 Rémi Duraffortaccess_gnomevfs: Read function take a size_t and not...
2008-10-29 Rémi Denis-CourmontUse asprintf and use free instead of g_free (fixes...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-19 Clément StenacSome more demux and access code factorization
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-02-27 Rémi Denis-CourmontCompile fixes
2006-01-12 Antoine CellerierFSF address change.
2005-12-08 Clément StenacDon't print too many errors
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
2005-09-30 Benjamin Pracht* Cleaner url parsing
2005-09-29 Benjamin PrachtHandle correctly some more error cases
2005-09-27 Benjamin Pracht* Fix a double free and the size of a memory allocation
2005-09-18 Jean-Paul SamanDon't access unallocated memory
2005-09-13 Benjamin Pracht* Support URIs with non ascii characters
2005-09-13 Benjamin PrachtCosmetics
2005-09-13 Benjamin PrachtHandle correctly the case when no access is explicitely...
2005-09-13 Benjamin Pracht* Try the gnomevfs plugin last if we didn't find any...
2005-09-13 Christophe MutricyProperties + cosmetic
2005-09-12 Benjamin Pracht* New gnomevfs access module