summary refs log tree commit diff stats
path: root/lib/pure/asyncnet.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixes subtle SSL recvInto bug.Dominik Picheta2019-07-271-0/+1
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-5/+5
* newruntime for async (#11650)Andreas Rumpf2019-07-051-13/+13
* fixes #1286; object case transitions are now soundAndreas Rumpf2019-05-271-14/+10
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-4/+4
* asyncnet.nim: Minor code cleanupAraq2019-02-191-4/+4
* Provide access to getsockname()/getpeername()Federico Ceratto2019-02-171-0/+12
* Merge pull request #9915 from zevv/asyncnet-unixDominik Picheta2018-12-121-0/+55
|\
| * Added basic AF_UNIX support to asyncnet.Ico Doornekamp2018-12-091-0/+55
* | Fixes 9716 [backport] (#9790)Yuriy Glukhov2018-11-241-1/+1
* | stdlib: documenation updates, the exception names have been changedAndreas Rumpf2018-10-251-1/+1
|/
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-2/+2
* make async tests green for LinuxAraq2018-08-081-2/+0
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
* make asyncnet work againAndreas Rumpf2018-04-301-1/+1
* Fixes #4995. (#7157)Dominik Picheta2018-02-131-4/+8
* Revert 3db460f5045e790b54ea382 as requested by @Araq.Dominik Picheta2018-01-281-2/+0
* Merge branch 'devel' into async-improvementsDominik Picheta2018-01-171-0/+2
|\
| * Raise assertion error when attempting to use closed socket.Dominik Picheta2018-01-151-0/+2
* | setBlocking(false) is called on AsyncFD in newAsyncSocket proc.Dominik Picheta2017-11-241-0/+9
|/
* Remove expr/stmt (#5857)Arne Döring2017-07-251-2/+2
* Adding test for recvlineEuan Torano2017-07-091-4/+2
* Wait for reads to finish before reading the resultEuan T2017-07-031-2/+2
* Add 'hostname' param to wrapConnectedSocketRuslan Mustakov2017-05-041-1/+8
* Implement dial, support IPv6 in httpclient (#5763)Ruslan Mustakov2017-05-021-0/+11
* fixes #3847 (#5609)Andreas Rumpf2017-03-271-12/+4
* Implement SSL SNI hostname setting for asyncnet.Dominik Picheta2017-02-081-0/+5
* deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...Andreas Rumpf2017-01-301-2/+2
* Add async IO overview to asyncnet module docs.Dominik Picheta2017-01-061-1/+39
* Add OptReuseAddr to example and handle closingFederico Ceratto2017-01-021-0/+2
* Fixes #4587.Dominik Picheta2016-09-251-2/+19
* Fixes #3847.Dominik Picheta2016-09-251-6/+24
* Removed tests with `asyncio`.cheatfate2016-09-071-3/+8
* Some small fixes to changes introduced by #4683.Dominik Picheta2016-09-061-0/+2
* Revert function names scheme due to the @dom96 commentAnatoly Galiulin2016-09-061-4/+4
* Fix typoAnatoly Galiulin2016-09-061-1/+1
* Add async IO operations with buffers on files and socketsAnatoly Galiulin2016-09-061-3/+64
* Fix broken asyncnet module.Dominik Picheta2016-06-031-1/+1
* Fixed some warnings in httpclient, net, and openssl.Dominik Picheta2016-04-041-4/+2
* Improved asyncnet docs (SSL procs now shown). Deprecated handshake.Dominik Picheta2016-04-041-9/+11
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-5/+6
* Fixes asyncnet.recvLine. Fixes #3346.Dominik Picheta2015-09-191-0/+1
* Reintroduce FutureVar[T] from commit 72b4912c84b16644657.Dominik Picheta2015-09-111-9/+25
* Free SSL handler to avoid memory leaksBruce Doan2015-07-311-1/+1
* Fixes socket problems on Windows and normalises some names.Dominik Picheta2015-06-291-15/+22
* Make newAsyncSocket AF_INET6 the default domain.Andrew Yourtchenko2015-06-231-1/+1
* Make asyncnet.bindAddr IPv4+IPv6 compatible.Andrew Yourtchenko2015-06-231-15/+12
* Adjustments to #2610.Dominik Picheta2015-06-221-1/+10
* Merge branch 'starttls' of https://github.com/wiml/Nim into wiml-starttlsDominik Picheta2015-06-221-0/+9
|\
| * Make the post-connection wrapSocket() call available in both the synchronous ...Wim Lewis2015-04-261-9/+4