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
/
sort.c
Age
Commit message (
Expand
)
Author
2011-09-17
plugins: make local functions static for a subset of plugins
Bertrik Sikken
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-05-07
Fix size_t handling in plugin_get_buffer()
Frank Gevaerts
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2009-12-20
plugin: search,sort: Handle UTF-8 BOM at the start of file.
Teruaki Kawashima
2009-07-29
Check if parameter is NULL in plugins which only works as viewer.
Teruaki Kawashima
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
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
2007-04-21
Missed a couple. Hopefully fix all warnings.
Michael Sevakis
2007-04-21
General housekeeping: Make plugin buffer functions take size_t * instead of i...
Michael Sevakis
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
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
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
2005-04-05
mp3buf renamed to audiobuf
Linus Nielsen Feltzing
2004-11-17
Only sort once
Björn Stenberg
2004-11-17
Better feedback
Linus Nielsen Feltzing
2004-07-23
Case insensitive sorting
Linus Nielsen Feltzing
2004-07-23
New viewer plugin, sorts a text (or playlist) file
Linus Nielsen Feltzing