summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* Added a tight loop around the legacy push functionNikos Mavrogiannopoulos2015-03-271-3/+16
* doc: avoid using structure for opaque typesNikos Mavrogiannopoulos2015-03-201-2/+2
* fixed handling of GNUTLS_E_INT_CHECK_AGAINNikos Mavrogiannopoulos2015-02-211-6/+5
* handle GNUTLS_E_INT_CHECK_AGAINNikos Mavrogiannopoulos2015-02-211-0/+3
* set the appropriate direction when _gnutls_io_write_flush() is calledNikos Mavrogiannopoulos2015-01-291-0/+1
* print errno in a more uniform wayNikos Mavrogiannopoulos2015-01-251-4/+4
* exported gnutls_system_recv_timeout()Nikos Mavrogiannopoulos2015-01-251-1/+1
* simplified _gnutls_writev() by requiring the total lengthNikos Mavrogiannopoulos2015-01-251-11/+9
* When receiving a TLS record with multiple handshake packets, parse them in on...Nikos Mavrogiannopoulos2015-01-081-12/+30
* simplified _gnutls_dgram_read()Nikos Mavrogiannopoulos2015-01-061-4/+3
* in DTLS don't combine multiple packets which exceed MTUNikos Mavrogiannopoulos2015-01-061-12/+34
* Added more precise check of push functions availabilityNikos Mavrogiannopoulos2015-01-061-3/+5
* Revert "in DTLS don't use writev() when multiple packets which exceed MTU are...Nikos Mavrogiannopoulos2015-01-061-19/+3
* Revert "Give precedence to vector push function"Nikos Mavrogiannopoulos2015-01-061-5/+3
* Give precedence to vector push functionNikos Mavrogiannopoulos2015-01-051-3/+5
* in DTLS don't use writev() when multiple packets which exceed MTU are queuedNikos Mavrogiannopoulos2015-01-051-3/+19
* corrected documentation for the cork/uncork functionsNikos Mavrogiannopoulos2014-12-191-1/+1
* Added support for RFC7366 (encrypt then authenticate)Nikos Mavrogiannopoulos2014-11-031-0/+4
* do not allow GNUTLS_E_LARGE_PACKET to be returned from non-DTLS sessionsNikos Mavrogiannopoulos2014-09-261-6/+9
* dtls: when discarding packet, discard the correct number of bytesNikos Mavrogiannopoulos2014-09-081-2/+1
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-161-7/+3
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-061-0/+34
* Small cleanups in packet receive as well as a memory leak error.Nikos Mavrogiannopoulos2014-05-081-2/+2
* When checking for data to be received use the 'transport_recv_ptr'Nikos Mavrogiannopoulos2014-04-181-1/+1
* correctly check for message upper limit.Nikos Mavrogiannopoulos2014-04-151-1/+1
* stricter type usageNikos Mavrogiannopoulos2014-03-081-1/+1
* print message before failing when the pull timeout function isn't replaced.Nikos Mavrogiannopoulos2014-03-021-1/+3
* Align on 16-byte boundaries the buffers provided to cryptodev.Nikos Mavrogiannopoulos2013-12-151-2/+2
* simplified _mbuffer_allocNikos Mavrogiannopoulos2013-12-151-2/+2
* minor phrasing improvements in docsPatrick Pelletier2013-12-141-1/+1
* Added gnutls_record_check_corked.Nikos Mavrogiannopoulos2013-12-121-0/+16
* Corrected bug which affected compressed records.Nikos Mavrogiannopoulos2013-11-221-6/+6
* added assert to trace errors.Nikos Mavrogiannopoulos2013-11-211-1/+3
* reindented codeNikos Mavrogiannopoulos2013-11-081-975/+1054
* small optimizations.Nikos Mavrogiannopoulos2013-07-261-2/+2
* avoid leaking a buffer element when _gnutls_stream_read returns 0Matt Whitlock2013-07-191-0/+3
* use unlikelyNikos Mavrogiannopoulos2013-04-101-2/+2
* simplified cleaning-up in _gnutls_stream_read and _gnutls_dgram_readNikos Mavrogiannopoulos2013-02-101-45/+42
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* _dtls_timespec_sub_ms -> timespec_sub_msNikos Mavrogiannopoulos2013-01-261-2/+2
* updated OCSP status request.Nikos Mavrogiannopoulos2012-09-281-2/+2
* Corrected signed-to-unsigned comparisonsNikos Mavrogiannopoulos2012-09-281-1/+1
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-201-13/+39
* The default system_recv_timeout() doesn't include a call to recv() to avoid i...Nikos Mavrogiannopoulos2012-09-021-2/+1
* dump the errno received by selectNikos Mavrogiannopoulos2012-09-021-2/+6
* removed unused codeNikos Mavrogiannopoulos2012-09-021-6/+0
* use errno_to_gerr() in _gnutls_io_check_recv().Nikos Mavrogiannopoulos2012-09-021-7/+3
* Added Heartbeat extension support.Olga2012-08-301-3/+3
* fix warningsNikos Mavrogiannopoulos2012-08-161-1/+0
* Added gnutls_handshake_timeout().Nikos Mavrogiannopoulos2012-08-061-13/+46