index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
net.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Embedded Network patches - eventfd & socket getters (#19632)
Jaremy Creechley
2022-03-28
1
-0
/
+10
*
Fix dial ignoring buffered parameter (#19650) [backport]
John Titor
2022-03-26
1
-1
/
+1
*
Update net.nim (#19327) [backport]
rockcavera
2022-01-06
1
-1
/
+1
*
devel: style fix (#19318)
Ștefan Talpalaru
2022-01-04
1
-1
/
+1
*
fix: fixes bug in CVerifyPeerUseEnvVars (#19247)
Nick Wilburn
2021-12-14
1
-1
/
+2
*
Various std net improvements (#19132)
Jaremy Creechley
2021-12-12
1
-11
/
+50
*
Revert "swap port to correct port order (#19177)" (#19234)
Jaremy Creechley
2021-12-10
1
-2
/
+2
*
swap port to correct port order (#19177)
Jaremy Creechley
2021-11-24
1
-2
/
+2
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
1
-7
/
+10
*
Only allow IPv4 literals in strict form (#18656)
Christian Ulrich
2021-08-08
1
-3
/
+22
*
various small documentation improvements (#18602)
Miran
2021-07-28
1
-4
/
+4
*
termux ssl (#18520)
Paul Roberts
2021-07-20
1
-1
/
+1
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
1
-3
/
+3
*
improve rendering of newOSError.additionalInfo (#18443)
Timothee Cour
2021-07-07
1
-1
/
+3
*
std/net: show addr+port on address already in use error; code-block => runnab...
Timothee Cour
2021-07-05
1
-43
/
+37
*
Export sslHandle in `net` and `asyncnet`. (#17573)
Ardek Romak
2021-05-06
1
-0
/
+5
*
Fix buffer-overrun bug in net (#17728) [backport:1.0]
shirleyquirk
2021-04-16
1
-4
/
+3
*
Small doc fixes in net (#17566)
Danil Yarantsev
2021-03-29
1
-4
/
+2
*
Fix net.readLine infine loop #17534 (#17535)
ben
2021-03-29
1
-0
/
+1
*
Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]
Danil Yarantsev
2021-03-29
1
-3
/
+4
*
remove redundant void return in stdlib (#17464)
Timothee Cour
2021-03-23
1
-1
/
+1
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-8
/
+8
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-1
/
+1
*
Replace double backticks with single backticks - Part 3 out of ~7 (#17207)
Danil Yarantsev
2021-02-28
1
-99
/
+99
*
fixes yet another SSL problem on Windows [backport:1.2] (#17167)
Andreas Rumpf
2021-02-24
1
-1
/
+1
*
fix #15215 (#17142)
rockcavera
2021-02-22
1
-5
/
+12
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-2
/
+3
*
final SSL changes [backport:1.2] (#16983)
Andreas Rumpf
2021-02-09
1
-0
/
+11
*
basic cleanups regarding SSL handling (#16940) [backport:1.0]
Andreas Rumpf
2021-02-08
1
-3
/
+5
*
fix some warnings (#16952)
flywind
2021-02-08
1
-6
/
+6
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-2
/
+2
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-4
/
+4
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
1
-4
/
+4
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-1
/
+1
*
fix #15698 (#15699)
rockcavera
2020-10-25
1
-0
/
+4
*
close socket in getPrimaryIPAddr even if exception occurs (#15558)
Christian Ulrich
2020-10-12
1
-3
/
+5
*
close socket in getPrimaryIPAddr (#15538) [backport]
Christian Ulrich
2020-10-10
1
-1
/
+2
*
Fixing issue #15302 -- lwip doesn't support signals (#15303)
Jaremy Creechley
2020-09-14
1
-2
/
+2
*
Add SSL_CTX_set_session_id_context (#15233)
IDF
2020-09-04
1
-0
/
+16
*
Added more SSL documentation to `net` module. (#15206)
John Dupuy
2020-08-22
1
-3
/
+17
*
fixes #15177, the error message is now what it should have been (#15195)
Andreas Rumpf
2020-08-17
1
-1
/
+1
*
net: allow close() to ignore SSL failures due to disconnections (#15120)
alaviss
2020-08-01
1
-8
/
+98
*
asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)
alaviss
2020-07-30
1
-30
/
+43
*
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
1
-55
/
+55
*
revert 0944b0f4
narimiran
2020-07-06
1
-55
/
+55
*
{.deprecated: [existsFile: fileExists].} (#14735)
Timothee Cour
2020-07-02
1
-2
/
+2
*
SSL_CTX_load_verify_locations parameters are reversed (#14815) [backport]
aguspiza
2020-06-29
1
-1
/
+1
*
net: also set TLSv1.3 cipher suites
Leorize
2020-06-06
1
-0
/
+7
*
net: revert compatibility changes for Windows
Leorize
2020-06-06
1
-5
/
+2
*
net: use CiphersOld list for Windows
Leorize
2020-06-06
1
-1
/
+4
[next]