summaryrefslogtreecommitdiff
path: root/firmware/include/file.h (follow)
Commit message (Expand)AuthorAge
* Fix path handling snafu for CheckWPS toolMichael Sevakis2017-01-16
* Rewrite filesystem code (WIP)Michael Sevakis2014-08-30
* samsungypr0: Support or mounting the microsdThomas Martitz2014-02-23
* RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.Thomas Martitz2014-02-23
* Fix database tool.Thomas Martitz2012-07-31
* Fix fat test program not compiling (FS#12646).Marcin Bukat2012-05-08
* Fix __PCTOOL__ dependencies on SIMULATORFrank Gevaerts2012-03-03
* Don't redirect file IO to app_* for __PCTOOLS__ builds.Frank Gevaerts2012-03-03
* RaaA: Add initial Pandora supportThomas Jarosch2011-02-27
* Initial maemo platform supportThomas Jarosch2011-02-08
* 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 checkwps.Thomas Martitz2010-08-27
* Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.Thomas Martitz2010-08-27
* Rockbox as an application: add get_user_file_path().Thomas Martitz2010-08-01
* Move some gcc extensions to new gcc_extensions.h headerRafaël Carré2010-07-25
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Revert r25854 which was bad for the database tool (I forgot it still needs th...Thomas Martitz2010-05-06
* Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by ...Thomas Martitz2010-05-06
* 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
* Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz2010-05-06
* Removed the sim_ prefix from the plugin api.Björn Stenberg2009-01-07
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin2008-05-05
* Keep track of the number of opened files in the sim to enforce the same limit...Nicolas Pennequin2007-10-09
* Sim I/O and threading that runs more like on target. Tweakable if any genuine...Michael Sevakis2007-09-08
* Fixed database export crashing with long tags. And failing without DB loaded ...Miika Pekkarinen2007-02-25
* Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold2007-02-01
* Implemented directory caching. No more waiting for disk to spin up whileMiika Pekkarinen2005-10-07
* Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold2005-02-28
* Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg2005-02-22
* long policyJean-Philippe Bernardy2005-02-07
* preparations for hotswapping MMCJörg Hohensohn2005-01-28
* int -> long where neededJean-Philippe Bernardy2005-01-23
* Finally, the archos directory sandbox works in the same way for both X11 and ...Linus Nielsen Feltzing2004-06-10
* easy-to-use function types for typecastingDaniel Stenberg2003-12-09
* works with older glibc headers too nowDaniel Stenberg2003-12-08
* my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg2003-12-08
* Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg2003-06-29
* Added the filesize() functionLinus Nielsen Feltzing2003-03-18
* Zagor added the flush() functionLinus Nielsen Feltzing2003-03-10
* this fixes the win32 simulator compilationFelix Arends2003-02-14
* more movesDaniel Stenberg2003-02-07