summaryrefslogtreecommitdiff
path: root/lib/system.c
Commit message (Expand)AuthorAgeFilesLines
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-131-1/+1
* lib: Don't hardcode LoadLibraryAHugo Beauzée-Luyssen2018-12-191-1/+1
* system: provide a means to replace gettime implementationDaiki Ueno2018-10-261-0/+22
* removed c-ctype.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-111-1/+0
* split system.c to various files under system/Nikos Mavrogiannopoulos2016-07-271-723/+9
* Support TCP Fast OpenTim Ruehsen2016-07-261-12/+15
* env: use secure_getenv when reading environment variablesNikos Mavrogiannopoulos2016-05-271-1/+1
* reset the global time func on init/deinitNikos Mavrogiannopoulos2016-05-101-1/+3
* gnutls_system_recv_timeout: restore poll on EINTRNikos Mavrogiannopoulos2016-03-071-1/+3
* Replaced select() system call with poll() on POSIX systemsNikos Mavrogiannopoulos2016-01-281-5/+20
* Reduce the number of used syscalls by using sendmsg() instead of writev()Nikos Mavrogiannopoulos2015-12-181-2/+7
* use consistent terms in system.c and system-keys-win.cNikos Mavrogiannopoulos2015-11-251-8/+8
* Introduced GNUTLS_INDEFINITE_TIMEOUTNikos Mavrogiannopoulos2015-10-121-4/+7
* system.c: simplify gnutls_system_recv_timeoutNikos Mavrogiannopoulos2015-09-171-7/+2
* Removed the 'gnutls_' prefix from files to simplify file namingNikos Mavrogiannopoulos2015-08-231-2/+2
* Allow the usage of MSG_NOSIGNAL in send functionsNikos Mavrogiannopoulos2015-05-171-1/+16
* bundle inet_ntop in systems that don't have itNikos Mavrogiannopoulos2015-02-281-1/+1
* doc updateNikos Mavrogiannopoulos2015-01-251-2/+3
* exported gnutls_system_recv_timeout()Nikos Mavrogiannopoulos2015-01-251-5/+14
* Revert "in DTLS don't use writev() when multiple packets which exceed MTU are...Nikos Mavrogiannopoulos2015-01-061-6/+5
* in DTLS don't use writev() when multiple packets which exceed MTU are queuedNikos Mavrogiannopoulos2015-01-051-5/+6
* use backslashes in windows pathNikos Mavrogiannopoulos2014-12-281-1/+1
* _gnutls_ucs2_to_utf8() can handle little endian strings.Nikos Mavrogiannopoulos2014-11-121-17/+48
* gnutls_x509_trust_list_add_system_trust() will not allow duplicate entriesNikos Mavrogiannopoulos2014-09-251-2/+4
* fixed compilation warningsNikos Mavrogiannopoulos2014-09-251-2/+2
* use the windows API in windows even if iconv is availableNikos Mavrogiannopoulos2014-08-211-53/+54
* Added gnutls_x509_trust_list_add_trust_dir()Nikos Mavrogiannopoulos2014-07-211-40/+4
* Allow specifying a directory as trust storeNikos Mavrogiannopoulos2014-07-211-21/+30
* re-enabled config path discovery code, and check the return code of getpwuid_...Nikos Mavrogiannopoulos2014-05-291-5/+6
* Changes to account for the reduced included gnulibNikos Mavrogiannopoulos2014-03-041-14/+16
* undefine select as well in win32Nikos Mavrogiannopoulos2013-12-211-0/+1
* do not use the gnulib wrappers in win32Nikos Mavrogiannopoulos2013-12-211-0/+6
* Added configure option --with-default-blacklist-fileNikos Mavrogiannopoulos2013-12-161-0/+14
* fixed for win32Nikos Mavrogiannopoulos2013-11-211-6/+3
* reduced stack size usage in several functions.Nikos Mavrogiannopoulos2013-11-101-25/+15
* reindented codeNikos Mavrogiannopoulos2013-11-081-485/+487
* link with libiconv when needed.Nikos Mavrogiannopoulos2013-07-291-1/+1
* null terminate strings in windowsNikos Mavrogiannopoulos2013-06-021-0/+1
* check revocation prior to reading local certs.Nikos Mavrogiannopoulos2013-03-061-4/+4
* corrected parameters.Nikos Mavrogiannopoulos2013-03-051-4/+2
* Added functions that remove certificates from a trust list.Nikos Mavrogiannopoulos2013-03-051-15/+40
* Check for revoked certs in android and do not add. Suggested by David Woodhouse.Nikos Mavrogiannopoulos2013-03-051-8/+22
* corrected add_system_trust() in the unsupported system case.Nikos Mavrogiannopoulos2013-03-051-1/+1
* handle the interesting variance between directoriesNikos Mavrogiannopoulos2013-03-051-5/+5
* test for ANDROID or __ANDROID__Nikos Mavrogiannopoulos2013-03-041-1/+1
* more simplifications to gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-031-41/+39
* corrected reading from directory.Nikos Mavrogiannopoulos2013-03-031-2/+7
* gnutls_x509_trust_list_add_system_trust() was made to work in android 4.x.Nikos Mavrogiannopoulos2013-03-031-0/+52
* More cleanups in gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-021-15/+19
* some simplifications in gnutls_x509_trust_list_add_system_trust()Nikos Mavrogiannopoulos2013-03-021-35/+43