C For C's Sake
C For C's Sake
It would be nice to have support for configuration files to supplement the arguments passed on the command line (with the arguments on the command line taking precedence). The configuration...
1) It would be nice to have tab completion for `topfind`, not sure if that is out of scope for `down`, but it would make my life easier, I imagine...
``` : need more than 1 value to unpack File "/usr/lib64/python2.7/SocketServer.py", line 599, in process_request_thread self.finish_request(request, client_address) File "/usr/lib64/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self) File "/home/user/burst/burst/proxy.py", line 40,...
This PR enables building the tenders with `afl-gcc` and the unikernels with your regular `$CC`. 1) It adds a `--dry-run` option to SPT which was helpful for fuzzing. 2) I...
Since `mfttool` (EDIT: now `elftool`) is designated to be used as the default means of learning about a unikernels MFT (from an orchestration system perspective, for example) (see discussion in...
(Don't merge yet) This makes it possible to restore a `handshake_state` (and probably other structures) from sexp. I couldn't figure out how to add a `certificate` tag/atom to the serialized...
Being able to check comparisons, and have pretty-printing for failed cases, would be nice - something like: ```ocaml Alcotest.(check bool (greater_than int) ) "verify that y > x" true y...
`/clear` currently erases the backlog of received messages, originally as a privacy feature to *"burn after reading"*. It occurred to me that we might want to also blank the input...
Hi, I'd like a feature to make jackline not send messages to unauthenticated users. When starting a new conversation with a person, with the `REQUIRE_ENCRYPTION` setting toggled, jackline will automatically...