- 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
- 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 16 years ago
- 52d827a FS#7598 - Dircache support for multivolume targets (by Phil Light). by Miika Pekkarinen · 17 years ago
- 011a325 Makes apps and plugins interract with directories using a posix-like api instead of calling dircache / simulator functions (no additionnal layer added, only a cosmetic change) by Kevin Ferrare · 17 years ago[Renamed (89%) from firmware/common/dir.c]
- 1167e3c Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with some tweaks. All testers have given the green light. (Now for the RED ?? ;). by Michael Sevakis · 17 years ago
- 6b0fdae Removed unused 'mode' parameter from mkdir() for consistency with creat(). by Jens Arnold · 18 years ago
- 7bbf53e Simplify code... by Jens Arnold · 18 years ago
- f9b2091 volume_strip() now ignores multiple leading slashes like the rest of the path handling code. Fixes the stats plugin only counting the internal flash on Ondio, and other potential problems. Posix says multiple slashes are legal. * More precise volume name check. 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
- dc7534b preparations for hotswapping MMC by Jörg Hohensohn · 20 years ago
- cea551d int -> long where needed by Jean-Philippe Bernardy · 20 years ago
- dcdffe8 using a pointer instead of array dereferencing saves ~250 bytes by Jörg Hohensohn · 20 years ago
- 6dda401 volume names look better in sharp brackets, code slightly more compact by Jörg Hohensohn · 20 years ago
- da84857 prepared to mount multiple partitions into one logical file system (most useful for Ondio, internal memory + external MMC) by Jörg Hohensohn · 20 years ago
- 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 20 years ago
- 18d5d30 Better POSIX compatibility for mkdir(), rmdir() and opendir() by Linus Nielsen Feltzing · 20 years ago
- bc9397d New function: rmdir(). Also some changes in the fat code, to track the parent directory in opendir(), to be able to delete directories by Linus Nielsen Feltzing · 20 years ago
- 05f1fc4 Empty file/dir names are now rejected by open() and mkdir() by Linus Nielsen Feltzing · 21 years ago
- ef7293f New feature: NOw you can store the recorded files in either /recordings (the directory will be created automatically) or in the current directory. by Linus Nielsen Feltzing · 21 years ago
- 54353e0 Second bug in mkdir() :-) by Linus Nielsen Feltzing · 21 years ago
- ce1c93d First mkdir() bug killed :-) by Linus Nielsen Feltzing · 21 years ago
- 60b1c4b Implemented the mkdir() function in the FAT32 driver by Linus Nielsen Feltzing · 21 years ago
- 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
- b7b48fe Snapshot of file writing code. Bugs remain. Only short names are supported yet. by Björn Stenberg · 22 years ago
- fae5b82 Now doesn't truncate the lenght when comparing path components by Linus Nielsen Feltzing · 22 years ago
- cd22573 First version of loadable fonts patch by Alex Gitelman by Björn Stenberg · 22 years ago
- 377725f Some more buffer length fixing by Linus Nielsen Feltzing · 22 years ago
- d6b0404 Filenames are case insensitive in Fat32 by Björn Stenberg · 22 years ago
- 3d25f78 Now supports multiple concurrent opendir() by Björn Stenberg · 22 years ago
- a7b8b00 strtok:ing a copy of the parameter instead by Björn Stenberg · 22 years ago
- 2382044 Changing to C99 'bool' type by Björn Stenberg · 22 years ago
- 4bd8703 Added open/close/read. read() only works on whole sectors right now. by Björn Stenberg · 22 years ago
- 44b1a21 Removed stray bad char by Björn Stenberg · 22 years ago
- 276f62b load rockbox-mode in emacs! by Daniel Stenberg · 22 years ago
- 6904d1a Added note about strtok() not being thread safe by Björn Stenberg · 22 years ago
- 40b1f4f Fixed dir parsing by Björn Stenberg · 22 years ago
- 4d4ec3a Added opendir, closedir and readdir by Björn Stenberg · 22 years ago