summaryrefslogtreecommitdiffstats
path: root/apps/plugins/test_disk.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-23FS#9051 - remove LCD margins... use viewports if you need them...Jonathan Gordon1-1/+0
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-02-26FS #8635 by Andree Buschmann: Fix overflow in test_disk speed calculation. No...Jens Arnold1-3/+3
2007-08-16Pass plugin api pointer to funtion directly, fixes crashes when doing increme...Peter D'Hoye1-2/+2
2007-08-15Bring mpegplayer backlight fix to the other plugins, this also fixes some wro...Peter D'Hoye1-4/+5
2007-08-05Make test_disk and test_fps plugins compile for the simulator.Jens Arnold1-0/+4
2007-05-22Extended test_disk plugin: * Measure directory manipulation speed (file creat...Jens Arnold1-101/+224
2007-05-08Move the old api out of the core and into the plugin lib.Jonathan Gordon1-3/+4
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-1/+1
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold1-5/+5
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-14/+14
2007-02-01Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...Jens Arnold1-2/+2
2007-01-22Disk and filesystem speed and stress test plugin. Aimed at developers, not bu...Jens Arnold1-0/+326