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
/
firmware
/
buflib.c
Age
Commit message (
Expand
)
Author
2011-12-19
Buflib: Fix handles being possibly moved twice
Thomas Martitz
2011-12-01
Address some weaknesses and bugs of buflib_compact() and make the code pretti...
Thomas Martitz
2011-11-29
FS#12412 : Delete old buffer allocation code which has been replaced by core_...
Boris Gjenero
2011-11-27
In buflib_buffer_shift(), properly update handle->alloc values, which are cha...
Boris Gjenero
2011-11-17
Buflib: Make shrinking and buflib_available() smarter.
Thomas Martitz
2011-10-09
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-09-10
Buflib: Correct return value of handle_table_shrink() to match comment.
Thomas Martitz
2011-09-09
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-07
Remove unecessary casting
Thomas Martitz
2011-09-07
Buflib: Clarification about invalid handles
Thomas Martitz
2011-08-30
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