summaryrefslogtreecommitdiff
path: root/firmware/common/dircache.c (follow)
Commit message (Expand)AuthorAge
* Get rid of get_user_file_path and do the path handling in wrappers for open()...Thomas Martitz2010-12-06
* Ged rid of uisimulator/common/io.c for android builds.Thomas Martitz2010-09-01
* Fix reds.Thomas Martitz2010-08-01
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Factor out opening and removing DIRCACHE_FILE into separate functions.Thomas Martitz2010-07-26
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* dircache:Amaury Pouly2010-05-21
* Fix typos in commentMichael Chicoine2010-05-21
* FS#10913: fix file browser not updated on microsd insertion/removal. This is ...Amaury Pouly2010-05-21
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...Thomas Martitz2010-05-06
* dircache: increase stack size to handle the worse case path during rebuild (d...Amaury Pouly2010-04-22
* Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts2010-04-03
* 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
* 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
* - Split off strip_volume() to a separate fileMaurus Cuelenaere2009-11-26
* FS#10080Nils Wallménius2009-07-14
* ok, that was bigger than expected... reduce the max to 12 open dirs as a happ...Jonathan Gordon2008-08-10
* "waste" a bit more RAM on targets with more than 8MB so more directories can ...Jonathan Gordon2008-08-10
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* Killed unnecessary global variables by making them static.Bertrik Sikken2008-04-20
* FS#7598 - Dircache support for multivolume targets (by Phil Light).Miika Pekkarinen2008-03-11
* Dircache state should be checked too to make appflags work in every situation.Miika Pekkarinen2008-01-13
* Always check for deleted files, no matter how slow it might be when DB autoup...Miika Pekkarinen2008-01-13
* Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Correct a dodgy logf call.Nicolas Pennequin2007-10-02
* Remove redundant remove call, which caused problems in the simulator.Magnus Holmgren2007-09-16
* Fix FS#7679 - modifying files with dircahce enabled doesnt change the access ...Jonathan Gordon2007-09-02
* Makes apps and plugins interract with directories using a posix-like api inst...Kevin Ferrare2007-07-20
* Tiny fix for an unlikely error path.Steve Bavin2007-06-01
* Dircache fixes: Stop scanning properly if shutdown is initiated. Require user...Miika Pekkarinen2007-04-07
* Fix several printf-style warnings in logf builds.Magnus Holmgren2007-03-18
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Fix dircache on simulatorsSteve Bavin2007-02-01
* increase the dircache thread size to hopefully stop it StkOv'ingJonathan Gordon2007-01-17
* Fix lockup of simulator at startup if dircache enabledSteve Bavin2007-01-12
* Try to make sure dircache state file on flashed H1xx targets isMiika Pekkarinen2006-12-22
* Removed the cpu boost tracking debug feature for now because ofMiika Pekkarinen2006-12-05
* Support building tagcache db natively on PC using the core of theMiika Pekkarinen2006-11-10
* Add CPU boost tracker to see where boosts are coming fromSteve Bavin2006-10-05
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Fixed performance problems when initializing tagcache.Miika Pekkarinen2006-08-26
* Make sure dircache blocks correctly.Miika Pekkarinen2006-08-14
* Initial support and use for EEPROM memory on H120 & H140 players whenMiika Pekkarinen2006-08-05