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
*
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-06-21
*
Don't autogenerate version.c. Just version.h is enough
Frank Gevaerts
2010-06-21
*
Make disk_init() non-static again. I forgot to look at the bootloaders
Frank Gevaerts
2010-06-06
*
Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...
Frank Gevaerts
2010-06-06
*
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...
Frank Gevaerts
2010-06-05
*
dircache:
Amaury Pouly
2010-05-21
*
Fix typos in comment
Michael Chicoine
2010-05-21
*
FS#10913: fix file browser not updated on microsd insertion/removal. This is ...
Amaury Pouly
2010-05-21
*
disk/file: Do not use & on arrays
Rafaël Carré
2010-05-20
*
Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...
Frank Gevaerts
2010-05-15
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
*
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2010-05-06
*
dircache: increase stack size to handle the worse case path during rebuild (d...
Amaury Pouly
2010-04-22
*
FS#11187 - diacritic.c is in 'drivers' but it does not belong there
Tomer Shalev
2010-04-07
*
Add IO priority handling. Currently all IO has equal priority, except the dir...
Frank Gevaerts
2010-04-03
*
dir_uncached: fix opendir_uncached to have opened directories keep enough inf...
Amaury Pouly
2010-03-15
*
Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...
Amaury Pouly
2010-03-10
*
Remove tabs in firmware path (taking into account the original spacing).
Andree Buschmann
2010-02-22
*
Fix a dircache NULL-pointer dereference.
Amaury Pouly
2010-02-21
*
Fix error handling in dircache generation.
Amaury Pouly
2010-02-17
*
-Cosmetic change in a comparison
Amaury Pouly
2010-02-16
*
Rewrite dircache generation to take advantage for the FAT code. Reduce RAM us...
Amaury Pouly
2010-02-14
*
Remove a file that mcuelenaere forgot to delete (see r23763 and r23767).
Amaury Pouly
2010-02-07
*
Optimize (size and speed) strncasecmp (based on a newlib patch).
Amaury Pouly
2010-02-07
*
Various dircache improvements: reduce size of a path buffer to MAX_PATH and r...
Amaury Pouly
2010-02-01
*
Fix a dircache bug (opening a directory opens the first file of that director...
Amaury Pouly
2010-01-31
*
Final removal of tabs in firmware path
Andree Buschmann
2010-01-03
*
Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...
Torne Wuff
2010-01-02
*
FS#9409: fix rename which didn't close file handles on error and enventually ...
Amaury Pouly
2010-01-01
*
Make read() and write() return -1/EISDIR on directories
Frank Gevaerts
2009-12-23
*
only get the file pointer if fd is actually valid.
Frank Gevaerts
2009-12-23
*
Move strip_volume() to filefuncs.c and set properties.
Maurus Cuelenaere
2009-11-26
*
Forgot file
Maurus Cuelenaere
2009-11-26
*
- Split off strip_volume() to a separate file
Maurus Cuelenaere
2009-11-26
*
Merge branch 'hotswap'
Maurus Cuelenaere
2009-11-26
*
Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...
Thomas Martitz
2009-11-03
*
Little bit of const correctness
Nils Wallménius
2009-10-25
*
Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...
Bertrik Sikken
2009-10-18
*
Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...
Dave Chapman
2009-10-02
*
FS#10569 RTC driver cleanup
Nils Wallménius
2009-09-26
*
A new implementation of logf, logfdisplay and logfdump.
Maurus Cuelenaere
2009-08-21
*
Remove dead code
Alexander Levin
2009-08-12
*
Change the function name in strnatsort so that the code doesn't contradict it...
Alexander Levin
2009-08-12
*
Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...
Frank Gevaerts
2009-08-11
*
Consolidate day of week calculation
Frank Gevaerts
2009-08-11
*
rework new time handling functions a bit to be more memory efficient
Frank Gevaerts
2009-08-11
*
Add support for setting the clock using a special SCSI command. This is the s...
Frank Gevaerts
2009-08-11
*
Fix for:
Thomas Martitz
2009-08-04
*
Commit FS#9545, storage cleanup and multi-driver support
Frank Gevaerts
2009-07-17
[next]