| Commit message (Expand) | Author | Age |
| * | void* can't be offset, gcc should not allows this | Jörg Hohensohn | 2004-10-01 |
| * | Bug fix: open() now handles O_TRUNC correctly (this was the real cause for th... | Jens Arnold | 2004-09-06 |
| * | Bug fix: renaming a directory could cause a name clash. New feature: rename()... | Linus Nielsen Feltzing | 2004-08-22 |
| * | Const policed pointer arguments to functions, part 2 | Jens Arnold | 2004-08-17 |
| * | Fixed a warning when (experimentally) compiling with -Os | Jens Arnold | 2004-07-27 |
| * | Made the char property lookup table constant | Jens Arnold | 2004-07-20 |
| * | The pathname argument for open() is declared const, so copy it has to be copied | Jens Arnold | 2004-07-19 |
| * | infrastructure for sorting by date+time, now we "only" need to decide on the UI | Jörg Hohensohn | 2004-06-20 |
| * | valid_time() now handles tm_wday correctly | Linus Nielsen Feltzing | 2004-04-25 |
| * | (v)snprintf() wrote past buffer end if string length was equal to buffer size | Jens Arnold | 2004-04-22 |
| * | Reworked the time get/set functions | Linus Nielsen Feltzing | 2004-04-20 |
| * | Better POSIX compatibility for mkdir(), rmdir() and opendir() | Linus Nielsen Feltzing | 2004-04-20 |
| * | New function: rmdir(). Also some changes in the fat code, to track the parent... | Linus Nielsen Feltzing | 2004-04-16 |
| * | No need to call fat_truncate() to delete the file, fat_remove() frees all clu... | Linus Nielsen Feltzing | 2004-04-16 |
| * | patch #917153: faster memset()/memcpy() | Jörg Hohensohn | 2004-03-18 |
| * | You can't open() a directory as a file (at least not for writing) | Linus Nielsen Feltzing | 2004-03-10 |
| * | Empty file/dir names are now rejected by open() and mkdir() | Linus Nielsen Feltzing | 2004-02-11 |
| * | New feature: NOw you can store the recorded files in either /recordings (the ... | Linus Nielsen Feltzing | 2004-01-21 |
| * | Second bug in mkdir() :-) | Linus Nielsen Feltzing | 2004-01-15 |
| * | First mkdir() bug killed :-) | Linus Nielsen Feltzing | 2004-01-15 |
| * | Implemented the mkdir() function in the FAT32 driver | Linus Nielsen Feltzing | 2004-01-15 |
| * | Moved memset() out of .iram | Björn Stenberg | 2003-12-21 |
| * | my take at fixing the simulator warnings by adding mode_t, size_t, ssize_t | Daniel Stenberg | 2003-12-08 |
| * | Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis... | Hardeep Sidhu | 2003-07-01 |
| * | Renamed flush() to fsync() to be more in line with POSIX/unix | Björn Stenberg | 2003-06-29 |
| * | Slightly better handling of disk-full situations | Linus Nielsen Feltzing | 2003-06-19 |
| * | Fixed bad %x handling | Linus Nielsen Feltzing | 2003-05-24 |
| * | remove the ifdef for simulator | Daniel Stenberg | 2003-04-25 |
| * | use size_t and not int as the prototype says so | Daniel Stenberg | 2003-04-25 |
| * | include the sprintf.h header, basicly for simulator purposes | Daniel Stenberg | 2003-04-25 |
| * | Update fileoffset and cacheoffset on error. | Björn Stenberg | 2003-04-15 |
| * | Added the filesize() function | Linus Nielsen Feltzing | 2003-03-18 |
| * | kill warning | Daniel Stenberg | 2003-03-16 |
| * | only do the fprintf() if not doing a simulator, since this file is used | Daniel Stenberg | 2003-03-16 |
| * | introducing fprintf(): | Daniel Stenberg | 2003-03-16 |
| * | Previous change broke read after seek. Reverted that change and added tempor... | Hardeep Sidhu | 2003-03-15 |
| * | Make sure we are on correct sector after lseek. This fixes the queue file co... | Hardeep Sidhu | 2003-03-14 |
| * | flush_cache() failure should still return error. | Björn Stenberg | 2003-03-12 |
| * | Bug fix: If head bytes were read but sector read failed, return head byte cou... | Björn Stenberg | 2003-03-12 |
| * | Killed compiling error on debug builds | Linus Nielsen Feltzing | 2003-03-10 |
| * | Killed a warning | Linus Nielsen Feltzing | 2003-03-10 |
| * | Zagor added the flush() function | Linus Nielsen Feltzing | 2003-03-10 |
| * | rename() didn't close the file if the target name exists, and didn't return a... | Linus Nielsen Feltzing | 2003-02-26 |
| * | Lame debug output | Linus Nielsen Feltzing | 2003-02-22 |
| * | more moves | Daniel Stenberg | 2003-02-07 |
| * | not used, removed | Daniel Stenberg | 2003-02-07 |
| * | not used. removed | Daniel Stenberg | 2003-02-07 |
| * | tm_mon starts at 0 | Björn Stenberg | 2003-01-27 |
| * | Corrected get_time(). This should fix the bad file date bug. Also changed sta... | Björn Stenberg | 2003-01-27 |
| * | Directories can now be renamed too. | Björn Stenberg | 2003-01-27 |