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
...
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-1
/
+1
*
Merge pull request #7336 from yglukhov/ipaddr-sockaddr-conversions
Dominik Picheta
2018-04-02
1
-0
/
+37
|
\
|
*
Comments addressed
Yuriy Glukhov
2018-03-24
1
-1
/
+1
|
*
More flexible fromSockAddr interface
Yuriy Glukhov
2018-03-15
1
-5
/
+9
|
*
Fixed crash/interface. Added tests.
Yuriy Glukhov
2018-03-15
1
-6
/
+6
|
*
Convertion procs for (IpAddress, Port) <-> (SockAddr, Socklen)
Yuriy Glukhov
2018-03-14
1
-0
/
+33
*
|
net.connect (with timeout), raise error on connect failure
Graham Fawcett
2018-03-28
1
-0
/
+3
|
/
*
Detect openssl related to outdated openssl and help user solve issue.
Dominik Picheta
2018-02-25
1
-2
/
+8
*
Fixes #7227.
Dominik Picheta
2018-02-17
1
-0
/
+5
*
Fixes #4995. (#7157)
Dominik Picheta
2018-02-13
1
-3
/
+3
*
Merge branch 'devel' into async-improvements
Dominik Picheta
2018-01-17
1
-15
/
+32
|
\
|
*
Raise assertion error when attempting to use closed socket.
Dominik Picheta
2018-01-15
1
-11
/
+24
|
*
recv with a timeout of -1 shouldn't wait on all data.
Dominik Picheta
2018-01-11
1
-1
/
+5
|
*
Merge pull request #6922 from FedericoCeratto/openssl-1.1.0
Dominik Picheta
2018-01-10
1
-1
/
+1
|
|
\
|
|
*
Add OpenSSL 1.1.0 support #5000
Federico Ceratto
2017-12-28
1
-1
/
+1
|
*
|
net.nim: minor documentation update
Andreas Rumpf
2018-01-07
1
-2
/
+2
|
|
/
*
|
Merge branch 'devel' into async-improvements
Andreas Rumpf
2017-12-11
1
-1
/
+13
|
\
|
|
*
Add TCP_NODELAY support #6795
Federico Ceratto
2017-11-24
1
-1
/
+13
*
|
Implements nativesockets.accept.
Dominik Picheta
2017-11-24
1
-7
/
+3
|
/
*
Fix creating server example in net module
Dominik Picheta
2017-11-07
1
-1
/
+1
*
Fixed crash in case of ssl error in SSLShutdown (#6662)
Yuriy Glukhov
2017-11-01
1
-2
/
+5
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-1
/
+1
*
Add 'hostname' param to wrapConnectedSocket
Ruslan Mustakov
2017-05-04
1
-176
/
+182
*
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
1
-2
/
+59
*
fixes #3847 (#5609)
Andreas Rumpf
2017-03-27
1
-8
/
+3
*
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
[prev]
[next]