index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
lib
/
configfile.c
Age
Commit message (
Expand
)
Author
2009-01-18
Fix TYPE_BOOL settings format string. Boolean settings should really use 'on'...
Jens Arnold
2009-01-17
unify pointers to value for configfile, and add TYPE_BOOL type, used by
Andrew Mahone
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Plugin parameters should be const.
Steve Bavin
2008-05-04
pluginlib: made local functions in static and made sure that source files inc...
Bertrik Sikken
2007-10-09
fix yellow and some house cleaning
Robert Kukla
2007-10-09
FS#7487 - mpegplayer - video start time seek with resume
Robert Kukla
2007-09-10
Clean up hard-coded paths
Nils Wallménius
2007-08-06
Accept FS#5464 - organise the rocks directory.
Jonathan Gordon
2007-02-01
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
2006-05-30
Use correct file mode when creating files. Fixes task 5452
Dan Everton
2005-02-22
Build cleanup and general fixes. fprintf() is now fdprintf(), the separation
Daniel Stenberg
2004-07-22
Now keeps integers within range, and saves a version number in the cfg file, ...
Linus Nielsen Feltzing
2004-07-21
New plugin library framework for loading and saving .cfg files
Linus Nielsen Feltzing