]> git.sesse.net Git - vlc/history - modules/access/file.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / file.c
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.
2003-06-09 Christophe Massiot* modules/access/file.c: Fixed a compile issue (thanks...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-08 Gildas Bazin* modules/access/file.c: fixed large file support on...
2003-04-16 Gildas Bazin* modules/misc/dummy/input.c, modules/access/file.c...
2003-04-02 Christophe Massiot* Added a new kfir: access module, designed to work...
2003-04-02 Christophe Massiot* Fixed a bug with the stream: input plug-in when recei...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-04 Gildas Bazin* include/vlc_common.h: on win32 we include malloc...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-08 Christophe Massiot* src/extras/libc.c: New vlc_wraptext function,
2003-01-05 Christophe MassiotFixed the "stream has changed" bug.
2003-01-03 Christophe Massiot* modules/access/file.c: we now regularly check the...
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-12 Gildas Bazin* src/input/input_clock.c, include/input_ext-intf.h...
2002-11-21 Sam Hocevar * ./modules/video_output/wingdi.c: skeleton of a...
2002-11-20 Sam Hocevar * ./evc/plugins.vcp.in: fixed plugin entry points...
2002-11-12 Sam Hocevar * ./Makefile.am: fixed rc compilation under mingw32...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...