summary refs log tree commit diff stats
path: root/lib/pure/asyncnet.nim
Commit message (Expand)AuthorAgeFilesLines
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-131-3/+3
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-6/+8
* Export sslHandle in `net` and `asyncnet`. (#17573)Ardek Romak2021-05-061-0/+5
* further progress on rst roles & directives (fix #17646) (#17659)Andrey Makarov2021-04-081-1/+1
* Add hasDataBuffered to asyncnet (#16000)Dylan Modesitt2021-03-291-0/+5
* use .. warning:: (#17226)flywind2021-03-041-6/+4
* Change stdlib imports to use std prefix in most examples (#17202)Danil Yarantsev2021-02-281-1/+1
* use single backtick (#17166)flywind2021-02-231-72/+72
* Check for errors after sendPendingSslData (#16696)Yuriy Glukhov2021-01-131-6/+2
* asyncnet: don't try to close the socket again [backport] (#15174)alaviss2020-08-121-17/+20
* asyncnet, net: don't attempt SSL_shutdown if a fatal error occurred (#15066)alaviss2020-07-301-4/+9
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-8/+8
* revert 0944b0f4narimiran2020-07-061-8/+8
* add a second asyncnet.recvFrom (#14237)rockcavera2020-06-271-18/+51
* asyncnet: clear SSL error queue before performing I/OLeorize2020-06-061-0/+1
* asyncnet, net: clear openssl error queue before performing I/OLeorize2020-06-061-0/+1
* asyncnet, net: call SSL_shutdown only when connection establishedLeorize2020-06-061-1/+8
* asyncdispatch, asyncnet: add inheritance control (#14362)alaviss2020-05-201-11/+33
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-021-6/+2
* fix sendTo and recvFrom in asyncnet (#14154)rockcavera2020-04-301-76/+40
* added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...rockcavera2020-04-261-0/+127
* introduce getPeerCertificates, fixes #13299 (#13650)Christian Ulrich2020-03-221-0/+13
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...3n-k12019-11-281-11/+11
* [backport] run nimpretty on asyncnarimiran2019-09-301-7/+8
* 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