summaryrefslogtreecommitdiff
path: root/firmware/common/file.c (follow)
Commit message (Expand)AuthorAge
* Directories can now be renamed too.Björn Stenberg2003-01-27
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Use flush_cache() when writing headbytes to disk to make sure we are on the c...Hardeep Sidhu2002-12-19
* Added rename()Björn Stenberg2002-11-19
* Flush sector cache before truncating.Björn Stenberg2002-11-14
* creat() now includes the O_TRUNC flag.Björn Stenberg2002-11-13
* Cosmetic: Replaced dozens of openfiles[fd] with 'file' pointers.Björn Stenberg2002-11-11
* Bugfix: Flags work better when they're binary...Björn Stenberg2002-11-11
* Added support for O_CREAT, O_APPEND and O_TRUNC.Björn Stenberg2002-11-11
* Added ftruncate().Björn Stenberg2002-11-11
* Added support for O_RDWR and lseek() while writing.Björn Stenberg2002-11-11
* Bug fix for previous commit: write() always returned 0 on even sector writes.Björn Stenberg2002-11-11
* close() now does not truncate the file.Björn Stenberg2002-11-11
* Corrected return value check.Björn Stenberg2002-11-05
* Bugfix: lseek() did not invalidate sector cache when seeking to start of file.Björn Stenberg2002-11-04
* Added remove()Björn Stenberg2002-11-01
* Fixed lseek().Björn Stenberg2002-10-31
* More graceful handling when running out of space.Björn Stenberg2002-10-31
* Fat32 write updates: Nixed some bugs. Basic file creation now works. Todo: Lo...Björn Stenberg2002-10-22
* removed use of uninitialized variableDaniel Stenberg2002-10-21
* Snapshot of file writing code. Bugs remain. Only short names are supported yet.Björn Stenberg2002-10-20
* Make close() check for a valid fd and set errno accordingly.Heikki Hannikainen2002-08-24
* when we want to open a file, we want the exact specified file name, notDaniel Stenberg2002-08-22
* lseek: Adjust cacheoffset if cache is usedBjörn Stenberg2002-06-26
* 1 byte reads past a sector boundary failedLinus Nielsen Feltzing2002-06-24
* lseek() bug: It would claim cached sector even if that was not the caseBjörn Stenberg2002-06-19
* Filenames are case insensitive in Fat32Björn Stenberg2002-06-18
* Added check for open-for-writeLinus Nielsen Feltzing2002-06-07
* Bugfix: SEEK_END takes negative positionBjörn Stenberg2002-05-27
* Fixed possible race conditionBjörn Stenberg2002-05-27
* Removed debug outputLinus Nielsen Feltzing2002-05-16
* Changing to C99 'bool' typeBjörn Stenberg2002-05-13
* Added commentBjörn Stenberg2002-05-08
* Added lseek()Björn Stenberg2002-05-08
* Fixed read() for sub-sector requestsBjörn Stenberg2002-05-08
* Added open/close/read. read() only works on whole sectors right now.Björn Stenberg2002-05-07