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
*
enable style:usages for stdlib tests [backport: 1.6] (#19715)
flywind
2022-04-13
1
-3
/
+3
*
Add Zephyr Support (#19003)
Jaremy Creechley
2021-10-24
1
-6
/
+8
*
Export sslHandle in `net` and `asyncnet`. (#17573)
Ardek Romak
2021-05-06
1
-0
/
+5
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
1
-1
/
+1
*
Add hasDataBuffered to asyncnet (#16000)
Dylan Modesitt
2021-03-29
1
-0
/
+5
*
use .. warning:: (#17226)
flywind
2021-03-04
1
-6
/
+4
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-1
/
+1
*
use single backtick (#17166)
flywind
2021-02-23
1
-72
/
+72
*
Check for errors after sendPendingSslData (#16696)
Yuriy Glukhov
2021-01-13
1
-6
/
+2
*
asyncnet: don't try to close the socket again [backport] (#15174)
alaviss
2020-08-12
1
-17
/
+20
*
asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)
alaviss
2020-07-30
1
-4
/
+9
*
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
1
-8
/
+8
*
revert 0944b0f4
narimiran
2020-07-06
1
-8
/
+8
*
add a second asyncnet.recvFrom (#14237)
rockcavera
2020-06-27
1
-18
/
+51
*
asyncnet: clear SSL error queue before performing I/O
Leorize
2020-06-06
1
-0
/
+1
*
asyncnet, net: clear openssl error queue before performing I/O
Leorize
2020-06-06
1
-0
/
+1
*
asyncnet, net: call SSL_shutdown only when connection established
Leorize
2020-06-06
1
-1
/
+8
*
asyncdispatch, asyncnet: add inheritance control (#14362)
alaviss
2020-05-20
1
-11
/
+33
*
move since from inclrtl to std/private/since (#14188)
hlaaftana
2020-05-02
1
-6
/
+2
*
fix sendTo and recvFrom in asyncnet (#14154)
rockcavera
2020-04-30
1
-76
/
+40
*
added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...
rockcavera
2020-04-26
1
-0
/
+127
*
introduce getPeerCertificates, fixes #13299 (#13650)
Christian Ulrich
2020-03-22
1
-0
/
+13
*
[backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...
3n-k1
2019-11-28
1
-11
/
+11
*
[backport] run nimpretty on async
narimiran
2019-09-30
1
-7
/
+8
*
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
[next]