index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
include
/
buffer.h
(
unfollow
)
Commit message (
Expand
)
Author
2011-11-29
FS#12412 : Delete old buffer allocation code which has been replaced by core_...
Boris Gjenero
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-06-20
Move buffer.h to firmware/include.h to replace a useless malloc header.
Thomas Martitz
2010-09-26
Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...
Frank Gevaerts
2010-08-31
Unify 32mb and 64mb ipod video builds - FS#11580
Frank Gevaerts
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2010-03-03
FS#10756 - Free unused init code
Thomas Martitz
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2005-04-05
mp3buf renamed to audiobuf
Linus Nielsen Feltzing
2003-10-14
More linker safe MP3 buffer handling in the simulator
Linus Nielsen Feltzing
2003-05-09
Configurable dir browser file buffer size. No more 400-file limit. No more wh...
Linus Nielsen Feltzing
2003-02-07
Move publicly (from apps) accessed files from drivers/ to export/.
Daniel Stenberg
2002-08-07
Made battery_level() use the power history table to get an average battery le...
Heikki Hannikainen
2002-08-06
Added battery charger code for the recorder and battery voltage statistics ke...
Heikki Hannikainen
2002-07-28
Added battery_level_safe() function
Linus Nielsen Feltzing
2002-07-26
New voltage levels for full and empty battery
Linus Nielsen Feltzing
2002-07-22
Slightly different battery level range
Linus Nielsen Feltzing
2002-07-05
Added power_off() and lowered the FULL limit
Linus Nielsen Feltzing
2002-07-04
First version
Linus Nielsen Feltzing
2002-07-02
debug_ports()
Linus Nielsen Feltzing
2002-06-04
output debugf() nicely for simulator builds too
Daniel Stenberg
2002-05-17
Added gdb stub serial port setup
Björn Stenberg
2002-05-14
Changed from gcc extension to C99 varargs macros
Björn Stenberg
2002-05-06
missing #define for VC++
Stefan Meyer
2002-05-02
Changed debug to DEBUGF and panic to panicf.
Björn Stenberg
2002-04-20
First commit
Linus Nielsen Feltzing
2002-04-15
First check in
Björn Stenberg
2002-04-11
firmware typedefs. only bool so far
Daniel Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg