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-07-18
Introduce bsearch() and use it in tagtree.c.
Thomas Martitz
2011-07-04
Initialize the d_names_start pointer correctly in dircache. This should
Miika Pekkarinen
2011-07-01
Fixed incorrect dircache reallocation during tagcache commit.
Miika Pekkarinen
2011-06-22
Fix loading dircache stat on h100. Relocating the data was broken due to stru...
Thomas Martitz
2011-06-20
Use ALIGN_UP() macro for alignment, in a more correct way also.
Thomas Martitz
2011-06-20
Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.
Thomas Martitz
2011-06-20
Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...
Thomas Martitz
2011-06-20
Dircache: Don't expose struct dircache_entry and pointers into the cache, use...
Thomas Martitz
2011-06-20
Dircache: Move struct maindata declaration to dircache.c and actually check f...
Thomas Martitz
2011-06-20
Dircache: Change internal cache layout.
Thomas Martitz
2011-06-20
Fix dircache_size calculation bug introcuced 3 revisions ago.
Thomas Martitz
2011-06-20
Dircache: Return the size of the result string in dircache_copy_path() so tha...
Thomas Martitz
2011-06-20
Dircache: Rework and simplify dircache_copy_path().
Thomas Martitz
2011-06-20
Dircache: Remove dircache_entry::name_len.
Thomas Martitz
2011-05-08
Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.
Andree Buschmann
2011-03-08
Return -1 for not implemented RTC functions.
Thomas Martitz
2011-03-02
RaaA: Fix write locations of plugins
Thomas Jarosch
2011-02-27
RaaA: Add initial Pandora support
Thomas Jarosch
2011-02-27
Fix yellow
Michael Sparmann
2011-02-27
iPod Classic CE-ATA Support (Part 3 of 4: Introduce STORAGE_NEEDS_ALIGN, whic...
Michael Sparmann
2011-02-27
iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...
Michael Sparmann
2011-02-27
iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...
Michael Sparmann
2011-02-25
RaaA: Create full config directory tree during initialization
Thomas Jarosch
2011-02-15
RaaA: app_rename() must also do ROCKBOX_DIR translation for the target path
Thomas Jarosch
2011-02-14
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
2011-02-08
Initial maemo platform support
Thomas Jarosch
2011-02-02
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2011-01-27
RaaA: Fix database duplication issue on every start
Thomas Martitz
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
[prev]
[next]