summaryrefslogtreecommitdiff
path: root/firmware/include/file.h (unfollow)
Commit message (Expand)Author
2005-10-07Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen
2005-02-28Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg
2005-02-07long policyJean-Philippe Bernardy
2005-01-28preparations for hotswapping MMCJörg Hohensohn
2005-01-23int -> long where neededJean-Philippe Bernardy
2004-06-10Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing
2003-12-09easy-to-use function types for typecastingDaniel Stenberg
2003-12-08works with older glibc headers too nowDaniel Stenberg
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg
2003-06-29Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg
2003-03-18Added the filesize() functionLinus Nielsen Feltzing
2003-03-10Zagor added the flush() functionLinus Nielsen Feltzing
2003-02-14this fixes the win32 simulator compilationFelix Arends
2003-02-07more movesDaniel Stenberg
2003-01-09Fixed win32 simulator warnings.Hardeep Sidhu
2002-11-19Added rename()Björn Stenberg
2002-11-11Bugfix: Flags work better when they're binary...Björn Stenberg
2002-11-11Added support for O_CREAT, O_APPEND and O_TRUNC.Björn Stenberg
2002-11-11Added ftruncate().Björn Stenberg
2002-10-20Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg
2002-09-13undef MAX_PATH before defining it makes it play the simulator game betterDaniel Stenberg
2002-08-05added weirdo extra protos for the mingw cross-compile buildDaniel Stenberg
2002-08-04use our own prototypes for open, read, close and lseek if we compileDaniel Stenberg
2002-08-02just defensivelt check for defined defines before we define themDaniel Stenberg
2002-08-02ming compile fixes by Bill NapierDaniel Stenberg
2002-07-05Added MAX_PATHLinus Nielsen Feltzing
2002-05-07Added open/close/read. read() only works on whole sectors right now.Björn Stenberg
2002-05-05minor protection to not re-define O_RDONLY if it is already definedDaniel Stenberg
2002-05-02Added flagsBjörn Stenberg
2002-04-28replaced _WIN32 constant with WIN32Felix Arends
2002-04-28added win32 simulator compabilityFelix Arends
2002-04-28win32 simulator compatibleFelix Arends
2002-04-27File and directory APIsBjörn Stenberg
2002-04-21Alan's ATA code, or what's left of it after I have laid my grubby little handsBjörn Stenberg
2002-03-28First versionBjörn Stenberg
2002-03-26updatesDaniel Stenberg
2002-03-26lcd_update() works for X11 now...Daniel Stenberg
2002-03-26generic and specific LCD functionsDaniel Stenberg