summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2010-02-17Fix error handling in dircache generation.Amaury Pouly1-2/+2
2010-02-16-Cosmetic change in a comparisonAmaury Pouly1-48/+47
2010-02-14Rewrite dircache generation to take advantage for the FAT code. Reduce RAM us...Amaury Pouly1-197/+182
2010-02-07Remove a file that mcuelenaere forgot to delete (see r23763 and r23767).Amaury Pouly1-52/+0
2010-02-07Optimize (size and speed) strncasecmp (based on a newlib patch).Amaury Pouly1-10/+10
2010-02-01Various dircache improvements: reduce size of a path buffer to MAX_PATH and r...Amaury Pouly1-32/+32
2010-01-31Fix a dircache bug (opening a directory opens the first file of that director...Amaury Pouly1-43/+74
2010-01-03Final removal of tabs in firmware pathAndree Buschmann2-2/+2
2010-01-02Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff1-0/+56
2010-01-01FS#9409: fix rename which didn't close file handles on error and enventually ...Amaury Pouly1-3/+14
2009-12-23Make read() and write() return -1/EISDIR on directoriesFrank Gevaerts1-0/+5
2009-12-23only get the file pointer if fd is actually valid.Frank Gevaerts1-1/+4
2009-11-26Move strip_volume() to filefuncs.c and set properties.Maurus Cuelenaere3-0/+54
2009-11-26Forgot fileMaurus Cuelenaere1-0/+52
2009-11-26 - Split off strip_volume() to a separate fileMaurus Cuelenaere3-31/+3
2009-11-26Merge branch 'hotswap'Maurus Cuelenaere2-0/+8
2009-11-03Rename vfnprintf to vuprintf (u stands for user for the user callback and dat...Thomas Martitz1-1/+1
2009-10-25Little bit of const correctnessNils Wallménius1-5/+5
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken1-1/+1
2009-10-02Patch #1 from FS#10633 (Nano 2G developments) by Michael Sparmann - Allows ta...Dave Chapman1-1/+1
2009-09-26FS#10569 RTC driver cleanupNils Wallménius1-65/+12
2009-08-21A new implementation of logf, logfdisplay and logfdump.Maurus Cuelenaere1-0/+5
2009-08-12Remove dead codeAlexander Levin1-16/+1
2009-08-12Change the function name in strnatsort so that the code doesn't contradict it...Alexander Levin1-3/+5
2009-08-11Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts1-25/+0
2009-08-11Consolidate day of week calculationFrank Gevaerts1-2/+5
2009-08-11rework new time handling functions a bit to be more memory efficientFrank Gevaerts1-20/+14
2009-08-11Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts1-0/+39
2009-08-04Fix for:Thomas Martitz1-5/+5
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-14/+20
2009-07-14FS#10080Nils Wallménius5-148/+71
2009-06-29Fix yellow introduced in r21561Alexander Levin1-3/+4
2009-06-29Make the get_time on non-RTC sims behave like target, i.e. always return a co...Alexander Levin1-18/+30
2009-03-22Add missing #includes for the ondas.Bertrik Sikken1-0/+2
2009-03-17Update the comment about our changes too.Thomas Martitz1-2/+3
2009-03-17Restore behavior of the original implementation strnatcmp to not ignore leadi...Thomas Martitz1-5/+35
2009-03-09Make strnatcmp() and strnatcasecmp() call strcmp() or strcasecmp() if strings...Frank Gevaerts1-3/+6
2009-03-02Make sure that sorting works both for signed and unsigned char (it depends on...Alexander Levin1-9/+19
2009-03-02Make natural sorting work properly with cyrillic chars: they should be placed...Alexander Levin1-8/+8
2009-03-02Actually apply the patch...thanks again to Bryan Vandyke (and Tom Ross for no...Thomas Martitz1-33/+3
2009-03-02FS#9972 - Simplify strnatcmp. As we do ignore leading zeros (as opposed to th...Thomas Martitz1-2/+5
2009-03-02Fix some memset calls that use the wrong order for arguments.Tom Ross1-1/+1
2009-03-01Commit FS#8314. This adds strnat[case]cmp written by Martin Pool, which respe...Thomas Martitz1-0/+179
2009-02-13Onda VX747:Maurus Cuelenaere1-0/+6
2008-12-15Moved database builder into a separate directory, and gave it its' own Makefi...Björn Stenberg1-3/+2
2008-12-04Cleaned up codepage handling, by Yoshihisa Uchida. (FS#9349)Björn Stenberg1-11/+60
2008-11-24Added support for configurable rockbox directory. FS#9567 by Alex Bennee.Björn Stenberg1-1/+1
2008-11-12Fix a small bug in %x when padding is being addedKarl Kurbjun1-0/+2
2008-11-09drive might be used uninitialized, prevent thatRafaël Carré1-1/+1
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts1-1/+3