summaryrefslogtreecommitdiff
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* fix connectx not available on older macOS SDKSteve Lhomme2020-08-311-3/+11
* Merge branch 'ncrypt-uwp10' into 'master'Dmitry Baryshkov2020-05-271-142/+176
|\
| * win32: move the NCRYPT key import into a functionSteve Lhomme2020-05-271-142/+176
* | configure.ac: determine if the Vista APIs can be linked staticallySteve Lhomme2020-05-271-3/+5
|/
* Use https:// for www.gnu.org and www.example.comTim Rühsen2019-03-136-6/+6
* Use inet_pton() from gnulibtmp-gnulib-ptonTim Rühsen2019-02-102-266/+1
* Use inet_ntop() from gnulibtmp-gnulib-ntopTim Rühsen2019-02-071-250/+0
* Merge branch 'use_CertOpenStore' into 'master'Nikos Mavrogiannopoulos2018-12-202-6/+6
|\
| * win32: Use CertOpenStore instead of CertOpenSystemStoreHugo Beauzée-Luyssen2018-12-192-6/+6
* | Merge branch 'winstore_patches' into 'master'Nikos Mavrogiannopoulos2018-12-191-1/+6
|\ \
| * | keys-win: Disable private key import on windows storeHugo Beauzée-Luyssen2018-12-191-0/+5
| * | lib: Don't hardcode LoadLibraryAHugo Beauzée-Luyssen2018-12-191-1/+1
| |/
* | vasprintf: use from gnulib; don't bundle twiceNikos Mavrogiannopoulos2018-12-191-84/+0
|/
* Fix warnings seen on OpenCSW Solaris 10Tim Rühsen2018-06-101-1/+3
* gnutls_system_recv_timeout: doc updateNikos Mavrogiannopoulos2017-08-031-1/+1
* lib/system/fastopen: simplified TCP fast open for OSXNikos Mavrogiannopoulos2017-04-141-10/+20
* lib/system/fastopen: Add TCP Fast Open for OSXtmp-fast-open-macosxTim Rühsen2017-04-111-1/+13
* gnutls_x509_trust_list_add_system_trust: Add macOS keychain supportDavid Caldwell2017-04-061-0/+72
* renamed system/iconv.c -> str-iconv.ctmp-idna-printNikos Mavrogiannopoulos2016-11-251-173/+0
* unconditionally include unistring codeNikos Mavrogiannopoulos2016-11-211-326/+4
* _gnutls_utf8_to_ucs2: normalize to NFC UTF16 outputNikos Mavrogiannopoulos2016-11-201-4/+13
* Use libunistring when present instead of iconv()Nikos Mavrogiannopoulos2016-11-201-15/+138
* _gnutls_utf8_to_ucs2: force NFC normalization form in windowsNikos Mavrogiannopoulos2016-10-061-2/+2
* Fix build of system/keys-win.c with older mingwNikos Mavrogiannopoulos2016-10-041-1/+28
* several spacing fixes to keep syntax-check happyNikos Mavrogiannopoulos2016-09-113-308/+394
* removed c-ctype.h from files that wasn't used atNikos Mavrogiannopoulos2016-09-114-4/+0
* inet_ntop4: casted signed/unsigned comparisonminor-cleanupsNikos Mavrogiannopoulos2016-09-101-1/+1
* _gnutls_ucs2_to_utf8: corrected use of WideCharToMultiByte in windowsNikos Mavrogiannopoulos2016-09-071-2/+3
* _gnutls_ucs2_to_utf8: fixed null termination check in windows codeNikos Mavrogiannopoulos2016-09-061-1/+1
* Added _gnutls_utf8_to_ucs2()Nikos Mavrogiannopoulos2016-09-061-1/+151
* gnutls_transport_set_fastopen: added flags optionstcp-fast-openNikos Mavrogiannopoulos2016-08-081-1/+3
* fastopen: improved error checking at connect()Nikos Mavrogiannopoulos2016-08-021-1/+1
* gnutls_transport_set_fastopen: doc updateNikos Mavrogiannopoulos2016-07-291-7/+18
* moved system-keys-win.c and system-key-dummy.c under system/Nikos Mavrogiannopoulos2016-07-272-0/+1467
* split system.c to various files under system/Nikos Mavrogiannopoulos2016-07-277-0/+1471
* Support TCP Fast OpenTim Ruehsen2016-07-261-0/+204