summaryrefslogtreecommitdiffstats
path: root/uisimulator/x11/io.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-16Added rmdir() for the x11 simulatorLinus Nielsen Feltzing1-0/+12
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-0/+13
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg1-1/+1
2003-07-04Added FreeBSD support to uisimulator. Patch by Keith HubbardBjörn Stenberg1-0/+5
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg1-1/+1
2003-03-18Added the filesize() functionLinus Nielsen Feltzing1-0/+9
2003-03-05killed a warningDaniel Stenberg1-72/+72
2003-03-05Set a mode that makes sense as the Rockbox code doesn't use modes...Daniel Stenberg1-2/+2
2003-02-15fix to not use the redefined calls within the redefined calls themselves,Daniel Stenberg1-8/+8
2003-02-07use new pathDaniel Stenberg1-1/+1
2003-01-28Added close() and proper creat() to x11 emulatorBjörn Stenberg1-0/+6
2003-01-15Added rename() to simulatorBjörn Stenberg1-2/+17
2003-01-09The much-anticipated queue patch by Hardeep Sidhu. Queue a file by holding do...Björn Stenberg1-0/+26
2002-11-12Added disk space to Info menu item. (Players press + to see it.)Björn Stenberg1-0/+21
2002-06-14warning hunt and kill sessionDaniel Stenberg1-0/+6
2002-05-13Added \n to debugf()Björn Stenberg1-1/+19
2002-05-10x11_opendir() now fails properly in case the dir doesn't existDaniel Stenberg1-6/+12
2002-05-07NULL is not defined when this compiles on Linux, let's avoid that for nowDaniel Stenberg1-1/+1
2002-05-07adjusted to build on my solaris boxDaniel Stenberg1-5/+19
2002-05-07extended the wrapper layer, we can't depend on much in the "real" direntDaniel Stenberg1-7/+31
2002-05-07readdir() wrapper for proper dirent struct emulation in target codeDaniel Stenberg1-1/+14
2002-05-06no more Logf(), only use debugf()Daniel Stenberg1-1/+1
2002-05-06Dave Chapman removed the annoying extra slashDaniel Stenberg1-2/+2
2002-05-05support open() properly so that the root dir works in the archos subdirDaniel Stenberg1-0/+13
2002-04-30added for dir emulationDaniel Stenberg1-0/+15