Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add SNI support to client and server sockets. | Nathan Hoad | 2015-03-07 | 1 | -15/+24 |
| | |||||
* | Add SSLFree after SLShutdown to prevent memory leak | wiffel | 2015-02-24 | 1 | -0/+2 |
| | |||||
* | Remove pointless winlean import in net module. | Dominik Picheta | 2015-02-21 | 1 | -3/+0 |
| | |||||
* | Update net.nim - fix #2193 | Varriount | 2015-02-21 | 1 | -2/+5 |
| | | | Fixes number #2193 and resolves some ambiguity issues | ||||
* | Sockets now save a copy of osLastError to work around #2191. | Dominik Picheta | 2015-02-21 | 1 | -4/+22 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | fixed minor bugs; cleaned up tests | Araq | 2015-02-12 | 1 | -2/+7 |
| | |||||
* | fixes the integer conversion regressions | Araq | 2015-01-13 | 1 | -3/+3 |
| | |||||
* | make net.nim compile again (quick workaround for a regression) | Araq | 2015-01-13 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1889 from ramnes/devel | Andreas Rumpf | 2015-01-07 | 1 | -1/+1 |
|\ | | | | | Happy new year! | ||||
| * | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | | |||||
* | | minor cleanups | Araq | 2015-01-07 | 1 | -1/+1 |
|/ | |||||
* | Fixes #1745. | Dominik Picheta | 2014-12-26 | 1 | -16/+17 |
| | |||||
* | ensure file descriptor is closed | Will Szumski | 2014-12-18 | 1 | -13/+15 |
| | |||||
* | realised extra parameter was unnecessary | Will Szumski | 2014-12-17 | 1 | -13/+7 |
| | |||||
* | improved error msgs and refactored close in the net module | Will Szumski | 2014-12-17 | 1 | -8/+32 |
| | |||||
* | Fix some deprecation warnings caused by renames | def | 2014-11-13 | 1 | -14/+14 |
| | |||||
* | Implement SO_REUSEADDR for asyncnet and asynchttpserver. | Dominik Picheta | 2014-11-07 | 1 | -1/+2 |
| | |||||
* | docgen works on linux | Araq | 2014-10-27 | 1 | -2/+2 |
| | |||||
* | Adds socket creation for arbitrary domain, type and protocol. | Dominik Picheta | 2014-09-18 | 1 | -0/+9 |
| | |||||
* | NimFix on net and rawsockets modules. | Dominik Picheta | 2014-09-13 | 1 | -4/+4 |
| | |||||
* | Fix net module on Linux. | Dominik Picheta | 2014-08-31 | 1 | -1/+1 |
| | |||||
* | Async SSL support. | Dominik Picheta | 2014-08-31 | 1 | -7/+8 |
| | |||||
* | Fixes SSL case sensitive issues. | Dominik Picheta | 2014-08-30 | 1 | -30/+30 |
| | |||||
* | Case sensitivity fixes for Posix. | Dominik Picheta | 2014-08-30 | 1 | -1/+1 |
| | |||||
* | Case fixes for network modules. | Dominik Picheta | 2014-08-30 | 1 | -18/+20 |
| | |||||
* | big rename | Araq | 2014-08-28 | 1 | -3/+3 |
| | |||||
* | big rename | Araq | 2014-08-28 | 1 | -101/+101 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -19/+25 |
| | |||||
* | Export `==` from net module for TPort. | Dominik Picheta | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | Fix asyncnet example. Rearrange net code. | Dominik Picheta | 2014-08-10 | 1 | -282/+282 |
| | |||||
* | Added SafeDisconn for accept. | Dominik Picheta | 2014-08-10 | 1 | -5/+17 |
| | |||||
* | More future debug info. Added new error code to SafeDisconn list. | Dominik Picheta | 2014-08-09 | 1 | -1/+1 |
| | |||||
* | Implement safe flags for socket operations. | Dominik Picheta | 2014-07-13 | 1 | -15/+56 |
| | |||||
* | Allow async lambdas. Other socket modifications. | Dominik Picheta | 2014-06-19 | 1 | -1/+1 |
| | |||||
* | async might work now reliably | Araq | 2014-04-30 | 1 | -0/+2 |
| | |||||
* | Fixes docgen. | Dominik Picheta | 2014-04-06 | 1 | -4/+7 |
| | |||||
* | Implemented async for httpclient. | Dominik Picheta | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | Move asyncdispatch tests to asyncnet. | Dominik Picheta | 2014-03-26 | 1 | -15/+15 |
| | |||||
* | Moved the global dispatcher to asyncdispatch. | Dominik Picheta | 2014-03-23 | 1 | -4/+4 |
| | |||||
* | Many renames. Created high level asyncnet module. | Dominik Picheta | 2014-03-22 | 1 | -2/+2 |
| | |||||
* | Copied most blocking socket operations to the net module. | Dominik Picheta | 2014-03-22 | 1 | -20/+811 |
| | |||||
* | Clean up IP address code in net module. | Dominik Picheta | 2014-03-22 | 1 | -28/+54 |
| | |||||
* | Make the IP address exceptions more detailed | Matthias Einwag | 2014-03-14 | 1 | -19/+24 |
| | |||||
* | raise exceptions through newException | Matthias Einwag | 2014-03-09 | 1 | -18/+18 |
| | |||||
* | $ for TIpAddress now prints in the recommended format | Matthias Einwag | 2014-03-04 | 1 | -2/+13 |
| | |||||
* | Use character ranges from strutils. | Matthias Einwag | 2014-03-04 | 1 | -6/+17 |
| | |||||
* | Added a IpAddress structure to the net module | Matthias Einwag | 2014-03-04 | 1 | -1/+231 |
| | |||||
* | Implemented selector support for asyncio2. | Dominik Picheta | 2014-02-22 | 1 | -1/+16 |
| |