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
/
include
Age
Commit message (
Expand
)
Author
2011-11-29
FS#12412 : Delete old buffer allocation code which has been replaced by core_...
Boris Gjenero
2011-10-22
Finish r30818 revert
Fred Bauer
2011-10-21
Change lru from double to single linked list. Only the font cache uses LRU an...
Fred Bauer
2011-10-16
font_cache.c: Optimize and simplify cache search. ~25% font rendering boost
Fred Bauer
2011-10-05
core_alloc: Provide a tiny test allocation, which can be freed for debug purp...
Thomas Martitz
2011-09-24
FS#12273 - use buflib for font storage. thanks to the testers :)
Jonathan Gordon
2011-09-09
Buflib: Stop caching the first unallocated block. It has little benefit but i...
Thomas Martitz
2011-09-07
Buflib: Clarification about invalid handles
Thomas Martitz
2011-08-30
Dircache: Allow dircache to be enabled without reboot.
Thomas Martitz
2011-08-30
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-07-18
Revert "Introduce bsearch() and use it in tagtree.c."
Thomas Martitz
2011-07-18
Introduce bsearch() and use it in tagtree.c.
Thomas Martitz
2011-06-21
Try to handle dircache rebuild event properly. Playlist should now
Miika Pekkarinen
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
Dircache: Return the size of the result string in dircache_copy_path() so tha...
Thomas Martitz
2011-06-20
Dircache: Remove dircache_entry::name_len.
Thomas Martitz
2011-06-20
Move buffer.h to firmware/include.h to replace a useless malloc header.
Thomas Martitz
2011-05-24
FS#12120. Convert FRACMUL macros into inline functions and fix typecasting fo...
Nils Wallménius
2011-05-08
Fix tabs in .c and .h files in firmware/
Bertrik Sikken
2011-02-27
RaaA: Add initial Pandora support
Thomas Jarosch
2011-02-27
iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...
Michael Sparmann
2011-02-08
Initial maemo platform support
Thomas Jarosch
2010-12-29
Also PREFIX() other filesystem functions. I hope I got them all now...
Frank Gevaerts
2010-12-23
RaaA: Improve tagcache search to make the database built.
Thomas Martitz
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
2010-09-20
format() (and its alias vuprintf) return values are uncheck -> void
Rafaël Carré
2010-09-06
Fix sdl application build
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-27
Fix checkwps.
Thomas Martitz
2010-08-27
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
Thomas Martitz
2010-08-12
Move memset6() declaration to string-extra.h, kills a warning compiling for a...
Thomas Martitz
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
2010-07-25
strncpy.c / assert.h : need to include _ansi.h
Rafaël Carré
2010-07-25
Move some gcc extensions to new gcc_extensions.h header
Rafaël Carré
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-05-14
Make the sim buildable with mingw again
Frank Gevaerts
2010-05-14
Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper...
Frank Gevaerts
2010-05-14
Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...
Thomas Martitz
2010-05-07
Remove stray function prototype used only for long-ago-removed codec swapping...
Michael Sevakis
2010-05-06
Revert r25854 which was bad for the database tool (I forgot it still needs th...
Thomas Martitz
2010-05-06
Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by ...
Thomas Martitz
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-07
FS#11187 - diacritic.c is in 'drivers' but it does not belong there
Tomer Shalev
[next]