summary refs log tree commit diff stats
path: root/lib/pure/net.nim
Commit message (Expand)AuthorAgeFilesLines
* deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib depr...Andreas Rumpf2017-01-301-12/+12
* Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-301-23/+10
* fixed typoDavid Krause2016-11-171-1/+1
* Mark socketError as gcsafeYuriy Glukhov2016-10-261-1/+1
* Fixes #3847.Dominik Picheta2016-09-251-3/+19
* Fixes #4797.Dominik Picheta2016-09-191-0/+3
* Improvements to httpclient. Refs #4423.Dominik Picheta2016-09-181-0/+35
* make net.nim compile for osx doc2Andreas Rumpf2016-09-081-1/+1
* Enable SO_NOSIGPIPE for sockets on OS X.Dominik Picheta2016-08-161-0/+4
* Fixes #4406.Dominik Picheta2016-08-131-2/+2
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-2/+2
* Fix broken asyncnet module.Dominik Picheta2016-06-031-1/+1
* Modified #3472 to make its API more idiomatic.Dominik Picheta2016-06-031-28/+52
* Merge branch 'tls-psk' of https://github.com/zielmicha/nim into zielmicha-tls...Dominik Picheta2016-06-031-3/+99
|\
| * net.nim: destroyContext for destroying SSLContextMichał Zieliński2015-10-241-1/+7
| * net.nim: support for TLS-PSK ciphersuitesMichał Zieliński2015-10-241-13/+89
| * net.nim: support storing arbitrary data inside SSLContextMichał Zieliński2015-10-241-0/+14
* | documentation build cleaned upAndreas Rumpf2016-05-311-10/+13
* | Merge branch 'unix-sockets' of https://github.com/girvo/Nim into girvo-unix-s...Dominik Picheta2016-05-301-2/+26
|\ \
| * | Adding nimdoc comments as per PR commentsJosh Girvin2016-05-301-1/+3
| * | net.nim: add support for Unix socketsMichał Zieliński2015-10-281-1/+23
| |/
* | Merge pull request #3648 from FedericoCeratto/reuse_portAndreas Rumpf2016-05-291-1/+2
|\ \
| * | Add SO_REUSEPORT supportFederico Ceratto2015-12-161-1/+2
| |/
* | Fix deprecation warning in net module.Dominik Picheta2016-04-041-0/+2
* | Fixes small mistake in ``net`` module.Dominik Picheta2016-04-041-1/+1
* | Improved asyncnet docs (SSL procs now shown). Deprecated handshake.Dominik Picheta2016-04-041-1/+4
* | Improve net and ssl module docs.Dominik Picheta2016-04-041-20/+77
* | net: disable SSLv3Peter Cai2016-04-031-2/+2
* | Define ports as uint16s to fix #3484Josep Sanjuas2016-03-271-1/+1
* | the stdlib supports &= in more contexts; refs #3524Andreas Rumpf2016-03-051-0/+4
* | SpellcheckFederico Ceratto2016-02-291-1/+1
* | Merge pull request #3781 from rgv151/patch-net-gc-safeAndreas Rumpf2016-02-061-94/+95
|\ \
| * | export `parseIpAddress` procBruce Doan2016-01-271-1/+1
| * | make it gc-safe #2692Bruce Doan2016-01-261-93/+94
* | | fixes #3789Andreas Rumpf2016-01-311-1/+1
|/ /
* / Fixed deprecation warnings while Nim compiles.Hans Raaf2016-01-181-1/+1
|/
* Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-031-4/+4
* raise with error messageAman Gupta2015-09-231-1/+1
* disable SSLv2Aman Gupta2015-09-231-4/+1
* avoid referencing undefined SSLv2_method on mac osxAman Gupta2015-09-221-1/+1
* Implements getPeerAddr/getPeerName on Windows and adds IDX.Dominik Picheta2015-09-151-2/+6
* Provide access to getsockname()/getpeername().Reimer Behrends2015-09-141-0/+8
* Use raiseOSError with additionalInfo parameter from develSloane Simmons2015-07-041-6/+4
* Fixes socket problems on Windows and normalises some names.Dominik Picheta2015-06-291-14/+23
* Adjustments to #2610.Dominik Picheta2015-06-221-4/+5
* Merge branch 'starttls' of https://github.com/wiml/Nim into wiml-starttlsDominik Picheta2015-06-221-53/+80
|\
| * Make the post-connection wrapSocket() call available in both the synchronous ...Wim Lewis2015-04-261-1/+28
* | Merge branch 'exportnewsocket' of https://github.com/boopcat/Nim into boopcat...Dominik Picheta2015-06-051-3/+3
|\ \
| * | Export newSocket(fd) from net.nim and standardize args in net/asyncnetboopcat2015-05-301-3/+3
* | | lib/pure/e-o - Dropped 'T' from typespdw2015-06-041-19/+20
|/ /