]> git.sesse.net Git - vlc/history - modules/access/file.c
Cosmetic (corrected a comment)
[vlc] / modules / access / file.c
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.
2007-11-26 Rémi Denis-CourmontDon't bother seeking when using mmap
2007-11-26 Rémi Denis-CourmontFix file position update
2007-11-26 Rémi Denis-Courmonttypo
2007-11-26 Rémi Denis-CourmontMemory mapped file input
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-18 Rémi Denis-CourmontRemove last occurences - fixes #1297
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2006-12-03 Rémi Denis-CourmontFix memleak (oups)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-13 Rémi Denis-CourmontReally fix the stat warning (tested on Mingw32)
2006-11-12 Rémi Denis-CourmontRemove debug message
2006-11-12 Rémi Denis-CourmontDon't use void * for utf8_(l)?stat() as it hinders...
2006-11-11 Damien Fouilleul- access/file.c: fixed stat on win32, make sure the...
2006-11-10 Rémi Denis-CourmontAdd more debug
2006-11-10 Rémi Denis-CourmontCosmetic changes
2006-11-06 Rémi Denis-CourmontCosmetic fix
2006-11-06 Antoine CellerierSimplify
2006-11-06 Rémi Denis-CourmontFix boundary checks on file seek
2006-11-04 Rémi Denis-CourmontUse utf8_open
2006-11-01 Rémi Denis-CourmontSupport filenames outside the ANSI Code Page
2006-11-01 Rémi Denis-CourmontGet rid of broken file-cat option (closes #807)
2006-11-01 Rémi Denis-Courmont- Revert [17394] which reintroduced TOCTOU issues
2006-11-01 Rafaël CarréRemoves useless sanity checks
2006-11-01 Rafaël CarréMakes file plugin fail to access directories
2006-10-31 Rémi Denis-Courmontfix Windows build
2006-10-31 Rémi Denis-CourmontRewrite of the file access
2006-10-31 Rémi Denis-CourmontSuppress some useless variable
2006-10-31 Rafaël CarréFixes double free()
2006-10-29 Rémi Denis-Courmont- Fix TOCTOU problem (utf8_stat -> fstat)
2006-10-29 Rémi Denis-CourmontMinor simplification
2006-10-29 Rémi Denis-CourmontCosmetic fix
2006-10-29 Rémi Denis-CourmontAllow seeking of character devices with non-zero size
2006-10-26 Rémi Denis-CourmontCharacter devices are not seekable.
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacFix a number of problems with interaction dialogs
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-03 Gildas Bazin* modules/access/file.c, directory.c: bug and memory...
2006-07-19 Clément StenacSome more demux and access code factorization
2006-04-29 Rémi Denis-CourmontWin32 compile fix
2006-04-29 Rémi Denis-Courmont- Use poll() instead of select() so we don't depend...
2006-04-27 Rémi Denis-CourmontWhenever using select() companion macro FD_SET(), one...
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-01-12 Antoine CellerierFSF address change.
2006-01-07 Derk-Jan Hartman* Compile fix for OSes without F_RDAHEAD and F_NOCACHE
2006-01-07 Derk-Jan Hartman* Set FD_RDAHEAD and FD_NOCACHE on when reading from...
2005-12-16 Clément StenacGrmbl
2005-12-16 Clément StenacRevert
2005-08-21 Damien Fouilleul- support for specific WIN32 file URL such as file...
2005-08-17 Christophe Massiot * modules/access/file.c: Expansion of '~/' in filenames.
2005-08-15 Rémi Denis-CourmontFix stat() when local charset is not UTF-8
2005-08-03 Rémi Denis-CourmontUse UTF-8 internally (closes #16 and introduces lots...
2005-07-21 Derk-Jan Hartman* Fix an issue with reading of files that are still...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-11 Anil Daoud* configure.ac: alsa is now really default enabled
2005-01-05 Gildas Bazin* src/misc/modules.c,cpu.c, modules/access/file.c:...
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
2004-10-05 Gildas Bazin* modules/access/file.c: WinCE cruft removal.
2004-10-04 Gildas Bazin* modules/access/file.c: got rid of the #ifdef HAVE_ERR...
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-05 Laurent Aimar * ninput: added more access2 doc, added ACCESS_SET_PRI...
2004-06-03 Laurent Aimar * file: converted to access2. I hope it still compils...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-06 Gildas Bazin* modules/access/file.c: fixed bug in concat mode when...
2004-03-14 Gildas Bazin* modules/access/file.c: more fixes ( thanks fenrir...
2004-03-14 Gildas Bazin* modules/access/file.c: couple of fixes for the file...
2004-03-10 Gildas Bazin* modules/access/file.c:
2004-03-01 Gildas Bazin* include/vlc_threads.h:
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
next