summary refs log tree commit diff stats
path: root/lib/pure/asyncnet.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix asyncnet example. Rearrange net code.Dominik Picheta2014-08-101-2/+2
* Added SafeDisconn for accept.Dominik Picheta2014-08-101-4/+5
* Fixes incorrect async exception handling. Adds sleepAsync.Dominik Picheta2014-08-091-2/+2
* Implement safe flags for socket operations.Dominik Picheta2014-07-131-17/+20
* Fix broken async tests.Dominik Picheta2014-07-131-1/+1
* Many async optimisations.Dominik Picheta2014-07-121-22/+52
* Rename asyncdispatch.close to asyncdispatch.closeSocket.Dominik Picheta2014-05-231-1/+1
* Fixes buffered recv in asyncnet.Dominik Picheta2014-04-301-11/+17
* Implemented buffering for asynchronous sockets.Dominik Picheta2014-04-131-2/+36
* fixes for asynchttpserverAndreas Rumpf2014-04-131-0/+1
* Updates docs and news.Dominik Picheta2014-04-061-0/+38
* Async httpclient should now work. Changed recv behaviour.Dominik Picheta2014-04-031-2/+3
* Implemented async for httpclient.Dominik Picheta2014-03-261-1/+1
* Move asyncdispatch tests to asyncnet.Dominik Picheta2014-03-261-34/+74
* Moved the global dispatcher to asyncdispatch.Dominik Picheta2014-03-231-11/+19
* Many renames. Created high level asyncnet module.Dominik Picheta2014-03-221-0/+147