summaryrefslogtreecommitdiff
path: root/lib/system.h
Commit message (Expand)AuthorAgeFilesLines
* fix mingw64 detectionSteve Lhomme2021-09-231-1/+1
* Sockets: implement sendmsg()-like functions on Win32Evgeny Grin2021-02-161-3/+0
* Add or clean header guards in lib/Tim Rühsen2019-05-071-3/+3
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* iconv: Allow _gnutls_utf8_to_ucs2 to output little endianHugo Beauzée-Luyssen2019-02-211-1/+1
* Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-101-17/+0
* Use inet_ntop() from gnulibtmp-gnulib-ntopTim Rühsen2019-02-071-7/+0
* system: provide a means to replace gettime implementationDaiki Ueno2018-10-261-14/+5
* system.h: undefine macros before defining themNikos Mavrogiannopoulos2016-09-101-0/+3
* Added _gnutls_utf8_to_ucs2()Nikos Mavrogiannopoulos2016-09-061-0/+2
* split system.c to various files under system/Nikos Mavrogiannopoulos2016-07-271-4/+15
* Support TCP Fast OpenTim Ruehsen2016-07-261-0/+4
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-1/+1
* Allow the usage of MSG_NOSIGNAL in send functionsNikos Mavrogiannopoulos2015-05-171-0/+2
* inet_ntop replacement: do not depend on socklen_tNikos Mavrogiannopoulos2015-03-191-1/+1
* bundle inet_ntop in systems that don't have itNikos Mavrogiannopoulos2015-02-281-0/+6
* exported gnutls_system_recv_timeout()Nikos Mavrogiannopoulos2015-01-251-1/+0
* Revert "in DTLS don't use writev() when multiple packets which exceed MTU are...Nikos Mavrogiannopoulos2015-01-061-1/+2
* in DTLS don't use writev() when multiple packets which exceed MTU are queuedNikos Mavrogiannopoulos2015-01-051-2/+1
* include netinet/in.h if present to access ipv6 related structuresNikos Mavrogiannopoulos2014-12-311-0/+3
* _gnutls_ucs2_to_utf8() can handle little endian strings.Nikos Mavrogiannopoulos2014-11-121-1/+1
* several windows compilation fixesNikos Mavrogiannopoulos2014-07-311-2/+3
* Added replacements of inet_aton and inet_pton on systems they are not presentNikos Mavrogiannopoulos2014-07-281-0/+11
* Detect the presence of posix locks even without linked to libpthread.Nikos Mavrogiannopoulos2013-11-301-7/+5
* define GNUTLS_PATH_MAX globally.Nikos Mavrogiannopoulos2013-11-111-0/+6
* reindented codeNikos Mavrogiannopoulos2013-11-081-26/+27
* Avoid linking the library on librt.Nikos Mavrogiannopoulos2013-04-281-1/+19
* Use LGPLv2.1 in the files their author's agreed to.Nikos Mavrogiannopoulos2013-02-011-1/+1
* Added functions to parse the certificate policies extention.Nikos Mavrogiannopoulos2012-11-181-0/+1
* corrected prototypesNikos Mavrogiannopoulos2012-09-161-2/+2
* mingw32 support. Based on patch by LRN.Nikos Mavrogiannopoulos2012-09-151-0/+3
* removed unneeded function.Nikos Mavrogiannopoulos2012-02-091-2/+0
* Added gnutls_verify_stored_pubkey() and gnutls_store_pubkey().Nikos Mavrogiannopoulos2012-01-281-0/+2
* Cleanup copyright headers.Simon Josefsson2012-01-251-0/+22
* gnutls_atfork was no longer in use.Nikos Mavrogiannopoulos2011-12-281-2/+0
* Added gnutls_global_set_time_function() to allow overridingNikos Mavrogiannopoulos2011-05-261-0/+1
* Added support for non-blocking DTLS.Nikos Mavrogiannopoulos2011-04-031-1/+16
* Avoided waiting for peer's retransmission to ensure receipt of finished messa...Nikos Mavrogiannopoulos2011-03-201-1/+1
* Corrected types.Nikos Mavrogiannopoulos2011-03-121-6/+6
* Changes to allow DTLS server side to operate. Added a simple UDP server on gn...Nikos Mavrogiannopoulos2011-02-191-1/+1
* Several updates for DTLS (client side only) to work.Nikos Mavrogiannopoulos2011-02-181-0/+1
* 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-15/+19
* Fix some syntax-check errors.Simon Josefsson2010-10-011-1/+0
* fixedNikos Mavrogiannopoulos2010-07-111-2/+3
* Corrected the lowat behavior. Documented that it will be deprecated inNikos Mavrogiannopoulos2010-07-111-0/+1
* system specific functions were moved to system.cNikos Mavrogiannopoulos2010-07-101-0/+32