index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
common
Age
Commit message (
Expand
)
Author
2011-01-02
Autodetect sector size on superfloppy volumes based on the FAT32 BPB (kudos t...
Michael Sparmann
2010-12-07
correct argument of open.
Teruaki Kawashima
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-11-28
Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...
Frank Gevaerts
2010-11-13
Reduce the amount of stack space needed by fat_rename and mkdir_uncached.
Michael Sparmann
2010-10-25
Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...
Michael Sparmann
2010-09-20
file_exists(): fix DEBUGF()
Rafaël Carré
2010-09-20
format() (and its alias vuprintf) return values are uncheck -> void
Rafaël Carré
2010-09-08
Revert r27972 to fix FS#11610 (but in a way android builds still work).
Thomas Martitz
2010-09-01
Redo previous commit to not break android builds.
Thomas Martitz
2010-09-01
Fix database
Thomas Martitz
2010-09-01
struct DIR -> DIR, should fix most if not all reds.
Thomas Martitz
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
2010-08-30
typo in r27953 spotted by kugel: s/long/ssize_t/
Rafaël Carré
2010-08-30
format: supports %zd (ssize_t) and %zu (ssize_t)
Rafaël Carré
2010-08-12
Move memset6() declaration to string-extra.h, kills a warning compiling for a...
Thomas Martitz
2010-08-08
Various minor fixes for Samsung YH* targets
Bertrik Sikken
2010-08-02
Rockbox as an application: Commit current Android port progress.
Thomas Martitz
2010-08-01
Fix reds.
Thomas Martitz
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-07-31
Let format.c #include its own format.h header file
Bertrik Sikken
2010-07-26
Factor out opening and removing DIRCACHE_FILE into separate functions.
Thomas Martitz
2010-07-18
Revert accidental commit of "%z" support in r26071 (the implementation assume...
Frank Gevaerts
2010-06-21
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-06
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-05
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...
Frank Gevaerts
2010-05-21
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-20
disk/file: Do not use & on arrays
Rafaël Carré
2010-05-15
Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...
Frank Gevaerts
2010-05-06
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-04-22
dircache: increase stack size to handle the worse case path during rebuild (d...
Amaury Pouly
2010-04-07
FS#11187 - diacritic.c is in 'drivers' but it does not belong there
Tomer Shalev
2010-04-03
Add IO priority handling. Currently all IO has equal priority, except the dir...
Frank Gevaerts
2010-03-15
dir_uncached: fix opendir_uncached to have opened directories keep enough inf...
Amaury Pouly
2010-03-10
Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...
Amaury Pouly
2010-02-22
Remove tabs in firmware path (taking into account the original spacing).
Andree Buschmann
2010-02-21
Fix a dircache NULL-pointer dereference.
Amaury Pouly
2010-02-17
Fix error handling in dircache generation.
Amaury Pouly
2010-02-16
-Cosmetic change in a comparison
Amaury Pouly
2010-02-14
Rewrite dircache generation to take advantage for the FAT code. Reduce RAM us...
Amaury Pouly
2010-02-07
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-01
Various dircache improvements: reduce size of a path buffer to MAX_PATH and r...
Amaury Pouly
2010-01-31
Fix a dircache bug (opening a directory opens the first file of that director...
Amaury Pouly
[next]