summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* writev_emu: stop on the first incomplete writeSjoerd Simons2011-07-251-0/+3
* documentation fixesNikos Mavrogiannopoulos2011-07-231-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-57/+0
* do not try to write to a socket when no data.Nikos Mavrogiannopoulos2011-05-251-0/+6
* Added gnutls_global_set_audit_log_function() that allows associating TLS sess...Nikos Mavrogiannopoulos2011-05-071-2/+2
* Corrected SSLv2 header parsing.Nikos Mavrogiannopoulos2011-04-151-1/+1
* removed text about select().Nikos Mavrogiannopoulos2011-04-141-6/+0
* Corrected parsing error in TLS, when many handshake messagesNikos Mavrogiannopoulos2011-04-111-5/+12
* initialized ret in _gnutls_writev_emu().Nikos Mavrogiannopoulos2011-04-081-1/+1
* minor modification in write_emu().Nikos Mavrogiannopoulos2011-04-071-3/+2
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-9/+22
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-5/+9
* Check for rejected connections in system_recv_timeout().Nikos Mavrogiannopoulos2011-03-181-1/+1