summaryrefslogtreecommitdiff
path: root/firmware/common/dircache.c (follow)
Commit message (Expand)AuthorAge
* Limit "struct dircache_runinfo" to file scopeThomas Jarosch2015-01-01
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* Cleanup MV/MD macros a little.Michael Sevakis2013-08-17
* Update some missed pointers when moving the dircache allocationFred Bauer2011-11-19
* Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz2011-11-17
* Fix FS#12325 - screen corruption on early usb.Thomas Martitz2011-10-28
* fix sign errorFred Bauer2011-10-21
* Dircache: Allow dircache to be enabled without reboot.Thomas Martitz2011-08-30
* GSoC/Buflib: Enable compaction in buflib.Thomas Martitz2011-08-30
* GSoC/Buflib: Add buflib memory alocator to the core.Thomas Martitz2011-08-30
* Dircache: Fix memory leak (and recently panic).Thomas Martitz2011-08-16
* Dircache: Fix bug introduced in r30308.Thomas Martitz2011-08-15
* GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.Thomas Martitz2011-08-14
* Dircache: Fix 2 nasty bugs introduced with the reworks starting with r30032.Thomas Martitz2011-07-30
* Initialize the d_names_start pointer correctly in dircache. This shouldMiika Pekkarinen2011-07-04
* Fixed incorrect dircache reallocation during tagcache commit.Miika Pekkarinen2011-07-01
* Fix loading dircache stat on h100. Relocating the data was broken due to stru...Thomas Martitz2011-06-22
* Use ALIGN_UP() macro for alignment, in a more correct way also.Thomas Martitz2011-06-20
* Dircache: A bit of follow-up code cleanup suggested by Amaury Pouly.Thomas Martitz2011-06-20
* Optimize new dircache_copy_path so that the helper (strlcat) doesn't need to ...Thomas Martitz2011-06-20
* Dircache: Don't expose struct dircache_entry and pointers into the cache, use...Thomas Martitz2011-06-20
* Dircache: Move struct maindata declaration to dircache.c and actually check f...Thomas Martitz2011-06-20
* Dircache: Change internal cache layout.Thomas Martitz2011-06-20
* Fix dircache_size calculation bug introcuced 3 revisions ago.Thomas Martitz2011-06-20
* Dircache: Return the size of the result string in dircache_copy_path() so tha...Thomas Martitz2011-06-20
* Dircache: Rework and simplify dircache_copy_path().Thomas Martitz2011-06-20
* Dircache: Remove dircache_entry::name_len.Thomas Martitz2011-06-20
* Fix a bunch of 'variable set but not used' warnings reported from GCC 4.6.0.Andree Buschmann2011-05-08
* All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis2011-02-14
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* 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