summaryrefslogtreecommitdiffstats
path: root/src/core/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Added documentation and ASSERT() statements.Michael Brown2005-06-061-1/+39
* Allow data blocks to be less than sizeof ( struct buffer_free_block ) inMichael Brown2005-06-061-110/+64Star
* Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-241-6/+6
* Move API docs to buffer.h, implementation to buffer.c.Michael Brown2005-05-191-54/+2Star
* errno.h now required in order to compile.Michael Brown2005-05-191-0/+1
* More documentationMichael Brown2005-05-191-6/+34
* Added preliminary doxygen documentationMichael Brown2005-05-191-16/+117
* Added const to fill_bufferMichael Brown2005-05-171-1/+1
* Make "struct buffer"s reusable between sessions.Michael Brown2005-05-091-8/+5Star
* Return -1 to indicate buffer overflow. Allow buffer fill level to be readMichael Brown2005-05-091-14/+18
* Added debuggingMichael Brown2005-05-091-1/+16
* Added explanatory comment.Michael Brown2005-05-091-0/+7
* Modified to use physical addresses, and to not assume that we can directlyMichael Brown2005-05-091-83/+96
* Start of an implementation using doubly-linked lists and virtualMichael Brown2005-05-091-0/+131