summaryrefslogtreecommitdiff
path: root/lib/gnutls_mbuffers.c
Commit message (Expand)AuthorAgeFilesLines
* indentation fixNikos Mavrogiannopoulos2015-06-181-1/+1
* use better definitionsNikos Mavrogiannopoulos2013-12-151-1/+1
* Align on 16-byte boundaries the buffers provided to cryptodev.Nikos Mavrogiannopoulos2013-12-151-3/+93
* simplified _mbuffer_allocNikos Mavrogiannopoulos2013-12-151-6/+4
* reindented codeNikos Mavrogiannopoulos2013-11-081-190/+162
* avoid callocNikos Mavrogiannopoulos2013-05-241-1/+4
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* artistic changes.Nikos Mavrogiannopoulos2012-02-291-1/+0
* corrected copying of buffers.Nikos Mavrogiannopoulos2012-02-291-2/+2
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-1/+1
* Add/fix copyright headers.Simon Josefsson2012-01-201-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Combined dequeue with remove_front() and pop_first().Nikos Mavrogiannopoulos2011-04-041-26/+9
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-14/+56
* combined all the record buffers in one.Nikos Mavrogiannopoulos2011-03-021-10/+10
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-9/+35
* Epoch garbage collector is being run when handshake is being cleaned up.Nikos Mavrogiannopoulos2011-02-201-1/+1
* Cleanups in combination of DTLS and TLS buffers.Nikos Mavrogiannopoulos2011-02-201-1/+4
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-9/+9
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-31/+33
* mbuffers: Add mbuffer_linearize.Jonathan Bastien-Filiatrault2010-09-091-0/+39
* mbuffers: fix wrong size calculation.Jonathan Bastien-Filiatrault2010-09-091-1/+1
* mbuffers: Make _mbuffer_remove_bytes return a meaningful error code.Jonathan Bastien-Filiatrault2010-09-091-1/+4
* mbuffers: Document the internal mbuffer API.Jonathan Bastien-Filiatrault2010-09-091-0/+85
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-5/+21
* Appending data in mbuffers is now cheaper by avoiding realloc, at the costNikos Mavrogiannopoulos2010-06-141-12/+14
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-1/+1
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-16/+15
* Use mbuffers for handshake synthesis.Jonathan Bastien-Filiatrault2010-06-031-0/+18
* Avoid pointer warning.Jonathan Bastien-Filiatrault2010-06-031-1/+1
* Remove now useless _gnutls_mbuffer_enqueue{,copy} functions.Jonathan Bastien-Filiatrault2010-06-031-41/+1
* Allocate data buffer with mbuffer_st structure as suggested by Nikos.Jonathan Bastien-Filiatrault2010-06-031-2/+0
* Prepare for mbuffer allocation by the caller.Jonathan Bastien-Filiatrault2010-06-031-5/+34
* Pass datums to mbuffers by address instead of by value.Jonathan Bastien-Filiatrault2010-06-031-8/+8
* Add gnutls_mbuffers.{c,h} with some basic mbuffer operations.Jonathan Bastien-Filiatrault2010-06-031-0/+164