]> git.sesse.net Git - vlc/history - modules/access/file.c
Use var_Inherit* when applicable.
[vlc] / modules / access / file.c
2010-08-17 Rémi DuraffortUse var_Inherit* when applicable.
2010-07-17 Rémi Denis-CourmontFix implicit switch case cast
2010-06-26 Rafaël Carréfix fd:// broken by [370b6cbb300]
2010-06-22 Joseph S. Atkinsonfile.c: Typo fix
2010-06-20 Rémi Denis-CourmontUse fstatvfs where usable (BSD) - fixes #3762
2010-05-10 Rémi Denis-CourmontUse file path instead of URL where appropriate
2010-04-14 Francois CartegnieDon't use solaris incompatible fstatfs(fd, struct,...
2010-04-10 Rémi Denis-Courmontfdopendir needs dirent.h
2010-04-10 Rémi Denis-Courmontfdopendir does not imply openat (fix #3505)
2010-02-14 Rémi Denis-CourmontUse vlc_openat, fix support for non-UTF-8 systems
2010-02-14 Rémi Denis-Courmontdirectory: handle fd:// syntax
2010-02-07 Rémi Denis-CourmontUse vlc_dup
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-23 Rémi Denis-CourmontRevert "file: rewind before read"
2010-01-23 Rémi Denis-Courmontfile: fix warning
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-16 Rémi Denis-Courmontfile: rewind before read
2010-01-16 Rémi Denis-Courmontdirectory: restore check against standard input
2010-01-16 Rémi Denis-Courmontfile: handle fd://<fd>/<path>
2010-01-16 Rémi Denis-CourmontAccess: remove special case for "-" (standard input)
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-16 Rémi Denis-Courmontfile: use the same open() path for directories as for...
2010-01-16 Rémi Denis-Courmontfile: initialize access_t after the open operation...
2010-01-16 Rémi Denis-CourmontMerge file and directory plugins
2010-01-16 Rémi Denis-Courmontfile: expand a (now) trivial and used only once function
2010-01-16 Rémi Denis-CourmontRead-ahead only makes sense for seekable file descriptors
2010-01-16 Rémi Denis-Courmontfile: remove Win32 leading slash handling
2009-09-02 Jean-Baptiste Kempffile.c: fix compilation on gcc-win32 4.4.1
2009-08-31 Rafaël Carréfile access: only use linux/magic.h when it's present
2009-08-20 Pierre d'Herbemontfile: Fix a warning when posix_fadvise() isn't defined.
2009-08-15 Rémi Denis-CourmontRemove dummy utf8_open() mode parameter in absence...
2009-08-06 Rémi Denis-CourmontCheck for fstatfs (fixes: #3028)
2009-08-03 Rémi Denis-Courmontsys/mount.h requires sys/param.h on OpenBSD
2009-08-01 Laurent AimarRemoved prefetch whole file advise in the file access.
2009-07-27 Pierre YnardWinCE: work-around for network file test
2009-07-23 Rémi Denis-Courmontfile: do POSIX advisory I/O
2009-07-23 Rémi Denis-Courmontfile: network file extra caching for Win32
2009-07-23 Rémi Denis-CourmontFix warning
2009-07-20 Rémi Denis-CourmontMake the extra network file caching configurable
2009-06-25 Rémi Denis-CourmontCheck for remote file - Linux support
2009-06-25 Derk-Jan Hartmanfile: When loading a non-local file, raise the caching...
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-04-08 Rémi Denis-CourmontForcefully update file size if read data past the forme...
2009-04-08 Rémi Denis-CourmontReading regular and block files can always be paced
2009-03-31 Rémi Denis-Courmontfmt
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-02-21 Rémi Denis-CourmontSupport for opening any file descriptor with fd://
2009-02-05 Rémi Denis-CourmontFix unitialized seekable variable
2009-02-05 Rémi Denis-CourmontSystem knows better whether we can seek.
2009-02-05 Rémi Denis-CourmontDo not poll regular files (useless), block devices...
2009-02-05 Rémi Denis-CourmontOnly use file size for regular files. Allow seeking...
2009-02-05 Rémi Denis-Courmontaccess_file: cosmetics
2009-01-27 Rémi Denis-CourmontRemove redumdant fcntl() calls
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-18 Rémi Denis-CourmontFile: (try to) give up reading on I/O error
2009-01-14 Rémi Duraffortaccess_file: unneeded test.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Geoffroy Coupriecheck for fcntl()
2008-10-13 Derk-Jan Hartmanfile: Fix compilation on Windows.
2008-10-11 Rémi Denis-CourmontSet close-on-exec file for file inputs
2008-10-10 Derk-Jan Hartmanfile: Big bug... typo in the define.
2008-10-06 Geoffroy CouprieWinCE: factorize the file access code (and make it...
2008-09-30 Rémi Denis-CourmontCode factorization
2008-09-28 Rémi Denis-CourmontFail permanently on fatal file I/O error
2008-06-20 Rémi Denis-Courmontaccess_file: use the waitpipe and always poll
2008-06-12 Rémi Denis-CourmontFile: devices are not seekable
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-03-19 Rémi Denis-Courmontfile access: Remove expand path, spare one dummy duplic...
2008-03-04 Rémi Denis-Courmontfile: Be consistent with the rest of the world. Do...
2008-02-20 Rémi Denis-CourmontRemove old mmap support
2008-02-20 Rémi Denis-CourmontRemove unused string
2008-02-02 Laurent AimarCosmetic (corrected a comment)
2008-01-25 Rafaël Carréaccess_file: fix a vlc warning
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-12-28 Rémi Denis-CourmontBe on the safe side of memory protection for now: use...
2007-12-28 Rémi Denis-Courmontblock_mmap_Alloc: commoditize block allocation from...
2007-12-28 Rémi Denis-CourmontFix stack overflow in debug code: use heap for large...
2007-12-27 Rémi Denis-CourmontRevert [23889]. Don't enable debug if you don't want it.
2007-12-27 Jean-Paul SamanSilence debug message.
2007-12-25 Felix Paul Kühne* mmap is broken on Darwin. Disabled it for now to...
2007-12-22 Rémi Denis-CourmontPut debug/test code for mmap
2007-12-22 Rémi Denis-Courmont - Parse seek offsets as unsigned (why they were signed...
2007-12-21 Rafaël Carréfix [23367]
2007-12-21 Rafaël Carréfile: do not declare mmapBlock() if it won't be defined
2007-12-21 Rémi Denis-CourmontUse ssize_t
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-11-27 Rémi Denis-Courmonttypo
2007-11-27 Rémi Denis-CourmontBetter error handling
2007-11-27 Rémi Denis-CourmontDon't use MAP_POPULATE
2007-11-27 Rémi Denis-CourmontFix EOF check and remove fprintf
2007-11-27 Ilkka Ollakkaoneliner to fix i_pos updating. works for me.
next