summary refs log tree commit diff stats
path: root/lib/pure/asynchttpserver.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #4221Andreas Rumpf2016-05-301-13/+13
* Add SO_REUSEPORT supportFederico Ceratto2015-12-161-1/+5
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-6/+9
* Added missing 412 - 417 http codes which are standard according to rfc2616 wh...Rostyslav Dzinko2015-09-171-0/+6
* Reintroduce FutureVar[T] from commit 72b4912c84b16644657.Dominik Picheta2015-09-111-11/+14
* Fixes dom96/jester#45.Dominik Picheta2015-09-061-0/+1
* Modify proc parseHeadertulayang2015-08-091-2/+5
* Fix incorrect 400 reply in asynchttpserverDominik Picheta2015-06-031-0/+1
* Revert "Introduce FutureVar[T] to make recvLineInto safer."def2015-04-261-14/+11
* Introduce FutureVar[T] to make recvLineInto safer.Dominik Picheta2015-04-241-11/+14
* Some small cleanup.Dominik Picheta2015-04-231-6/+5
* Merge branch 'clean-speedup-2' of https://github.com/def-/Nim into def--clean...Dominik Picheta2015-04-231-46/+49
|\
| * Rename clearStringTable to cleardef2015-03-171-1/+1
| * Make respond a template againdef2015-03-171-11/+11
| * Make recvLineInto a proc instead of templatedef2015-03-171-2/+2
| * Rename resetStringTable to clearStringTabledef2015-03-171-1/+1
| * Remove unused newRequest procdef2015-03-171-3/+0
| * Document asynchttpserver's respond templatedef2015-03-171-1/+1
| * Speed up asynchttpserver significantly using all the previous changesdef2015-03-171-46/+52
* | Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-1/+1
|/
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* Add imports to asynchttpserver exampledef2014-12-291-0/+2
* Fixes asynchttpsever.Dominik Picheta2014-12-261-1/+1
* Fixes deprecation warnings in asynchttpserver.Dominik Picheta2014-12-261-21/+21
* Added more HTTP status codes to asynchttpserver.Dominik Picheta2014-12-261-2/+29
* Ensure Request.body is initialised.Dominik Picheta2014-11-171-0/+2
* Implement SO_REUSEADDR for asyncnet and asynchttpserver.Dominik Picheta2014-11-071-1/+5
* Add bool to determine if socket has been closed.Dominik Picheta2014-09-161-1/+1
* Lots of documentation improvements for asyncdispatch.Dominik Picheta2014-09-121-1/+15
* More empty stmt fixes.Dominik Picheta2014-09-091-0/+1
* Fixes asynchttpserver.Dominik Picheta2014-09-011-6/+6
* Merge branch 'devel' into bigbreakDominik Picheta2014-08-301-2/+3
|\
| * Fixed gcsafe in asynchttpserver module.Dominik Picheta2014-08-211-2/+3
* | big renameAraq2014-08-271-5/+8
|/
* asynchttpserver compiles again; made some tests greenAraq2014-08-131-11/+13
* Asynchttpserver now uses new uri module for URL parsing.Dominik Picheta2014-08-101-3/+3
* Fixes incorrect async exception handling. Adds sleepAsync.Dominik Picheta2014-08-091-0/+2
* 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