index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
*
Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...
Hardeep Sidhu
2003-07-01
*
Renamed flush() to fsync() to be more in line with POSIX/unix
Björn Stenberg
2003-06-29
*
Slightly better handling of disk-full situations
Linus Nielsen Feltzing
2003-06-19
*
Fixed bad %x handling
Linus Nielsen Feltzing
2003-05-24
*
remove the ifdef for simulator
Daniel Stenberg
2003-04-25
*
use size_t and not int as the prototype says so
Daniel Stenberg
2003-04-25
*
include the sprintf.h header, basicly for simulator purposes
Daniel Stenberg
2003-04-25
*
Update fileoffset and cacheoffset on error.
Björn Stenberg
2003-04-15
*
Added the filesize() function
Linus Nielsen Feltzing
2003-03-18
*
kill warning
Daniel Stenberg
2003-03-16
*
only do the fprintf() if not doing a simulator, since this file is used
Daniel Stenberg
2003-03-16
*
introducing fprintf():
Daniel Stenberg
2003-03-16
*
Previous change broke read after seek. Reverted that change and added tempor...
Hardeep Sidhu
2003-03-15
*
Make sure we are on correct sector after lseek. This fixes the queue file co...
Hardeep Sidhu
2003-03-14
*
flush_cache() failure should still return error.
Björn Stenberg
2003-03-12
*
Bug fix: If head bytes were read but sector read failed, return head byte cou...
Björn Stenberg
2003-03-12
*
Killed compiling error on debug builds
Linus Nielsen Feltzing
2003-03-10
*
Killed a warning
Linus Nielsen Feltzing
2003-03-10
*
Zagor added the flush() function
Linus Nielsen Feltzing
2003-03-10
*
rename() didn't close the file if the target name exists, and didn't return a...
Linus Nielsen Feltzing
2003-02-26
*
Lame debug output
Linus Nielsen Feltzing
2003-02-22
*
more moves
Daniel Stenberg
2003-02-07
*
not used, removed
Daniel Stenberg
2003-02-07
*
not used. removed
Daniel Stenberg
2003-02-07
*
tm_mon starts at 0
Björn Stenberg
2003-01-27
*
Corrected get_time(). This should fix the bad file date bug. Also changed sta...
Björn Stenberg
2003-01-27
*
Directories can now be renamed too.
Björn Stenberg
2003-01-27
*
Remove use of rockbox-mode.el in local variables list.
Mats Lidell
2003-01-24
*
Fixed win32 simulator warnings.
Hardeep Sidhu
2003-01-09
*
Use flush_cache() when writing headbytes to disk to make sure we are on the c...
Hardeep Sidhu
2002-12-19
*
Killed a warning
Linus Nielsen Feltzing
2002-11-24
*
Removed debug output
Linus Nielsen Feltzing
2002-11-24
*
Now uses timefuncs.h instead of time.h
Linus Nielsen Feltzing
2002-11-20
*
Only Recorders have RTC
Linus Nielsen Feltzing
2002-11-20
*
New time functions
Linus Nielsen Feltzing
2002-11-20
*
Added rename()
Björn Stenberg
2002-11-19
*
Flush sector cache before truncating.
Björn Stenberg
2002-11-14
*
creat() now includes the O_TRUNC flag.
Björn Stenberg
2002-11-13
*
Cosmetic: Replaced dozens of openfiles[fd] with 'file' pointers.
Björn Stenberg
2002-11-11
*
Bugfix: Flags work better when they're binary...
Björn Stenberg
2002-11-11
*
Added support for O_CREAT, O_APPEND and O_TRUNC.
Björn Stenberg
2002-11-11
*
Added ftruncate().
Björn Stenberg
2002-11-11
*
Added support for O_RDWR and lseek() while writing.
Björn Stenberg
2002-11-11
*
Bug fix for previous commit: write() always returned 0 on even sector writes.
Björn Stenberg
2002-11-11
*
close() now does not truncate the file.
Björn Stenberg
2002-11-11
*
Corrected return value check.
Björn Stenberg
2002-11-05
*
Bugfix: lseek() did not invalidate sector cache when seeking to start of file.
Björn Stenberg
2002-11-04
*
Added remove()
Björn Stenberg
2002-11-01
*
Fixed lseek().
Björn Stenberg
2002-10-31
*
More graceful handling when running out of space.
Björn Stenberg
2002-10-31
[next]