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