summaryrefslogtreecommitdiff
path: root/firmware/include
AgeCommit message (Expand)Author
2011-08-14GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz
2011-07-18Revert "Introduce bsearch() and use it in tagtree.c."Thomas Martitz
2011-07-18Introduce bsearch() and use it in tagtree.c.Thomas Martitz
2011-06-21Try to handle dircache rebuild event properly. Playlist should nowMiika Pekkarinen
2011-06-20Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz
2011-06-20Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz
2011-06-20Dircache: Change internal cache layout.Thomas Martitz
2011-06-20Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz
2011-06-20Dircache: Remove dircache_entry::name_len.Thomas Martitz
2011-06-20Move buffer.h to firmware/include.h to replace a useless malloc header.Thomas Martitz
2011-05-24FS#12120. Convert FRACMUL macros into inline functions and fix typecasting fo...Nils Wallménius
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken
2011-02-27RaaA: Add initial Pandora supportThomas Jarosch
2011-02-27iPod Classic CE-ATA Support (Part 1 of 4: Cacheline align some statically all...Michael Sparmann
2011-02-08Initial maemo platform supportThomas Jarosch
2010-12-29Also PREFIX() other filesystem functions. I hope I got them all now...Frank Gevaerts
2010-12-23RaaA: Improve tagcache search to make the database built.Thomas Martitz
2010-12-06Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz
2010-09-20format() (and its alias vuprintf) return values are uncheck -> voidRafaël Carré
2010-09-06Fix sdl application buildThomas Martitz
2010-09-01struct DIR -> DIR, should fix most if not all reds.Thomas Martitz
2010-09-01Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz
2010-08-27Fix checkwps.Thomas Martitz
2010-08-27Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-07-25strncpy.c / assert.h : need to include _ansi.hRafaël Carré
2010-07-25Move some gcc extensions to new gcc_extensions.h headerRafaël Carré
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-05-14Make the sim buildable with mingw againFrank Gevaerts
2010-05-14Move include/sys along with libc/, so hosted (sim/RaaA) builds use the proper...Frank Gevaerts
2010-05-14Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...Thomas Martitz
2010-05-07Remove stray function prototype used only for long-ago-removed codec swapping...Michael Sevakis
2010-05-06Revert r25854 which was bad for the database tool (I forgot it still needs th...Thomas Martitz
2010-05-06Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by ...Thomas Martitz
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz
2010-04-07FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev
2010-04-07Set SVN keywords; small addition to the comment.Alexander Levin
2010-04-07Add comment to is_diacritic()Tomer Shalev
2010-03-10Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...Amaury Pouly
2010-03-03FS#10756 - Free unused init codeThomas Martitz
2010-02-22Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann
2010-02-16Remove obsolete comment.Amaury Pouly
2010-02-16-Cosmetic change in a comparisonAmaury Pouly
2010-02-14fix redJonathan Gordon
2010-01-02Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff
2009-12-24Add support for errno in plugins.Amaury Pouly