| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |