summary refs log tree commit diff stats
path: root/lib/pure/net.nim
Commit message (Expand)AuthorAgeFilesLines
* Export sslHandle in `net` and `asyncnet`. (#17573)Ardek Romak2021-05-061-0/+5
* Fix buffer-overrun bug in net (#17728) [backport:1.0]shirleyquirk2021-04-161-4/+3
* Small doc fixes in net (#17566)Danil Yarantsev2021-03-291-4/+2
* Fix net.readLine infine loop #17534 (#17535)ben2021-03-291-0/+1
* Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]Danil Yarantsev2021-03-291-3/+4
* remove redundant void return in stdlib (#17464)Timothee Cour2021-03-231-1/+1
* Use `.. warning::` (#17320)konsumlamm2021-03-101-8/+8
* use lowercase --define switches (#17283)flywind2021-03-071-1/+1
* Replace double backticks with single backticks - Part 3 out of ~7 (#17207)Danil Yarantsev2021-02-281-99/+99
* fixes yet another SSL problem on Windows [backport:1.2] (#17167)Andreas Rumpf2021-02-241-1/+1
* fix #15215 (#17142)rockcavera2021-02-221-5/+12
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-2/+3
* final SSL changes [backport:1.2] (#16983)Andreas Rumpf2021-02-091-0/+11
* basic cleanups regarding SSL handling (#16940) [backport:1.0]Andreas Rumpf2021-02-081-3/+5
* fix some warnings (#16952)flywind2021-02-081-6/+6
* use typeof instead type (#16962)flywind2021-02-081-2/+2
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-4/+4
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-4/+4
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-1/+1
* fix #15698 (#15699)rockcavera2020-10-251-0/+4
* close socket in getPrimaryIPAddr even if exception occurs (#15558)Christian Ulrich2020-10-121-3/+5
* close socket in getPrimaryIPAddr (#15538) [backport]Christian Ulrich2020-10-101-1/+2
* Fixing issue #15302 -- lwip doesn't support signals (#15303)Jaremy Creechley2020-09-141-2/+2
* Add SSL_CTX_set_session_id_context (#15233)IDF2020-09-041-0/+16
* Added more SSL documentation to `net` module. (#15206)John Dupuy2020-08-221-3/+17
* fixes #15177, the error message is now what it should have been (#15195)Andreas Rumpf2020-08-171-1/+1
* net: allow close() to ignore SSL failures due to disconnections (#15120)alaviss2020-08-011-8/+98
* asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)alaviss2020-07-301-30/+43
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-55/+55
* revert 0944b0f4narimiran2020-07-061-55/+55
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-021-2/+2
* SSL_CTX_load_verify_locations parameters are reversed (#14815) [backport]aguspiza2020-06-291-1/+1
* net: also set TLSv1.3 cipher suitesLeorize2020-06-061-0/+7
* net: revert compatibility changes for WindowsLeorize2020-06-061-5/+2
* net: use CiphersOld list for WindowsLeorize2020-06-061-1/+4
* net: don't call set_ecdh_auto for super old OpenSSLLeorize2020-06-061-1/+1
* net: enable automatic EC curve selection for OpenSSL 1.0.2Leorize2020-06-061-0/+7
* net: use a secure cipher list by defaultLeorize2020-06-061-1/+2
* asyncnet, net: clear openssl error queue before performing I/OLeorize2020-06-061-0/+7
* openssl: fix erroneous function signaturesLeorize2020-06-061-2/+0
* net: don't clear error queue unless shutdown() will be performedLeorize2020-06-061-1/+1
* Revert "net: don't clear all errors on close"Leorize2020-06-061-0/+1
* net: don't clear all errors on closeLeorize2020-06-061-1/+0
* asyncnet, net: call SSL_shutdown only when connection establishedLeorize2020-06-061-9/+13
* net: remove more erroneous set constructions (#14252) [backport]alaviss2020-05-071-3/+8
* Fixes net.recvFrom to work correctly with IPv6 (#14131)rockcavera2020-05-041-10/+22
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-2/+2
* change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)hlaaftana2020-04-221-2/+2
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-8/+29