summary refs log tree commit diff stats
path: root/lib/pure/net.nim
Commit message (Collapse)AuthorAgeFilesLines
* Add SNI support to client and server sockets.Nathan Hoad2015-03-071-15/+24
|
* Add SSLFree after SLShutdown to prevent memory leakwiffel2015-02-241-0/+2
|
* Remove pointless winlean import in net module.Dominik Picheta2015-02-211-3/+0
|
* Update net.nim - fix #2193Varriount2015-02-211-2/+5
| | | Fixes number #2193 and resolves some ambiguity issues
* Sockets now save a copy of osLastError to work around #2191.Dominik Picheta2015-02-211-4/+22
|
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* fixed minor bugs; cleaned up testsAraq2015-02-121-2/+7
|
* fixes the integer conversion regressionsAraq2015-01-131-3/+3
|
* make net.nim compile again (quick workaround for a regression)Araq2015-01-131-3/+3
|
* Merge pull request #1889 from ramnes/develAndreas Rumpf2015-01-071-1/+1
|\ | | | | Happy new year!
| * Happy new year!Guillaume Gelin2015-01-061-1/+1
| |
* | minor cleanupsAraq2015-01-071-1/+1
|/
* Fixes #1745.Dominik Picheta2014-12-261-16/+17
|
* ensure file descriptor is closedWill Szumski2014-12-181-13/+15
|
* realised extra parameter was unnecessaryWill Szumski2014-12-171-13/+7
|
* improved error msgs and refactored close in the net moduleWill Szumski2014-12-171-8/+32
|
* Fix some deprecation warnings caused by renamesdef2014-11-131-14/+14
|
* Implement SO_REUSEADDR for asyncnet and asynchttpserver.Dominik Picheta2014-11-071-1/+2
|
* docgen works on linuxAraq2014-10-271-2/+2
|
* Adds socket creation for arbitrary domain, type and protocol.Dominik Picheta2014-09-181-0/+9
|
* NimFix on net and rawsockets modules.Dominik Picheta2014-09-131-4/+4
|
* Fix net module on Linux.Dominik Picheta2014-08-311-1/+1
|
* Async SSL support.Dominik Picheta2014-08-311-7/+8
|
* Fixes SSL case sensitive issues.Dominik Picheta2014-08-301-30/+30
|
* Case sensitivity fixes for Posix.Dominik Picheta2014-08-301-1/+1
|
* Case fixes for network modules.Dominik Picheta2014-08-301-18/+20
|
* big renameAraq2014-08-281-3/+3
|
* big renameAraq2014-08-281-101/+101
|
* big renameAraq2014-08-271-19/+25
|
* Export `==` from net module for TPort.Dominik Picheta2014-08-171-1/+1
|
* Fix asyncnet example. Rearrange net code.Dominik Picheta2014-08-101-282/+282
|
* Added SafeDisconn for accept.Dominik Picheta2014-08-101-5/+17
|
* More future debug info. Added new error code to SafeDisconn list.Dominik Picheta2014-08-091-1/+1
|
* Implement safe flags for socket operations.Dominik Picheta2014-07-131-15/+56
|
* Allow async lambdas. Other socket modifications.Dominik Picheta2014-06-191-1/+1
|
* async might work now reliablyAraq2014-04-301-0/+2
|
* Fixes docgen.Dominik Picheta2014-04-061-4/+7
|
* Implemented async for httpclient.Dominik Picheta2014-03-261-1/+1
|
* Move asyncdispatch tests to asyncnet.Dominik Picheta2014-03-261-15/+15
|
* Moved the global dispatcher to asyncdispatch.Dominik Picheta2014-03-231-4/+4
|
* Many renames. Created high level asyncnet module.Dominik Picheta2014-03-221-2/+2
|
* Copied most blocking socket operations to the net module.Dominik Picheta2014-03-221-20/+811
|
* Clean up IP address code in net module.Dominik Picheta2014-03-221-28/+54
|
* Make the IP address exceptions more detailedMatthias Einwag2014-03-141-19/+24
|
* raise exceptions through newExceptionMatthias Einwag2014-03-091-18/+18
|
* $ for TIpAddress now prints in the recommended formatMatthias Einwag2014-03-041-2/+13
|
* Use character ranges from strutils.Matthias Einwag2014-03-041-6/+17
|
* Added a IpAddress structure to the net moduleMatthias Einwag2014-03-041-1/+231
|
* Implemented selector support for asyncio2.Dominik Picheta2014-02-221-1/+16
|