1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 16 years ago
  3. 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 16 years ago
  4. 52d827a FS#7598 - Dircache support for multivolume targets (by Phil Light). by Miika Pekkarinen · 17 years ago
  5. 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]
  6. 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
  7. 6b0fdae Removed unused 'mode' parameter from mkdir() for consistency with creat(). by Jens Arnold · 18 years ago
  8. 7bbf53e Simplify code... by Jens Arnold · 18 years ago
  9. 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
  10. ab78b04 Implemented directory caching. No more waiting for disk to spin up while by Miika Pekkarinen · 19 years ago
  11. dc7534b preparations for hotswapping MMC by Jörg Hohensohn · 20 years ago
  12. cea551d int -> long where needed by Jean-Philippe Bernardy · 20 years ago
  13. dcdffe8 using a pointer instead of array dereferencing saves ~250 bytes by Jörg Hohensohn · 20 years ago
  14. 6dda401 volume names look better in sharp brackets, code slightly more compact by Jörg Hohensohn · 20 years ago
  15. 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
  16. 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 20 years ago
  17. 18d5d30 Better POSIX compatibility for mkdir(), rmdir() and opendir() by Linus Nielsen Feltzing · 20 years ago
  18. 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
  19. 05f1fc4 Empty file/dir names are now rejected by open() and mkdir() by Linus Nielsen Feltzing · 21 years ago
  20. 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
  21. 54353e0 Second bug in mkdir() :-) by Linus Nielsen Feltzing · 21 years ago
  22. ce1c93d First mkdir() bug killed :-) by Linus Nielsen Feltzing · 21 years ago
  23. 60b1c4b Implemented the mkdir() function in the FAT32 driver by Linus Nielsen Feltzing · 21 years ago
  24. 74cc9e4 Remove use of rockbox-mode.el in local variables list. by Mats Lidell · 22 years ago
  25. b7b48fe Snapshot of file writing code. Bugs remain. Only short names are supported yet. by Björn Stenberg · 22 years ago
  26. fae5b82 Now doesn't truncate the lenght when comparing path components by Linus Nielsen Feltzing · 22 years ago
  27. cd22573 First version of loadable fonts patch by Alex Gitelman by Björn Stenberg · 22 years ago
  28. 377725f Some more buffer length fixing by Linus Nielsen Feltzing · 22 years ago
  29. d6b0404 Filenames are case insensitive in Fat32 by Björn Stenberg · 22 years ago
  30. 3d25f78 Now supports multiple concurrent opendir() by Björn Stenberg · 22 years ago
  31. a7b8b00 strtok:ing a copy of the parameter instead by Björn Stenberg · 22 years ago
  32. 2382044 Changing to C99 'bool' type by Björn Stenberg · 22 years ago
  33. 4bd8703 Added open/close/read. read() only works on whole sectors right now. by Björn Stenberg · 22 years ago
  34. 44b1a21 Removed stray bad char by Björn Stenberg · 22 years ago
  35. 276f62b load rockbox-mode in emacs! by Daniel Stenberg · 22 years ago
  36. 6904d1a Added note about strtok() not being thread safe by Björn Stenberg · 22 years ago
  37. 40b1f4f Fixed dir parsing by Björn Stenberg · 22 years ago
  38. 4d4ec3a Added opendir, closedir and readdir by Björn Stenberg · 22 years ago