summary refs log tree commit diff stats
path: root/lib/pure/asyncnet.nim
Commit message (Collapse)AuthorAgeFilesLines
* Updates docs and news.Dominik Picheta2014-04-061-0/+38
|
* Async httpclient should now work. Changed recv behaviour.Dominik Picheta2014-04-031-2/+3
| | | | | | | asyncdispatch.recv no longer guarantees that it will read ALL the data requested. The underlying WinAPI function doesn't guarantee this and it already wasn't guaranteed anyway since the socket could disconnect mid-transmission.
* 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