Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed gcsafe in asynchttpserver module. | Dominik Picheta | 2014-08-21 | 1 | -2/+3 |
| | |||||
* | asynchttpserver compiles again; made some tests green | Araq | 2014-08-13 | 1 | -11/+13 |
| | |||||
* | Asynchttpserver now uses new uri module for URL parsing. | Dominik Picheta | 2014-08-10 | 1 | -3/+3 |
| | |||||
* | Fixes incorrect async exception handling. Adds sleepAsync. | Dominik Picheta | 2014-08-09 | 1 | -0/+2 |
| | | | | | | | | | | | | | | The tasyncexceptions test has been added which tests for this incorrect exception handling behaviour. The problem was that the exception was raised inside a callback which was called from a previously finished async procedure. This caused a "Future already finished" error. The fix was to simply reraise the exception if the retFutureSym is already finished. sleepAsync was added to help with the reproduction of this test. It should also be useful for users however. Finally some debug information was added to futures to help with future bugs. | ||||
* | Fix broken async tests. | Dominik Picheta | 2014-07-13 | 1 | -1/+1 |
| | |||||
* | Void futures are no longer discardable. | Dominik Picheta | 2014-07-13 | 1 | -9/+8 |
| | |||||
* | Many async optimisations. | Dominik Picheta | 2014-07-12 | 1 | -87/+93 |
| | | | | | | | | | * Selectors implementation will now attempt to immediately execute an IO operation instead of waiting for a ready notification. * Removed recursion in asynchttpserver. * Improved buffered implementation of recvLine in asyncnet. * Optimised ``respond`` in asynchttpserver removing a possible "Delayed ACK" situation. | ||||
* | AsyncHttpServer now supports POST. | Dominik Picheta | 2014-06-28 | 1 | -7/+32 |
| | |||||
* | Allow async lambdas. Other socket modifications. | Dominik Picheta | 2014-06-19 | 1 | -1/+6 |
| | |||||
* | Get rid unsafe pointer type in GetQueuedCompletionStatus. | Dominik Picheta | 2014-04-30 | 1 | -1/+3 |
| | |||||
* | Implemented buffering for asynchronous sockets. | Dominik Picheta | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | fixes for asynchttpserver | Andreas Rumpf | 2014-04-13 | 1 | -5/+6 |
| | |||||
* | Updates docs and news. | Dominik Picheta | 2014-04-06 | 1 | -0/+2 |
| | |||||
* | Added asynchttpserver module. | Dominik Picheta | 2014-04-05 | 1 | -0/+177 |