Sat, 02 May 2009 08:13:45 -0700 |
Atul Varma |
Added unit test (doctest).
default tip
|
Sat, 02 May 2009 00:47:23 -0700 |
Atul Varma |
Made server and client objects into coroutines.
|
Sat, 02 May 2009 00:14:59 -0700 |
Atul Varma |
Factored out all instruction-specific logic from the dispatcher into individual instructions.
|
Fri, 01 May 2009 23:47:06 -0700 |
Atul Varma |
Another refactoring: dispatcher calls instruction.execute() now.
|
Fri, 01 May 2009 23:41:52 -0700 |
Atul Varma |
Attempted to factor out the trampoline into a separate object, and modified the way coroutine instructions are done.
|
Fri, 01 May 2009 21:33:57 -0700 |
Atul Varma |
minor refactoring
|
Fri, 01 May 2009 18:53:07 -0700 |
Atul Varma |
Fixed a really bad bug in timeout detection.
|
Sat, 02 May 2009 01:04:30 +0000 |
Atul Varma |
Fix to client to deal with annoying no-content responses from the lighttpd proxy.
|
Fri, 01 May 2009 17:50:08 -0700 |
Atul Varma |
Fixed misbehaving redirect URL matching and added a robots.txt.
|
Fri, 01 May 2009 17:38:44 -0700 |
Atul Varma |
Added support for logging.
|
Fri, 01 May 2009 17:13:56 -0700 |
Atul Varma |
Enforced maximum message size.
|
Fri, 01 May 2009 17:07:18 -0700 |
Atul Varma |
Added maximum data length checking.
|
Fri, 01 May 2009 16:46:31 -0700 |
Atul Varma |
Added timeout functionality.
|
Fri, 01 May 2009 15:37:57 -0700 |
Atul Varma |
Added a handle_tick function to coroutine dispatchers.
|
Fri, 01 May 2009 14:18:06 -0700 |
Atul Varma |
Added the ability for a server to have a timeout function that gets called once per second.
|