- 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
- 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
- ef9abe4 Keep track of the number of opened files in the sim to enforce the same limit as on target. by Nicolas Pennequin · 17 years ago
- f64ebb1 Sim I/O and threading that runs more like on target. Tweakable if any genuine slowness imitation is required for any one of them. One point of concern is the sim shutdown on an OS other than Linux just because terminating threads in a manner other than having the do it themselves is kind of dirty IMHO. by Michael Sevakis · 17 years ago
- fcf8145 Fixed database export crashing with long tags. And failing without DB loaded to RAM due to the recently added new tags in DB, thus reaching the fd limit. by Miika Pekkarinen · 18 years ago
- 67eb154 Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ignored on target and mixed into 'oflags' in the simulator. * Simplified io.c a bit by defining a dummy O_BINARY for OSes which don't have that. by Jens Arnold · 18 years ago
- ab78b04 Implemented directory caching. No more waiting for disk to spin up while by Miika Pekkarinen · 19 years ago
- 399c081 Simulators: lseek() working again for systems with an off_t datatype differing from 'long' (cygwin/x11, maybe others). Removed unused sim_close(). by Jens Arnold · 20 years ago
- 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
- 947dceb long policy by Jean-Philippe Bernardy · 20 years ago
- dc7534b preparations for hotswapping MMC by Jörg Hohensohn · 20 years ago
- cea551d int -> long where needed by Jean-Philippe Bernardy · 20 years ago
- a6142ab Finally, the archos directory sandbox works in the same way for both X11 and win32 simulators. Unfortunately, this breaks the VC++ compatibility. Also, the plugin API now supports DEBUGF. Last, but not least, we have a new plugin, vbrfix.rock. by Linus Nielsen Feltzing · 20 years ago
- e15ac75 easy-to-use function types for typecasting by Daniel Stenberg · 21 years ago
- cf2c577 works with older glibc headers too now by Daniel Stenberg · 21 years ago
- ae960a9 my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t by Daniel Stenberg · 21 years ago
- a4baacd Renamed flush() to fsync() to be more in line with POSIX/unix by Björn Stenberg · 21 years ago
- e98bad5 Added the filesize() function by Linus Nielsen Feltzing · 22 years ago
- 44e5183 Zagor added the flush() function by Linus Nielsen Feltzing · 22 years ago
- e3403ec this fixes the win32 simulator compilation by Felix Arends · 22 years ago
- cb2de17 more moves by Daniel Stenberg · 22 years ago[Renamed from firmware/common/file.h]
- 85d8b85 Fixed win32 simulator warnings. by Hardeep Sidhu · 22 years ago
- c5f5be5 Added rename() by Björn Stenberg · 22 years ago
- 4059ea6 Bugfix: Flags work better when they're binary... by Björn Stenberg · 22 years ago
- 9f9c495 Added support for O_CREAT, O_APPEND and O_TRUNC. by Björn Stenberg · 22 years ago
- 68640ed Added ftruncate(). by Björn Stenberg · 22 years ago
- b7b48fe Snapshot of file writing code. Bugs remain. Only short names are supported yet. by Björn Stenberg · 22 years ago
- cc16624 undef MAX_PATH before defining it makes it play the simulator game better by Daniel Stenberg · 22 years ago
- 1beaa8b added weirdo extra protos for the mingw cross-compile build by Daniel Stenberg · 22 years ago
- c1370d2 use our own prototypes for open, read, close and lseek if we compile by Daniel Stenberg · 22 years ago
- 2ec1e17 just defensivelt check for defined defines before we define them by Daniel Stenberg · 22 years ago
- 4c04317 ming compile fixes by Bill Napier by Daniel Stenberg · 22 years ago
- 75447f6 Added MAX_PATH by Linus Nielsen Feltzing · 22 years ago
- 4bd8703 Added open/close/read. read() only works on whole sectors right now. by Björn Stenberg · 22 years ago
- 83e92b8 minor protection to not re-define O_RDONLY if it is already defined by Daniel Stenberg · 22 years ago
- a98b20e Added flags by Björn Stenberg · 22 years ago
- d711bd9 replaced _WIN32 constant with WIN32 by Felix Arends · 22 years ago
- 0196c0c added win32 simulator compability by Felix Arends · 22 years ago
- 17947b7 win32 simulator compatible by Felix Arends · 22 years ago
- 0e2a5a6 File and directory APIs by Björn Stenberg · 22 years ago