| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-20 | Correctly participate in thundering herd | Drahflow | |
| 2017-03-06 | Handle POST requests more robustly | Drahflow | |
| 2017-03-02 | Noted a bug | Drahflow | |
| 2017-02-10 | Allow prefork | Drahflow | |
| 2017-02-08 | Allow HTTP response headers | Drahflow | |
| 2015-07-21 | ... but don't so much. | Drahflow | |
| 2015-07-21 | Handle dying connections better | Drahflow | |
| 2015-07-16 | Handly POST better (but still slow) | Drahflow | |
| 2014-12-28 | Another TODO | Drahflow | |
| 2014-12-28 | Supply SO_REUSEADDR (default for buffered servers) | Drahflow | |
| 2014-12-26 | Allow write during accept | Drahflow | |
| 2014-03-02 | Now using error handling library | Drahflow | |
| 2014-03-02 | Now using the error library | Drahflow | |
| 2014-02-05 | Parse URL query strings | Drahflow | |
| 2013-12-22 | Using typed txt lib | Drahflow | |
| 2013-09-29 | Event dispatch via object storing | Drahflow | |
| 2013-09-29 | TODO done (def??? now overwrites) | Drahflow | |
| 2013-09-04 | Minimal HTTP server | Drahflow | |
| 2013-09-04 | buffered polling tcp/ip server | Drahflow | |
| 2013-09-03 | TCP/IP listening support | Drahflow | |
| net .tcp ":" via 2000 :listen :accept "+" via sys .out "->" via { 65536 +read _ len } { ->writeall } loop "Connection terminated" dump | |||
| 2013-09-02 | I CAN HAZ TCP/IP CONNECTION! | Drahflow | |
| Very crappy HTTP client: "drahflow.name:80" net .tcp .connect "+" via "GET / HTTP/1.0\n\n" +writeall 4096 +read dump | |||
