]> git.sesse.net Git - vlc/history - modules/access/file.c
mux: avi: fix leak on format failure
[vlc] / modules / access / file.c
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-08-18 Rémi Denis-Courmontfile: pass error from lseek()
2014-04-27 Felix Paul Kühneaccess/file: don't read-ahead when processing remote...
2013-12-29 Rémi Denis-Courmontfile: use vlc_strerror()
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-08-25 Rémi Denis-Courmontfile: update size whenever it is requested
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-22 Rafaël CarréRemove broken setting of WINAPI_FAMILY_APP
2013-04-20 Rafaël Carréfile access: don't use PathIsNetworkPath in store app
2013-04-17 Rémi Denis-Courmontinput: remove INPUT_FSTAT_NB_READS
2013-04-17 Rémi Denis-Courmontinput: remove write-only INPUT_UPDATE_SIZE
2013-04-16 Rémi Denis-Courmontfile: do not turn off caching on BSD (fixes #8446)
2013-04-01 Rémi Denis-Courmontfile: fix punctuation
2012-12-17 Rémi Denis-Courmontfile: do not stat() non-seekable files and clean up
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-24 Rémi Denis-Courmontfile: set the non-blocking flag on pipes and sockets...
2012-06-25 Jean-Baptiste KempfWin32: fix compilation
2012-06-20 Rémi Denis-Courmontfile: do not use non-blocking mode when unknown/unspeci...
2012-06-19 Rafaël CarréWin32: move 64 bits lseek define to vlc_fs.h
2012-05-12 Rémi Denis-Courmontfile: do not attempt to open(NULL, ...); (fix #6796)
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <sys/stat.h>
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <fcntl.h>
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2011-11-04 Rémi Denis-CourmontFix punctuation ". (%m)" -> "(%m) ."
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-10-10 KO Myung-HunImplement IsRemote() for OS/2
2011-10-10 KO Myung-HunOS/2 uses the same path style as Win32
2011-09-05 Pierre Ynardfile: fix file/network caching detection for windows
2011-09-05 Pierre YnardWinCE: remove stray comment
2011-08-31 Rafaël Carréfile access: rename callbacks
2011-08-30 Rémi Denis-CourmontHack to fix Windows build
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-08-29 Ilkka Ollakkafile-access (+vdr,mtp): give error message also in...
2011-07-12 Rémi Denis-Courmontfile: detect long remote paths correctly on Win32
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
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...
next