summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
Commit message (Collapse)AuthorAge
* client now fully workingJoey Hess2017-04-21
|
* initial http serverJoey Hess2017-04-21
| | | | | | | | | | | | Incomplete, but the client is able to connect and send messages which get logged. Split up debug-me.hs into Role/* Switched from cereal to binary, since websockets operate on lazy ByteStrings, and using cereal would involve a copy on every receive. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
* http server scaffoldingJoey Hess2017-04-21
|
* reorganized message typesJoey Hess2017-04-19
| | | | | | | | | Make Control messages be out-of-band async messages, without a pointer to a previous message. And then followed the type change through the code for hours.. This commit was sponsored by Nick Daly on Patreon.
* refactor out LogJoey Hess2017-04-18
|
* add --show-hashesJoey Hess2017-04-18
|
* add --graphviz modeJoey Hess2017-04-14
This commit was sponsored by Shane-o on Patreon.