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
/
asyncnet.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes subtle SSL recvInto bug.
Dominik Picheta
2019-07-27
1
-0
/
+1
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-5
/
+5
*
newruntime for async (#11650)
Andreas Rumpf
2019-07-05
1
-13
/
+13
*
fixes #1286; object case transitions are now sound
Andreas Rumpf
2019-05-27
1
-14
/
+10
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
1
-4
/
+4
*
asyncnet.nim: Minor code cleanup
Araq
2019-02-19
1
-4
/
+4
*
Provide access to getsockname()/getpeername()
Federico Ceratto
2019-02-17
1
-0
/
+12
*
Merge pull request #9915 from zevv/asyncnet-unix
Dominik Picheta
2018-12-12
1
-0
/
+55
|
\
|
*
Added basic AF_UNIX support to asyncnet.
Ico Doornekamp
2018-12-09
1
-0
/
+55
*
|
Fixes 9716 [backport] (#9790)
Yuriy Glukhov
2018-11-24
1
-1
/
+1
*
|
stdlib: documenation updates, the exception names have been changed
Andreas Rumpf
2018-10-25
1
-1
/
+1
|
/
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-2
/
+2
*
make async tests green for Linux
Araq
2018-08-08
1
-2
/
+0
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-2
/
+0
*
make asyncnet work again
Andreas Rumpf
2018-04-30
1
-1
/
+1
*
Fixes #4995. (#7157)
Dominik Picheta
2018-02-13
1
-4
/
+8
*
Revert 3db460f5045e790b54ea382 as requested by @Araq.
Dominik Picheta
2018-01-28
1
-2
/
+0
*
Merge branch 'devel' into async-improvements
Dominik Picheta
2018-01-17
1
-0
/
+2
|
\
|
*
Raise assertion error when attempting to use closed socket.
Dominik Picheta
2018-01-15
1
-0
/
+2
*
|
setBlocking(false) is called on AsyncFD in newAsyncSocket proc.
Dominik Picheta
2017-11-24
1
-0
/
+9
|
/
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-2
/
+2
*
Adding test for recvline
Euan Torano
2017-07-09
1
-4
/
+2
*
Wait for reads to finish before reading the result
Euan T
2017-07-03
1
-2
/
+2
*
Add 'hostname' param to wrapConnectedSocket
Ruslan Mustakov
2017-05-04
1
-1
/
+8
*
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
1
-0
/
+11
*
fixes #3847 (#5609)
Andreas Rumpf
2017-03-27
1
-12
/
+4
*
Implement SSL SNI hostname setting for asyncnet.
Dominik Picheta
2017-02-08
1
-0
/
+5
*
deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...
Andreas Rumpf
2017-01-30
1
-2
/
+2
*
Add async IO overview to asyncnet module docs.
Dominik Picheta
2017-01-06
1
-1
/
+39
*
Add OptReuseAddr to example and handle closing
Federico Ceratto
2017-01-02
1
-0
/
+2
*
Fixes #4587.
Dominik Picheta
2016-09-25
1
-2
/
+19
*
Fixes #3847.
Dominik Picheta
2016-09-25
1
-6
/
+24
*
Removed tests with `asyncio`.
cheatfate
2016-09-07
1
-3
/
+8
*
Some small fixes to changes introduced by #4683.
Dominik Picheta
2016-09-06
1
-0
/
+2
*
Revert function names scheme due to the @dom96 comment
Anatoly Galiulin
2016-09-06
1
-4
/
+4
*
Fix typo
Anatoly Galiulin
2016-09-06
1
-1
/
+1
*
Add async IO operations with buffers on files and sockets
Anatoly Galiulin
2016-09-06
1
-3
/
+64
*
Fix broken asyncnet module.
Dominik Picheta
2016-06-03
1
-1
/
+1
*
Fixed some warnings in httpclient, net, and openssl.
Dominik Picheta
2016-04-04
1
-4
/
+2
*
Improved asyncnet docs (SSL procs now shown). Deprecated handshake.
Dominik Picheta
2016-04-04
1
-9
/
+11
*
Rename rawsockets module to nativesockets
Adam Strzelecki
2015-10-03
1
-5
/
+6
*
Fixes asyncnet.recvLine. Fixes #3346.
Dominik Picheta
2015-09-19
1
-0
/
+1
*
Reintroduce FutureVar[T] from commit 72b4912c84b16644657.
Dominik Picheta
2015-09-11
1
-9
/
+25
*
Free SSL handler to avoid memory leaks
Bruce Doan
2015-07-31
1
-1
/
+1
*
Fixes socket problems on Windows and normalises some names.
Dominik Picheta
2015-06-29
1
-15
/
+22
*
Make newAsyncSocket AF_INET6 the default domain.
Andrew Yourtchenko
2015-06-23
1
-1
/
+1
*
Make asyncnet.bindAddr IPv4+IPv6 compatible.
Andrew Yourtchenko
2015-06-23
1
-15
/
+12
*
Adjustments to #2610.
Dominik Picheta
2015-06-22
1
-1
/
+10
*
Merge branch 'starttls' of https://github.com/wiml/Nim into wiml-starttls
Dominik Picheta
2015-06-22
1
-0
/
+9
|
\
|
*
Make the post-connection wrapSocket() call available in both the synchronous ...
Wim Lewis
2015-04-26
1
-9
/
+4
[next]