summaryrefslogtreecommitdiffstats
path: root/src/core/iobuf.c
Commit message (Expand)AuthorAgeFilesLines
* [iobuf] Improve robustness of I/O buffer allocationMichael Brown2016-02-111-9/+34
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [iobuf] Add iob_split() to split an I/O buffer into portionsMichael Brown2014-12-181-0/+30
* [tls] Concatenate received non-data records before processingMichael Brown2013-01-311-0/+42
* [iobuf] Allow allocation of I/O buffers with a specified alignment offsetMichael Brown2012-08-311-15/+30
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [iobuf] Allocate I/O buffer descriptor separately to conserve aligned memoryMichael Brown2012-07-081-13/+53
* [iobuf] Relax alignment requirement for small I/O buffersMichael Brown2012-06-291-5/+13
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* Add per-file error identifiersMichael Brown2007-07-241-0/+20
* Add alloc_iob() and free_iob(). (Direct search-and-replaceMichael Brown2007-05-181-0/+74