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. 52d827a FS#7598 - Dircache support for multivolume targets (by Phil Light). by Miika Pekkarinen · 17 years ago
  4. 0843a07 Ooops by Kevin Ferrare · 17 years ago
  5. 5633dc6 This should fix dircache being disabled by my last commit. by Kevin Ferrare · 17 years ago
  6. 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
  7. 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
  8. 6b0fdae Removed unused 'mode' parameter from mkdir() for consistency with creat(). by Jens Arnold · 18 years ago
  9. 0dd7ea2 Support building tagcache db natively on PC using the core of the by Miika Pekkarinen · 18 years ago
  10. 5da99ed long policy by Jean-Philippe Bernardy · 20 years ago
  11. 22b7701 Build cleanup and general fixes. fprintf() is now fdprintf(), the separation by Daniel Stenberg · 20 years ago
  12. cdde25b Unified build system to use SOURCES for sim builds too, a single Makefile-look by Daniel Stenberg · 20 years ago
  13. dc7534b preparations for hotswapping MMC by Jörg Hohensohn · 20 years ago
  14. 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
  15. 74eb642 infrastructure for sorting by date+time, now we "only" need to decide on the UI by Jörg Hohensohn · 20 years ago
  16. 18d5d30 Better POSIX compatibility for mkdir(), rmdir() and opendir() by Linus Nielsen Feltzing · 20 years ago
  17. 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 · 21 years ago
  18. 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
  19. 648ccc8 code police by Robert Hak · 22 years ago
  20. c97056d include "standard" files with <> and not "" by Daniel Stenberg · 22 years ago
  21. cb2de17 more moves by Daniel Stenberg · 22 years ago[Renamed from firmware/common/dir.h]
  22. 307f5d8 Added remove() by Björn Stenberg · 22 years ago
  23. d52f113 debreakage by Daniel Stenberg · 22 years ago
  24. 4c04317 ming compile fixes by Bill Napier by Daniel Stenberg · 22 years ago
  25. 377725f Some more buffer length fixing by Linus Nielsen Feltzing · 22 years ago
  26. 0f06cf6 fixed intptr_t to int, thanks to greg by Felix Arends · 22 years ago
  27. 3d25f78 Now supports multiple concurrent opendir() by Björn Stenberg · 22 years ago
  28. 4bd8703 Added open/close/read. read() only works on whole sectors right now. by Björn Stenberg · 22 years ago
  29. dd67452 if DIRFUNCTIONS_DEFINED is defined, then don't do the function prototypes by Daniel Stenberg · 22 years ago
  30. 27a153e Added atributes by Björn Stenberg · 22 years ago
  31. 4d4ec3a Added opendir, closedir and readdir by Björn Stenberg · 22 years ago
  32. ced58d3 again, a little win32 simulator compability fix (included io.h) by Felix Arends · 22 years ago
  33. ef476e3 don't defined the dirent struct if DIRENT_DEFINED is defined... by Daniel Stenberg · 22 years ago
  34. d711bd9 replaced _WIN32 constant with WIN32 by Felix Arends · 22 years ago
  35. 0196c0c added win32 simulator compability by Felix Arends · 22 years ago
  36. aca7618 Added attribute and size by Björn Stenberg · 22 years ago
  37. c8d4bcd Added closedir() by Björn Stenberg · 22 years ago
  38. 0e2a5a6 File and directory APIs by Björn Stenberg · 22 years ago