summaryrefslogtreecommitdiff
path: root/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* 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