summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.h
Commit message (Expand)AuthorAgeFilesLines
* gnutls_packet_get() was introduced to avoid exporting a structure on the API.Nikos Mavrogiannopoulos2014-06-161-1/+1
* Added gnutls_record_recv_packet() and gnutls_packet_deinit()Nikos Mavrogiannopoulos2014-06-061-0/+3
* Small cleanups in packet receive as well as a memory leak error.Nikos Mavrogiannopoulos2014-05-081-1/+1
* reindented codeNikos Mavrogiannopoulos2013-11-081-48/+52
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* several updates in the heartbeat handling code.Nikos Mavrogiannopoulos2012-09-201-2/+2
* Added gnutls_handshake_timeout().Nikos Mavrogiannopoulos2012-08-061-2/+2
* gnutls_record_check_unprocessed is now inline function.Nikos Mavrogiannopoulos2012-04-131-0/+16
* Do not treat any message from the peer as an indication that the last flight ...Nikos Mavrogiannopoulos2012-02-141-1/+4
* gnutls_record_check_pending() accounts data not yet processed.Nikos Mavrogiannopoulos2012-02-081-1/+1
* Fixed signed/unsigned warnings.Nikos Mavrogiannopoulos2012-01-211-2/+2
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* Clarify license and copyright.Simon Josefsson2011-08-031-7/+4
* Simplified the handling of handshake messages to be hashed.Nikos Mavrogiannopoulos2011-06-031-19/+0
* _gnutls_handshake_hash_buffer_clear was replaced by _gnutls_buffer_clear();Nikos Mavrogiannopoulos2011-05-241-3/+0
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-1/+1
* renamed gnutls_handshake_buffer_* functions to gnutls_handshake_hash_buffer_*...Nikos Mavrogiannopoulos2011-03-131-4/+19
* Added intermediate handshake layer that will order handshake packets and drop...Nikos Mavrogiannopoulos2011-03-061-12/+43
* combined all the record buffers in one.Nikos Mavrogiannopoulos2011-03-021-3/+7
* internal buffering for record and handshake data changed from gnutls_buffers ...Nikos Mavrogiannopoulos2011-03-021-4/+5
* skip replays in handshake packets.Nikos Mavrogiannopoulos2011-02-201-0/+6
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-1/+2
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-0/+1
* use similar API when caching messages in DTLS or TLS.Nikos Mavrogiannopoulos2011-02-181-1/+1
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-12/+12
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-6/+5
* mbuffers: make _gnutls_io_read_buffered use mbuffers.Jonathan Bastien-Filiatrault2010-09-091-3/+2
* Support scattered write using writev(). This takesNikos Mavrogiannopoulos2010-07-101-2/+8
* More fixes for the rebase.Nikos Mavrogiannopoulos2010-06-041-1/+1
* Make _gnutls_handshake_io_send_int accept a mbuffer_st.Jonathan Bastien-Filiatrault2010-06-031-1/+1
* Simplify handshake send buffer logic.Jonathan Bastien-Filiatrault2010-06-031-4/+3
* Allocate data buffer with mbuffer_st structure as suggested by Nikos.Jonathan Bastien-Filiatrault2010-06-031-1/+1
* Remove the prototype for the non-existant function _gnutls_io_write_buffered2.Jonathan Bastien-Filiatrault2010-06-031-2/+0
* Modify slightly the contract of _gnutls_io_write_buffered as suggestedJonathan Bastien-Filiatrault2010-06-031-2/+2
* Change GNUTLS into GnuTLS.Simon Josefsson2010-05-221-2/+2
* Update copyright years.Simon Josefsson2010-01-271-1/+2
* Fix FSF copyright notices.Simon Josefsson2010-01-271-1/+1
* 1. Fix for memory leaks on interrupted handshake.Nikos Mavrogiannopoulos2009-10-231-2/+0
* Fix warnings.Simon Josefsson2008-08-281-3/+1
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Use GNU coding style.Simon Josefsson2005-11-071-31/+33
* Update FSF office address in license.Simon Josefsson2005-05-261-1/+1
* Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes.Simon Josefsson2005-04-141-2/+2
* Clean up license templates.Simon Josefsson2005-01-241-1/+1
* Clean up license templates.Simon Josefsson2005-01-241-12/+16
* Indent.Simon Josefsson2004-10-281-6/+8
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-21/+21
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-20/+29
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-6/+6
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-1/+1