aboutsummaryrefslogtreecommitdiff
path: root/elymas/lib/net
AgeCommit message (Collapse)Author
2017-03-20Correctly participate in thundering herdDrahflow
2017-03-06Handle POST requests more robustlyDrahflow
2017-03-02Noted a bugDrahflow
2017-02-10Allow preforkDrahflow
2017-02-08Allow HTTP response headersDrahflow
2015-07-21... but don't so much.Drahflow
2015-07-21Handle dying connections betterDrahflow
2015-07-16Handly POST better (but still slow)Drahflow
2014-12-28Another TODODrahflow
2014-12-28Supply SO_REUSEADDR (default for buffered servers)Drahflow
2014-12-26Allow write during acceptDrahflow
2014-03-02Now using error handling libraryDrahflow
2014-03-02Now using the error libraryDrahflow
2014-02-05Parse URL query stringsDrahflow
2013-12-22Using typed txt libDrahflow
2013-09-29Event dispatch via object storingDrahflow
2013-09-29TODO done (def??? now overwrites)Drahflow
2013-09-04Minimal HTTP serverDrahflow
2013-09-04buffered polling tcp/ip serverDrahflow
2013-09-03TCP/IP listening supportDrahflow
net .tcp ":" via 2000 :listen :accept "+" via sys .out "->" via { 65536 +read _ len } { ->writeall } loop "Connection terminated" dump
2013-09-02I 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