summary refs log tree commit diff stats
path: root/lib/pure/net.nim
Commit message (Expand)AuthorAgeFilesLines
* Add support for NuttX RTOS. (#21372)Century Systems2023-02-161-1/+2
* fixes SSL version check logic [backport] (#21324)ringabout2023-02-021-3/+3
* avoiding unnecessary allocation for dollar IpAddress (#21199)rockcavera2022-12-301-2/+2
* fix socket send for string types (#21155)Jaremy Creechley2022-12-221-9/+30
* Improve dollar IpAddress (#20729)Juan Carlos2022-11-031-10/+14
* openssl 3 support no longer opt in + some 1.0 support (#20668)metagn2022-10-271-2/+15
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-1/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+3
* partial revert and redesign of #19814, changelog (#20341)metagn2022-09-141-0/+6
* fixes #17658; add cert dir for ssl ctx (#19920)ringabout2022-08-281-1/+5
* Add OpenSSL 3 support (#19814)Federico Ceratto2022-08-231-35/+30
* fixes #19973; switch to poll on posix (#20212)ringabout2022-08-231-11/+28
* make implicit cstring conversions explicit (#19488)ee72022-08-191-1/+1
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-7/+7
* Embedded Network patches - eventfd & socket getters (#19632)Jaremy Creechley2022-03-281-0/+10
* Fix dial ignoring buffered parameter (#19650) [backport]John Titor2022-03-261-1/+1
* Update net.nim (#19327) [backport]rockcavera2022-01-061-1/+1
* devel: style fix (#19318)Ștefan Talpalaru2022-01-041-1/+1
* fix: fixes bug in CVerifyPeerUseEnvVars (#19247)Nick Wilburn2021-12-141-1/+2
* Various std net improvements (#19132)Jaremy Creechley2021-12-121-11/+50
* Revert "swap port to correct port order (#19177)" (#19234)Jaremy Creechley2021-12-101-2/+2
* swap port to correct port order (#19177)Jaremy Creechley2021-11-241-2/+2
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-7/+10
* Only allow IPv4 literals in strict form (#18656)Christian Ulrich2021-08-081-3/+22
* various small documentation improvements (#18602)Miran2021-07-281-4/+4
* termux ssl (#18520)Paul Roberts2021-07-201-1/+1
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-3/+3
* improve rendering of newOSError.additionalInfo (#18443)Timothee Cour2021-07-071-1/+3
* std/net: show addr+port on address already in use error; code-block => runnab...Timothee Cour2021-07-051-43/+37
* 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