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
/
buflib.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Buflib add range checks blocks and crc_slot raise panic if out of range
William Wilgus
2019-01-04
*
buflib: Switch from term "cookie" to "metadata"
Thomas Jarosch
2015-01-02
*
Improve core_alloc() / buflib_alloc() documentation
Thomas Jarosch
2015-01-02
*
PictureFlow: Add move callback for buflib allocations
Thomas Jarosch
2015-01-01
*
Add missing newline in debug output
Thomas Jarosch
2014-12-30
*
Document 'union buflib_data'
Thomas Jarosch
2014-12-29
*
buflib: Add a define telling the per-alloc overhead.
Thomas Martitz
2014-02-02
*
buflib: Properly support allocations without any name, to avoid wasting space
Thomas Martitz
2014-02-02
*
buflib: Check the validity of of handles passed to buflib_get_data() in DEBUG...
Thomas Martitz
2014-02-02
*
buflib: Abstract panicf() into buflib_panic().
Thomas Martitz
2014-02-02
*
buflib: Add crc field protecting buflib cookie integrity
Marcin Bukat
2014-01-16
*
Do not include kernel.h in system.h.
Thomas Martitz
2014-01-05
*
buflib: Add buflib_context_relocate().
Thomas Martitz
2013-12-22
*
buflib: Try harder in buflib_alloc_maximum().
Thomas Martitz
2013-12-22
*
buflib: Change buflib_available() and add buflib_allocatable().
Thomas Martitz
2013-07-07
*
buflib: Allow handle to be freed entirely during the shrink callback.
Thomas Martitz
2013-06-24
*
buflib: Remove compulsory IRQ disable during buffer move.
Michael Sevakis
2013-05-23
*
Stop the BDEBUGF format warnings in buflib.c
Michael Sevakis
2012-05-02
*
Stop lame warnings about braces and empty body of 'if' statement.
Michael Sevakis
2012-05-02
*
Use buflib for the allocation of voice PCM resources.
Michael Sevakis
2012-05-02
*
Buflib: Fix handles being possibly moved twice
Thomas Martitz
2011-12-19
*
Address some weaknesses and bugs of buflib_compact() and make the code pretti...
Thomas Martitz
2011-12-01
*
FS#12412 : Delete old buffer allocation code which has been replaced by core_...
Boris Gjenero
2011-11-29
*
In buflib_buffer_shift(), properly update handle->alloc values, which are cha...
Boris Gjenero
2011-11-27
*
Buflib: Make shrinking and buflib_available() smarter.
Thomas Martitz
2011-11-17
*
Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcode...
Thomas Martitz
2011-10-09
*
Protect the move operation of buflib against IRQs.
Thomas Martitz
2011-10-09
*
Buflib: Correct return value of handle_table_shrink() to match comment.
Thomas Martitz
2011-09-10
*
Remove obsolete comment
Thomas Martitz
2011-09-09
*
Buflib: Stop caching the first unallocated block. It has little benefit but i...
Thomas Martitz
2011-09-09
*
Buflib: Handle not having enough space for new handles (fixes FS#12265).
Thomas Martitz
2011-09-09
*
Remove unecessary casting
Thomas Martitz
2011-09-07
*
Buflib: Clarification about invalid handles
Thomas Martitz
2011-09-07
*
Fix h100 red and other warnings.
Thomas Martitz
2011-08-30
*
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
2011-08-30
*
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
2011-08-30