summaryrefslogtreecommitdiff
path: root/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* Return GNUTLS_E_LARGE_PACKET when errno is EMSGSIZENikos Mavrogiannopoulos2012-06-281-0/+3
* make sure that the microseconds field does not overflowNikos Mavrogiannopoulos2012-02-251-0/+6
* updated documentationNikos Mavrogiannopoulos2012-02-211-7/+7
* corrected typoNikos Mavrogiannopoulos2012-02-101-1/+1
* removed unneeded function.Nikos Mavrogiannopoulos2012-02-091-6/+0
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-4/+72
* Cleanup copyright headers.Simon Josefsson2012-01-251-1/+1
* Run 'make update-copyright'.Simon Josefsson2012-01-161-1/+1
* gnutls_atfork was no longer in use.Nikos Mavrogiannopoulos2011-12-281-22/+0
* fixes in headers. Suggested by Bjorn Christensen.Nikos Mavrogiannopoulos2011-10-041-0/+1
* AIX check moved to system.c.Nikos Mavrogiannopoulos2011-08-221-0/+4
* Clarify license and copyright.Simon Josefsson2011-08-031-1/+1
* Upgraded to LGPLv3.Nikos Mavrogiannopoulos2011-06-231-5/+3
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-0/+1
* removed unneeded variable.Nikos Mavrogiannopoulos2011-04-081-1/+0
* Correctly set errno in win32 using gnutls_transport_set_global_errno(). Based...Nikos Mavrogiannopoulos2011-04-071-0/+3
* Corrected windows system_errno() function. Reported and patch by Mark Brand.Nikos Mavrogiannopoulos2011-03-261-1/+1
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-21/+5
* Check for rejected connections in system_recv_timeout().Nikos Mavrogiannopoulos2011-03-181-3/+14
* Corrected types.Nikos Mavrogiannopoulos2011-03-121-5/+5
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-3/+22
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-0/+16
* Indented code. Use same indentation but with -nut to avoid usage of tabs. In ...Nikos Mavrogiannopoulos2010-12-161-5/+5
* Indent (using GNU indent 2.2.11).Simon Josefsson2010-10-141-68/+94
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+0
* Corrected the lowat behavior. Documented that it will be deprecated inNikos Mavrogiannopoulos2010-07-111-0/+9
* system specific functions were moved to system.cNikos Mavrogiannopoulos2010-07-101-0/+232