summaryrefslogtreecommitdiffstats
path: root/firmware/common
AgeCommit message (Expand)AuthorFilesLines
2004-06-20infrastructure for sorting by date+time, now we "only" need to decide on the UIJörg Hohensohn1-0/+2
2004-04-25valid_time() now handles tm_wday correctlyLinus Nielsen Feltzing1-1/+1
2004-04-22(v)snprintf() wrote past buffer end if string length was equal to buffer sizeJens Arnold1-2/+2
2004-04-20Reworked the time get/set functionsLinus Nielsen Feltzing1-0/+60
2004-04-20Better POSIX compatibility for mkdir(), rmdir() and opendir()Linus Nielsen Feltzing1-3/+3
2004-04-16New function: rmdir(). Also some changes in the fat code, to track the parent...Linus Nielsen Feltzing1-2/+42
2004-04-16No need to call fat_truncate() to delete the file, fat_remove() frees all clu...Linus Nielsen Feltzing1-7/+0
2004-03-18patch #917153: faster memset()/memcpy()Jörg Hohensohn4-226/+279
2004-03-10You can't open() a directory as a file (at least not for writing)Linus Nielsen Feltzing1-1/+8
2004-02-11Empty file/dir names are now rejected by open() and mkdir()Linus Nielsen Feltzing2-6/+20
2004-01-21New feature: NOw you can store the recorded files in either /recordings (the ...Linus Nielsen Feltzing1-1/+3
2004-01-15Second bug in mkdir() :-)Linus Nielsen Feltzing1-1/+3
2004-01-15First mkdir() bug killed :-)Linus Nielsen Feltzing1-0/+3
2004-01-15Implemented the mkdir() function in the FAT32 driverLinus Nielsen Feltzing1-0/+52
2003-12-21Moved memset() out of .iramBjörn Stenberg1-6/+0
2003-12-08my take at fixing the simulator warnings by adding mode_t, size_t, ssize_tDaniel Stenberg1-6/+6
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu1-1/+1
2003-06-29Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg1-3/+3
2003-06-19Slightly better handling of disk-full situationsLinus Nielsen Feltzing1-3/+13
2003-05-24Fixed bad %x handlingLinus Nielsen Feltzing1-4/+5
2003-04-25remove the ifdef for simulatorDaniel Stenberg1-3/+1
2003-04-25use size_t and not int as the prototype says soDaniel Stenberg1-1/+1
2003-04-25include the sprintf.h header, basicly for simulator purposesDaniel Stenberg1-0/+1
2003-04-15Update fileoffset and cacheoffset on error.Björn Stenberg1-4/+10
2003-03-18Added the filesize() functionLinus Nielsen Feltzing1-0/+12
2003-03-16kill warningDaniel Stenberg1-2/+2
2003-03-16only do the fprintf() if not doing a simulator, since this file is usedDaniel Stenberg1-0/+3
2003-03-16introducing fprintf():Daniel Stenberg1-18/+101
2003-03-15Previous change broke read after seek. Reverted that change and added tempor...Hardeep Sidhu1-8/+7
2003-03-14Make sure we are on correct sector after lseek. This fixes the queue file co...Hardeep Sidhu1-0/+7
2003-03-12flush_cache() failure should still return error.Björn Stenberg1-2/+2
2003-03-12Bug fix: If head bytes were read but sector read failed, return head byte cou...Björn Stenberg1-5/+5
2003-03-10Killed compiling error on debug buildsLinus Nielsen Feltzing1-12/+2
2003-03-10Killed a warningLinus Nielsen Feltzing1-0/+2
2003-03-10Zagor added the flush() functionLinus Nielsen Feltzing1-1/+27
2003-02-26rename() didn't close the file if the target name exists, and didn't return a...Linus Nielsen Feltzing1-39/+49
2003-02-22Lame debug outputLinus Nielsen Feltzing1-1/+1
2003-02-07more movesDaniel Stenberg7-424/+0
2003-02-07not used, removedDaniel Stenberg2-660/+0
2003-02-07not used. removedDaniel Stenberg1-30/+0
2003-01-27tm_mon starts at 0Björn Stenberg1-3/+3
2003-01-27Corrected get_time(). This should fix the bad file date bug. Also changed sta...Björn Stenberg2-2/+2
2003-01-27Directories can now be renamed too.Björn Stenberg1-2/+5
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell3-18/+0
2003-01-09Fixed win32 simulator warnings.Hardeep Sidhu1-0/+3
2002-12-19Use flush_cache() when writing headbytes to disk to make sure we are on the c...Hardeep Sidhu1-3/+1
2002-11-24Killed a warningLinus Nielsen Feltzing1-1/+0
2002-11-24Removed debug outputLinus Nielsen Feltzing1-6/+0
2002-11-20Now uses timefuncs.h instead of time.hLinus Nielsen Feltzing1-1/+1
2002-11-20Only Recorders have RTCLinus Nielsen Feltzing1-0/+12