index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
include
/
file.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-16
Fix path handling snafu for CheckWPS tool
Michael Sevakis
1
-2
/
+2
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-59
/
+66
2014-02-23
samsungypr0: Support or mounting the microsd
Thomas Martitz
1
-0
/
+2
2014-02-23
RaaA: Move directory related stuff from filesystem-unix.c into rbpaths.c.
Thomas Martitz
1
-24
/
+18
2012-07-31
Fix database tool.
Thomas Martitz
1
-1
/
+1
2012-05-08
Fix fat test program not compiling (FS#12646).
Marcin Bukat
1
-7
/
+5
2012-03-03
Fix __PCTOOL__ dependencies on SIMULATOR
Frank Gevaerts
1
-2
/
+0
2012-03-03
Don't redirect file IO to app_* for __PCTOOLS__ builds.
Frank Gevaerts
1
-1
/
+1
2011-02-27
RaaA: Add initial Pandora support
Thomas Jarosch
1
-1
/
+1
2011-02-08
Initial maemo platform support
Thomas Jarosch
1
-1
/
+1
2010-12-06
Get rid of get_user_file_path and do the path handling in wrappers for open()...
Thomas Martitz
1
-14
/
+32
2010-09-01
Ged rid of uisimulator/common/io.c for android builds.
Thomas Martitz
1
-1
/
+1
2010-08-27
Fix checkwps.
Thomas Martitz
1
-2
/
+2
2010-08-27
Use system headers a bit more: use host's fcntl.h for O_RDONLY etc.
Thomas Martitz
1
-20
/
+9
2010-08-01
Rockbox as an application: add get_user_file_path().
Thomas Martitz
1
-3
/
+2
2010-07-25
Move some gcc extensions to new gcc_extensions.h header
Rafaël Carré
1
-1
/
+1
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-2
/
+3
2010-05-06
Revert r25854 which was bad for the database tool (I forgot it still needs th...
Thomas Martitz
1
-5
/
+1
2010-05-06
Fix checkwps by using host system's file IO (thanks to r25843/r25844) and by ...
Thomas Martitz
1
-3
/
+7
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-1
/
+2
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
1
-3
/
+7
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
1
-4
/
+13
2009-01-07
Removed the sim_ prefix from the plugin api.
Björn Stenberg
1
-1
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
1
-1
/
+1
2007-10-09
Keep track of the number of opened files in the sim to enforce the same limit...
Nicolas Pennequin
1
-0
/
+1
2007-09-08
Sim I/O and threading that runs more like on target. Tweakable if any genuine...
Michael Sevakis
1
-0
/
+2
2007-02-25
Fixed database export crashing with long tags. And failing without DB loaded ...
Miika Pekkarinen
1
-1
/
+1
2007-02-01
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
1
-3
/
+3
2005-10-07
Implemented directory caching. No more waiting for disk to spin up while
Miika Pekkarinen
1
-0
/
+2
2005-02-28
Simulators: lseek() working again for systems with an off_t datatype differin...
Jens Arnold
1
-0
/
+1
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
1
-26
/
+10
2005-02-07
long policy
Jean-Philippe Bernardy
1
-1
/
+1
2005-01-28
preparations for hotswapping MMC
Jörg Hohensohn
1
-0
/
+1
2005-01-23
int -> long where needed
Jean-Philippe Bernardy
1
-1
/
+1
2004-06-10
Finally, the archos directory sandbox works in the same way for both X11 and ...
Linus Nielsen Feltzing
1
-13
/
+0
2003-12-09
easy-to-use function types for typecasting
Daniel Stenberg
1
-0
/
+7
2003-12-08
works with older glibc headers too now
Daniel Stenberg
1
-3
/
+6
2003-12-08
my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t
Daniel Stenberg
1
-6
/
+30
2003-06-29
Renamed flush() to fsync() to be more in line with POSIX/unix
Björn Stenberg
1
-1
/
+1
2003-03-18
Added the filesize() function
Linus Nielsen Feltzing
1
-0
/
+1
2003-03-10
Zagor added the flush() function
Linus Nielsen Feltzing
1
-0
/
+1
2003-02-14
this fixes the win32 simulator compilation
Felix Arends
1
-7
/
+0
2003-02-07
more moves
Daniel Stenberg
1
-0
/
+76