| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
(maybe moving into bin .* one day)
|
|
But keeping the old code for a while to faciliate further
general performance improvements.
|
|
|
|
|
|
|
|
|
|
net .tcp ":" via
2000 :listen :accept "+" via
sys .out "->" via
{ 65536 +read _ len } { ->writeall } loop
"Connection terminated" dump
|
|
Position semantics now consistent
str _ .postfix also available
.prefix also available
|
|
Very crappy HTTP client:
"drahflow.name:80" net .tcp .connect "+" via
"GET / HTTP/1.0\n\n" +writeall
4096 +read dump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|