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
*
deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...
Andreas Rumpf
2017-01-30
1
-12
/
+12
*
Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.
Yuriy Glukhov
2016-11-30
1
-23
/
+10
*
fixed typo
David Krause
2016-11-17
1
-1
/
+1
*
Mark socketError as gcsafe
Yuriy Glukhov
2016-10-26
1
-1
/
+1
*
Fixes #3847.
Dominik Picheta
2016-09-25
1
-3
/
+19
*
Fixes #4797.
Dominik Picheta
2016-09-19
1
-0
/
+3
*
Improvements to httpclient. Refs #4423.
Dominik Picheta
2016-09-18
1
-0
/
+35
*
make net.nim compile for osx doc2
Andreas Rumpf
2016-09-08
1
-1
/
+1
*
Enable SO_NOSIGPIPE for sockets on OS X.
Dominik Picheta
2016-08-16
1
-0
/
+4
*
Fixes #4406.
Dominik Picheta
2016-08-13
1
-2
/
+2
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-2
/
+2
*
Fix broken asyncnet module.
Dominik Picheta
2016-06-03
1
-1
/
+1
*
Modified #3472 to make its API more idiomatic.
Dominik Picheta
2016-06-03
1
-28
/
+52
*
Merge branch 'tls-psk' of https://github.com/zielmicha/nim into zielmicha-tls...
Dominik Picheta
2016-06-03
1
-3
/
+99
|
\
|
*
net.nim: destroyContext for destroying SSLContext
Michał Zieliński
2015-10-24
1
-1
/
+7
|
*
net.nim: support for TLS-PSK ciphersuites
Michał Zieliński
2015-10-24
1
-13
/
+89
|
*
net.nim: support storing arbitrary data inside SSLContext
Michał Zieliński
2015-10-24
1
-0
/
+14
*
|
documentation build cleaned up
Andreas Rumpf
2016-05-31
1
-10
/
+13
*
|
Merge branch 'unix-sockets' of https://github.com/girvo/Nim into girvo-unix-s...
Dominik Picheta
2016-05-30
1
-2
/
+26
|
\
\
|
*
|
Adding nimdoc comments as per PR comments
Josh Girvin
2016-05-30
1
-1
/
+3
|
*
|
net.nim: add support for Unix sockets
Michał Zieliński
2015-10-28
1
-1
/
+23
|
|
/
*
|
Merge pull request #3648 from FedericoCeratto/reuse_port
Andreas Rumpf
2016-05-29
1
-1
/
+2
|
\
\
|
*
|
Add SO_REUSEPORT support
Federico Ceratto
2015-12-16
1
-1
/
+2
|
|
/
*
|
Fix deprecation warning in net module.
Dominik Picheta
2016-04-04
1
-0
/
+2
*
|
Fixes small mistake in ``net`` module.
Dominik Picheta
2016-04-04
1
-1
/
+1
*
|
Improved asyncnet docs (SSL procs now shown). Deprecated handshake.
Dominik Picheta
2016-04-04
1
-1
/
+4
*
|
Improve net and ssl module docs.
Dominik Picheta
2016-04-04
1
-20
/
+77
*
|
net: disable SSLv3
Peter Cai
2016-04-03
1
-2
/
+2
*
|
Define ports as uint16s to fix #3484
Josep Sanjuas
2016-03-27
1
-1
/
+1
*
|
the stdlib supports &= in more contexts; refs #3524
Andreas Rumpf
2016-03-05
1
-0
/
+4
*
|
Spellcheck
Federico Ceratto
2016-02-29
1
-1
/
+1
*
|
Merge pull request #3781 from rgv151/patch-net-gc-safe
Andreas Rumpf
2016-02-06
1
-94
/
+95
|
\
\
|
*
|
export `parseIpAddress` proc
Bruce Doan
2016-01-27
1
-1
/
+1
|
*
|
make it gc-safe #2692
Bruce Doan
2016-01-26
1
-93
/
+94
*
|
|
fixes #3789
Andreas Rumpf
2016-01-31
1
-1
/
+1
|
/
/
*
/
Fixed deprecation warnings while Nim compiles.
Hans Raaf
2016-01-18
1
-1
/
+1
|
/
*
Rename rawsockets module to nativesockets
Adam Strzelecki
2015-10-03
1
-4
/
+4
*
raise with error message
Aman Gupta
2015-09-23
1
-1
/
+1
*
disable SSLv2
Aman Gupta
2015-09-23
1
-4
/
+1
*
avoid referencing undefined SSLv2_method on mac osx
Aman Gupta
2015-09-22
1
-1
/
+1
*
Implements getPeerAddr/getPeerName on Windows and adds IDX.
Dominik Picheta
2015-09-15
1
-2
/
+6
*
Provide access to getsockname()/getpeername().
Reimer Behrends
2015-09-14
1
-0
/
+8
*
Use raiseOSError with additionalInfo parameter from devel
Sloane Simmons
2015-07-04
1
-6
/
+4
*
Fixes socket problems on Windows and normalises some names.
Dominik Picheta
2015-06-29
1
-14
/
+23
*
Adjustments to #2610.
Dominik Picheta
2015-06-22
1
-4
/
+5
*
Merge branch 'starttls' of https://github.com/wiml/Nim into wiml-starttls
Dominik Picheta
2015-06-22
1
-53
/
+80
|
\
|
*
Make the post-connection wrapSocket() call available in both the synchronous ...
Wim Lewis
2015-04-26
1
-1
/
+28
*
|
Merge branch 'exportnewsocket' of https://github.com/boopcat/Nim into boopcat...
Dominik Picheta
2015-06-05
1
-3
/
+3
|
\
\
|
*
|
Export newSocket(fd) from net.nim and standardize args in net/asyncnet
boopcat
2015-05-30
1
-3
/
+3
*
|
|
lib/pure/e-o - Dropped 'T' from types
pdw
2015-06-04
1
-19
/
+20
|
/
/
[next]