summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* print message before failing when the pull timeout function isn't replaced.Nikos Mavrogiannopoulos2014-03-021-1/+3
* 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
* cleaned up errno handling.Nikos Mavrogiannopoulos2012-06-291-26/+29
* Return GNUTLS_E_LARGE_PACKET when errno is EMSGSIZENikos Mavrogiannopoulos2012-06-281-14/+13
* improved comments and added unlikely().Nikos Mavrogiannopoulos2012-05-291-2/+2
* Corrected handling of handshake packets that span multiple records.Nikos Mavrogiannopoulos2012-05-291-1/+1
* gnutls_record_check_unprocessed is now inline function.Nikos Mavrogiannopoulos2012-04-131-16/+0
* gnutls_record_check_pending functionality was divided to gnutls_record_check_...Nikos Mavrogiannopoulos2012-04-091-1/+17
* artistic changes.Nikos Mavrogiannopoulos2012-02-291-1/+1
* fixes in DTLS rehandshake and epoch cleanup.Nikos Mavrogiannopoulos2012-02-261-1/+0
* check errno in pull_timeout_func.Nikos Mavrogiannopoulos2012-02-211-2/+10
* discard unexpected buffered changecipherspecNikos Mavrogiannopoulos2012-02-141-1/+8
* handle GNUTLS_E_INTERRUPTED when in DTLS mode.Nikos Mavrogiannopoulos2012-02-141-1/+1
* Do not treat any message from the peer as an indication that the last flight ...Nikos Mavrogiannopoulos2012-02-141-28/+27
* gnutls_record_check_pending() accounts data not yet processed.Nikos Mavrogiannopoulos2012-02-081-1/+1
* Be conservative when sending GNUTLS_E_AGAIN and check for a DTLS timeout before.Nikos Mavrogiannopoulos2012-02-081-10/+1
* DTLS fixes.Nikos Mavrogiannopoulos2012-02-081-1/+1
* Corrected DTLS retransmission timeouts. Added the _ms suffix to the time vari...Nikos Mavrogiannopoulos2012-02-061-1/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-7/+8
* Run 'make update-copyright'.Simon Josefsson2012-01-161-2/+1
* Corrected functionality of gnutls_record_get_direction(). Reported by Philip ...Nikos Mavrogiannopoulos2012-01-061-0/+4
* clarified format of sequence number in gnutls_record_recv_seq.Nikos Mavrogiannopoulos2011-09-131-3/+2
* documentation changes.Nikos Mavrogiannopoulos2011-08-241-3/+5
* AIX check moved to system.c.Nikos Mavrogiannopoulos2011-08-221-4/+0
* Added hack for AIX systems that may not set errno property on EAGAIN.Nikos Mavrogiannopoulos2011-08-201-2/+8
* documentation updatesNikos Mavrogiannopoulos2011-08-131-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1