summaryrefslogtreecommitdiff
path: root/lib/gnutls_mbuffers.h
Commit message (Expand)AuthorAgeFilesLines
* simplified gnutls_handshake_allocNikos Mavrogiannopoulos2013-12-251-10/+9
* use better definitionsNikos Mavrogiannopoulos2013-12-151-1/+1
* Align on 16-byte boundaries the buffers provided to cryptodev.Nikos Mavrogiannopoulos2013-12-151-1/+9
* simplified _mbuffer_allocNikos Mavrogiannopoulos2013-12-151-7/+7
* reindented codeNikos Mavrogiannopoulos2013-11-081-54/+50
* better nameNikos Mavrogiannopoulos2013-05-251-8/+8
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-6/+4
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-6/+20
* combined all the record buffers in one.Nikos Mavrogiannopoulos2011-03-021-6/+6
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-0/+4
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-3/+3
* Allocate session buffers of size, depending on type of session.Jonathan Bastien-Filiatrault2011-02-171-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-2/+2
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-24/+35
* mbuffers: Add _mbuffer_xfree operation.Jonathan Bastien-Filiatrault2010-09-091-1/+16
* mbuffers: Add mbuffer_linearize.Jonathan Bastien-Filiatrault2010-09-091-0/+1
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-1/+3
* Appending data in mbuffers is now cheaper by avoiding realloc, at the costNikos Mavrogiannopoulos2010-06-141-4/+4
* Simplified and made more safe the packing of data for session storage. Extens...Nikos Mavrogiannopoulos2010-06-131-1/+1
* Some other changes to mbuffers to make gnutls (a bit more) agnostic on their ...Nikos Mavrogiannopoulos2010-06-031-7/+64
* Use mbuffers for handshake synthesis.Jonathan Bastien-Filiatrault2010-06-031-0/+1
* Remove now useless _gnutls_mbuffer_enqueue{,copy} functions.Jonathan Bastien-Filiatrault2010-06-031-3/+1
* Prepare for mbuffer allocation by the caller.Jonathan Bastien-Filiatrault2010-06-031-0/+2
* Pass datums to mbuffers by address instead of by value.Jonathan Bastien-Filiatrault2010-06-031-2/+2
* Add gnutls_mbuffers.{c,h} with some basic mbuffer operations.Jonathan Bastien-Filiatrault2010-06-031-0/+37