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
*
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
*
net: don't call set_ecdh_auto for super old OpenSSL
Leorize
2020-06-06
1
-1
/
+1
*
net: enable automatic EC curve selection for OpenSSL 1.0.2
Leorize
2020-06-06
1
-0
/
+7
*
net: use a secure cipher list by default
Leorize
2020-06-06
1
-1
/
+2
*
asyncnet, net: clear openssl error queue before performing I/O
Leorize
2020-06-06
1
-0
/
+7
*
openssl: fix erroneous function signatures
Leorize
2020-06-06
1
-2
/
+0
*
net: don't clear error queue unless shutdown() will be performed
Leorize
2020-06-06
1
-1
/
+1
*
Revert "net: don't clear all errors on close"
Leorize
2020-06-06
1
-0
/
+1
*
net: don't clear all errors on close
Leorize
2020-06-06
1
-1
/
+0
*
asyncnet, net: call SSL_shutdown only when connection established
Leorize
2020-06-06
1
-9
/
+13
*
net: remove more erroneous set constructions (#14252) [backport]
alaviss
2020-05-07
1
-3
/
+8
*
Fixes net.recvFrom to work correctly with IPv6 (#14131)
rockcavera
2020-05-04
1
-10
/
+22
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-2
/
+2
*
change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)
hlaaftana
2020-04-22
1
-2
/
+2
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-8
/
+29
*
Deprecate DCE:on (#13839)
Juan Carlos
2020-04-02
1
-1
/
+0
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
1
-4
/
+2
*
introduce getPeerCertificates, fixes #13299 (#13650)
Christian Ulrich
2020-03-22
1
-0
/
+34
*
SSL certificate verify GitHub action (#13697)
Federico Ceratto
2020-03-20
1
-12
/
+76
*
[backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...
3n-k1
2019-11-28
1
-74
/
+74
*
documented behaviour of recv on bufferd socket (#12374)
Gampol T
2019-10-09
1
-0
/
+18
*
[backport] run nimpretty on web stuff
narimiran
2019-09-30
1
-28
/
+33
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-3
/
+3
*
Update OpenSSL example (#11896)
Federico Ceratto
2019-08-21
1
-1
/
+5
*
fixes #11925
Araq
2019-08-16
1
-1
/
+1
*
style improvements; fixes #11774
Araq
2019-07-19
1
-1
/
+1
*
Use std/monotimes in the stdlib
Oscar NihlgÄrd
2019-07-16
1
-9
/
+10
*
there is only one style -- my style
Araq
2019-07-10
1
-0
/
+5
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-4
/
+4
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-14
/
+20
*
newruntime for async (#11650)
Andreas Rumpf
2019-07-05
1
-6
/
+6
*
Make net module compile with --taintMode:on (#11360)
Smittyvb
2019-06-01
1
-1
/
+1
[next]