Přemysl Eric Janouch p
p pushed to master at p/sdn 2020-10-20 03:58:53 +02:00
37ad5f43df README.adoc: avoid unnecessary quotes for bash
p pushed to master at p/sdn 2020-10-20 03:48:04 +02:00
a95fa2f96d README.adoc: fish after bash
p pushed to master at p/sdn 2020-10-20 03:44:54 +02:00
6f40b8db3a Fix ext-helpers with older bash versions
p pushed to master at p/desktop-tools 2020-10-19 19:57:49 +02:00
a48c2cf4e5 Bump liberty
p pushed to master at p/hex 2020-10-18 22:58:01 +02:00
0304e4fcee README.adoc: update refs to similar software
p commented on issue p/nncmpp#1 2020-10-18 08:13:38 +02:00
Poll for the "elapsed" amount

The naïve approach is very unstable and rather unacceptable, distracting to look at.

We might want to run two timers, one for the more accurate internal clock, and another one for polling the…

p pushed to master at p/nncmpp 2020-10-18 07:30:57 +02:00
6c2ae2f6bb Give up and implement elapsed time polling
b3579d1128 Explain the ticking mechanism
Compare 2 commits »
p pushed to master at p/json-rpc-shell 2020-10-18 04:29:11 +02:00
f9e157293c json-rpc-test-server: only return regular files
42d1ff064f json-rpc-test-server: comment on some CGI details
710f8e0b2d json-rpc-test-server: fix function names
Compare 3 commits »
p opened issue p/json-rpc-shell#9 2020-10-15 11:46:19 +02:00
Publish a static build
p opened issue p/json-rpc-shell#8 2020-10-15 06:05:46 +02:00
Lose the dependency on cURL
p pushed to master at p/json-rpc-shell 2020-10-15 05:02:36 +02:00
4938ee43bd json-rpc-test-server: try to send a 408
6927d022fb WebSocket: send a User-Agent header
Compare 2 commits »
p opened issue p/json-rpc-shell#7 2020-10-15 03:49:22 +02:00
Clean up HTTP and JSON-RPC parsing code
p closed issue p/json-rpc-shell#6 2020-10-15 03:30:18 +02:00
json-rpc-test-server: support co-process mode
p pushed to master at p/json-rpc-shell 2020-10-15 03:30:18 +02:00
75b2094cdd json-rpc-test-server: add a simple co-process mode
p opened issue p/json-rpc-shell#6 2020-10-15 02:24:28 +02:00
json-rpc-test-server: support co-process mode
p opened issue p/json-rpc-shell#5 2020-10-15 01:55:57 +02:00
json-rpc-test-server: add a pure HTTP listener
p pushed to master at p/json-rpc-shell 2020-10-15 00:52:15 +02:00
b3c377afdb json-rpc-test-server: WS: fix failures to upgrade
p commented on issue p/json-rpc-shell#4 2020-10-14 14:00:08 +02:00
Add a backend for co-processes

Apparently Content-Type doesn't matter much. We've thrown a full HTTP parser at the protocol, pausing it between requests so that we can inject an HTTP/1.1 POST header line--it turns out the default…

p pushed to master at p/json-rpc-shell 2020-10-14 13:39:46 +02:00
4236a4943a WebSocket: adapt to common "await" infrastructure
23c728e535 Add a backend for co-processes
dfe814316f This software is no longer simple
efc663a178 WebSocket: some clean-up
2b8f52ac72 Split out a http-parser wrapper
Compare 9 commits »
p opened issue p/json-rpc-shell#4 2020-10-13 22:37:03 +02:00
Add a backend for co-processes