summary refs log tree commit diff stats
path: root/lib/pure/asynchttpserver.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix broken async tests.Dominik Picheta2014-07-131-1/+1
* Void futures are no longer discardable.Dominik Picheta2014-07-131-9/+8
* Many async optimisations.Dominik Picheta2014-07-121-87/+93
* AsyncHttpServer now supports POST.Dominik Picheta2014-06-281-7/+32
* Allow async lambdas. Other socket modifications.Dominik Picheta2014-06-191-1/+6
* Get rid unsafe pointer type in GetQueuedCompletionStatus.Dominik Picheta2014-04-301-1/+3
* Implemented buffering for asynchronous sockets.Dominik Picheta2014-04-131-1/+1
* fixes for asynchttpserverAndreas Rumpf2014-04-131-5/+6
* Updates docs and news.Dominik Picheta2014-04-061-0/+2
* Added asynchttpserver module.Dominik Picheta2014-04-051-0/+177