summaryrefslogtreecommitdiff
path: root/firmware/common
AgeCommit message (Expand)Author
2010-08-30typo in r27953 spotted by kugel: s/long/ssize_t/Rafaël Carré
2010-08-30format: supports %zd (ssize_t) and %zu (ssize_t)Rafaël Carré
2010-08-12Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz
2010-08-08Various minor fixes for Samsung YH* targetsBertrik Sikken
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz
2010-08-01Fix reds.Thomas Martitz
2010-08-01Rockbox as an application: add get_user_file_path().Thomas Martitz
2010-07-31Let format.c #include its own format.h header fileBertrik Sikken
2010-07-26Factor out opening and removing DIRCACHE_FILE into separate functions.Thomas Martitz
2010-07-18Revert accidental commit of "%z" support in r26071 (the implementation assume...Frank Gevaerts
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-21Don't autogenerate version.c. Just version.h is enoughFrank Gevaerts
2010-06-06Make disk_init() non-static again. I forgot to look at the bootloadersFrank Gevaerts
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts
2010-05-21dircache:Amaury Pouly
2010-05-21Fix typos in commentMichael Chicoine
2010-05-21FS#10913: fix file browser not updated on microsd insertion/removal. This is ...Amaury Pouly
2010-05-20disk/file: Do not use & on arraysRafaël Carré
2010-05-15Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...Frank Gevaerts
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-22dircache: increase stack size to handle the worse case path during rebuild (d...Amaury Pouly
2010-04-07FS#11187 - diacritic.c is in 'drivers' but it does not belong thereTomer Shalev
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts
2010-03-15dir_uncached: fix opendir_uncached to have opened directories keep enough inf...Amaury Pouly
2010-03-10Get rid of the parent_dir field in dir_uncached.c by using the same FAT trick...Amaury Pouly
2010-02-22Remove tabs in firmware path (taking into account the original spacing).Andree Buschmann
2010-02-21Fix a dircache NULL-pointer dereference.Amaury Pouly
2010-02-17Fix error handling in dircache generation.Amaury Pouly
2010-02-16-Cosmetic change in a comparisonAmaury Pouly
2010-02-14Rewrite dircache generation to take advantage for the FAT code. Reduce RAM us...Amaury Pouly
2010-02-07Remove a file that mcuelenaere forgot to delete (see r23763 and r23767).Amaury Pouly
2010-02-07Optimize (size and speed) strncasecmp (based on a newlib patch).Amaury Pouly
2010-02-01Various dircache improvements: reduce size of a path buffer to MAX_PATH and r...Amaury Pouly
2010-01-31Fix a dircache bug (opening a directory opens the first file of that director...Amaury Pouly
2010-01-03Final removal of tabs in firmware pathAndree Buschmann
2010-01-02Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff
2010-01-01FS#9409: fix rename which didn't close file handles on error and enventually ...Amaury Pouly
2009-12-23Make read() and write() return -1/EISDIR on directoriesFrank Gevaerts
2009-12-23only get the file pointer if fd is actually valid.Frank Gevaerts
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere
2009-11-26Forgot fileMaurus Cuelenaere
2009-11-26 - Split off strip_volume() to a separate fileMaurus Cuelenaere
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere
2009-11-03Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz
2009-10-25Little bit of const correctnessNils Wallménius
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken
2009-10-02Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...Dave Chapman