| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed some ancient non-used functions. | Nikos Mavrogiannopoulos | 2007-10-22 | 1 | -36/+0 |
* | Simplify error handling. | Simon Josefsson | 2007-03-07 | 1 | -16/+8 |
* | Typo. | Simon Josefsson | 2006-11-07 | 1 | -0/+1 |
* | Don't use errno to avoid thread-safety issues. | Simon Josefsson | 2006-11-07 | 1 | -6/+6 |
* | Convert to EINTR/EAGAIN errno under Windows, using WSAGetLastError(). | Simon Josefsson | 2006-11-07 | 1 | -3/+48 |
* | Add new APIs to set errno for push/pull functions, suggested by tim.kosse@fil... | Simon Josefsson | 2006-11-07 | 1 | -6/+68 |
* | Remove. | Simon Josefsson | 2006-08-13 | 1 | -2/+0 |
* | Avoid warnings when casting void* to int. | Simon Josefsson | 2006-06-27 | 1 | -3/+6 |
* | Indent more. | Simon Josefsson | 2005-12-15 | 1 | -14/+14 |
* | Add TLS/IA support. | Simon Josefsson | 2005-12-15 | 1 | -21/+43 |
* | Replace "uint" with "unsigned". Remove unused "sint". | Simon Josefsson | 2005-12-09 | 1 | -3/+3 |
* | Use GNU coding style. | Simon Josefsson | 2005-11-07 | 1 | -627/+729 |
* | Update FSF office address in license. | Simon Josefsson | 2005-05-26 | 1 | -1/+1 |
* | Clean up #include situation, merge from gnutls_1_2_1_with_include_fixes. | Simon Josefsson | 2005-04-14 | 1 | -2/+2 |
* | Clean up license templates. | Simon Josefsson | 2005-01-22 | 1 | -13/+15 |
* | Doc fix. | Simon Josefsson | 2004-10-28 | 1 | -1/+1 |
* | Indent. | Simon Josefsson | 2004-10-28 | 1 | -6/+8 |
* | Use minmax.h from gnulib instead of GMIN/GMAX. | Simon Josefsson | 2004-08-17 | 1 | -2/+2 |
* | Added the '_t' suffix to all exported symbols. | Nikos Mavrogiannopoulos | 2004-06-13 | 1 | -25/+25 |
* | changed indentation to 4 spaces instead of tabs. | Nikos Mavrogiannopoulos | 2004-06-07 | 1 | -628/+714 |
* | some other changes to the internal types names. | Nikos Mavrogiannopoulos | 2004-06-05 | 1 | -6/+6 |
* | * Added CRL verification functionality to certtool. | Nikos Mavrogiannopoulos | 2003-12-26 | 1 | -0/+1 |
* | Some bugfixes, and type corrections. | Nikos Mavrogiannopoulos | 2003-11-13 | 1 | -3/+4 |
* | some changes to compile in mingw32. | Nikos Mavrogiannopoulos | 2003-11-06 | 1 | -0/+4 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-11-04 | 1 | -1/+1 |
* | some type fixes. Based on build logs sent by Dimitri Papadopoulos-Orfanos <pa... | Nikos Mavrogiannopoulos | 2003-11-04 | 1 | -4/+4 |
* | some more cleanups. | Nikos Mavrogiannopoulos | 2003-08-11 | 1 | -1/+1 |
* | more patches by Arne Thomassen. | Nikos Mavrogiannopoulos | 2003-08-11 | 1 | -14/+7 |
* | Added function to do the MAC verification in the PKCS #12 structure. | Nikos Mavrogiannopoulos | 2003-06-27 | 1 | -2/+2 |
* | Corrected a bug in the record layer buffering, which affected | Nikos Mavrogiannopoulos | 2003-05-28 | 1 | -6/+15 |
* | * Corrected behaviour when a certificate request message is received. | Nikos Mavrogiannopoulos | 2003-03-24 | 1 | -32/+44 |
* | * Improved the error logging functions, by adding a level, and | Nikos Mavrogiannopoulos | 2003-03-19 | 1 | -2/+3 |
* | the documentation is now created on dist time. | Nikos Mavrogiannopoulos | 2003-03-06 | 1 | -1/+0 |
* | Corrected a broken buffer check in _gnutls_io_read_buffered() | Nikos Mavrogiannopoulos | 2003-03-06 | 1 | -3/+10 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-02-14 | 1 | -1/+1 |
* | *** empty log message *** | Nikos Mavrogiannopoulos | 2003-01-20 | 1 | -1/+1 |
* | Prefixed with underscore some internal functions. | Nikos Mavrogiannopoulos | 2003-01-16 | 1 | -2/+2 |
* | Cleanups. Prefixed some internal function with underscore. | Nikos Mavrogiannopoulos | 2002-12-02 | 1 | -1/+1 |
* | some updated in the documentation | Nikos Mavrogiannopoulos | 2002-11-05 | 1 | -1/+1 |
* | Combined GNUTLS_E_INVALID_PARAMETERS wich GNUTLS_E_INVALID_REQUEST. Introduce... | Nikos Mavrogiannopoulos | 2002-11-02 | 1 | -7/+7 |
* | GNUTLS_E_UNKNOWN_ERROR was removed, and was replaced by GNUTLS_E_INTERNAL_ERROR. | Nikos Mavrogiannopoulos | 2002-10-28 | 1 | -4/+4 |
* | Optimizations in buffering code, which reduce the number of malloc/realloc ca... | Nikos Mavrogiannopoulos | 2002-10-26 | 1 | -69/+60 |
* | several fixes in the codebase, mostly in signed/unsigned checkings. | Nikos Mavrogiannopoulos | 2002-10-13 | 1 | -12/+14 |
* | some fixes to compile with gcc-2.95. | Nikos Mavrogiannopoulos | 2002-10-02 | 1 | -2/+2 |
* | replaced gnutls_handshake_get_direction() with gnutls_record_get_direction(). | Nikos Mavrogiannopoulos | 2002-09-16 | 1 | -1/+7 |
* | Renamed all the constructed types to have more consisten names, and some othe... | Nikos Mavrogiannopoulos | 2002-08-29 | 1 | -142/+142 |
* | Allow the NULL pointer for data in gnutls_record_send(), if the previous call... | Nikos Mavrogiannopoulos | 2002-08-28 | 1 | -1/+1 |
* | Added gnutls_transport_set_ptr2() which accepts two pointers. | Nikos Mavrogiannopoulos | 2002-07-13 | 1 | -2/+2 |
* | Added some hints on the file purpose, and some other cleanups. | Nikos Mavrogiannopoulos | 2002-07-10 | 1 | -7/+7 |
* | No longer realloc() the record buffers. It had some meaning when gnutls_reall... | Nikos Mavrogiannopoulos | 2002-06-08 | 1 | -9/+5 |