summaryrefslogtreecommitdiff
path: root/lib/gnutls_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* Changed my name to my "official" name.Nikos Mavrogiannopoulos2007-10-301-1/+1
* Removed some ancient non-used functions.Nikos Mavrogiannopoulos2007-10-221-36/+0
* Simplify error handling.Simon Josefsson2007-03-071-16/+8
* Typo.Simon Josefsson2006-11-071-0/+1
* Don't use errno to avoid thread-safety issues.Simon Josefsson2006-11-071-6/+6
* Convert to EINTR/EAGAIN errno under Windows, using WSAGetLastError().Simon Josefsson2006-11-071-3/+48
* Add new APIs to set errno for push/pull functions, suggested by tim.kosse@fil...Simon Josefsson2006-11-071-6/+68
* Remove.Simon Josefsson2006-08-131-2/+0
* Avoid warnings when casting void* to int.Simon Josefsson2006-06-271-3/+6
* Indent more.Simon Josefsson2005-12-151-14/+14
* Add TLS/IA support.Simon Josefsson2005-12-151-21/+43
* Replace "uint" with "unsigned". Remove unused "sint".Simon Josefsson2005-12-091-3/+3
* Use GNU coding style.Simon Josefsson2005-11-071-627/+729
* 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-221-13/+15
* Doc fix.Simon Josefsson2004-10-281-1/+1
* Indent.Simon Josefsson2004-10-281-6/+8
* Use minmax.h from gnulib instead of GMIN/GMAX.Simon Josefsson2004-08-171-2/+2
* Added the '_t' suffix to all exported symbols.Nikos Mavrogiannopoulos2004-06-131-25/+25
* changed indentation to 4 spaces instead of tabs.Nikos Mavrogiannopoulos2004-06-071-628/+714
* some other changes to the internal types names.Nikos Mavrogiannopoulos2004-06-051-6/+6
* * Added CRL verification functionality to certtool.Nikos Mavrogiannopoulos2003-12-261-0/+1
* Some bugfixes, and type corrections.Nikos Mavrogiannopoulos2003-11-131-3/+4
* some changes to compile in mingw32.Nikos Mavrogiannopoulos2003-11-061-0/+4
* *** empty log message ***Nikos Mavrogiannopoulos2003-11-041-1/+1
* some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa...Nikos Mavrogiannopoulos2003-11-041-4/+4
* some more cleanups.Nikos Mavrogiannopoulos2003-08-111-1/+1
* more patches by Arne Thomassen.Nikos Mavrogiannopoulos2003-08-111-14/+7
* Added function to do the MAC verification in the PKCS #12 structure.Nikos Mavrogiannopoulos2003-06-271-2/+2
* Corrected a bug in the record layer buffering, which affectedNikos Mavrogiannopoulos2003-05-281-6/+15
* * Corrected behaviour when a certificate request message is received.Nikos Mavrogiannopoulos2003-03-241-32/+44
* * Improved the error logging functions, by adding a level, andNikos Mavrogiannopoulos2003-03-191-2/+3
* the documentation is now created on dist time.Nikos Mavrogiannopoulos2003-03-061-1/+0
* Corrected a broken buffer check in _gnutls_io_read_buffered()Nikos Mavrogiannopoulos2003-03-061-3/+10
* *** empty log message ***Nikos Mavrogiannopoulos2003-02-141-1/+1
* *** empty log message ***Nikos Mavrogiannopoulos2003-01-201-1/+1
* Prefixed with underscore some internal functions.Nikos Mavrogiannopoulos2003-01-161-2/+2
* Cleanups. Prefixed some internal function with underscore.Nikos Mavrogiannopoulos2002-12-021-1/+1
* some updated in the documentationNikos Mavrogiannopoulos2002-11-051-1/+1
* Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce...Nikos Mavrogiannopoulos2002-11-021-7/+7
* GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR.Nikos Mavrogiannopoulos2002-10-281-4/+4
* Optimizations in buffering code, which reduce the number of malloc/realloc ca...Nikos Mavrogiannopoulos2002-10-261-69/+60
* several fixes in the codebase, mostly in signed/unsigned checkings.Nikos Mavrogiannopoulos2002-10-131-12/+14
* some fixes to compile with gcc-2.95.Nikos Mavrogiannopoulos2002-10-021-2/+2
* replaced gnutls_handshake_get_direction() with gnutls_record_get_direction().Nikos Mavrogiannopoulos2002-09-161-1/+7
* Renamed all the constructed types to have more consisten names, and some othe...Nikos Mavrogiannopoulos2002-08-291-142/+142
* Allow the NULL pointer for data in gnutls_record_send(), if the previous call...Nikos Mavrogiannopoulos2002-08-281-1/+1
* Added gnutls_transport_set_ptr2() which accepts two pointers.Nikos Mavrogiannopoulos2002-07-131-2/+2
* Added some hints on the file purpose, and some other cleanups.Nikos Mavrogiannopoulos2002-07-101-7/+7