aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* remove 'shutdown' from command list (unimplemented)bnewbold2017-02-221-1/+0
|
* rustfmt (mostly)bnewbold2017-02-172-66/+98
|
* add EINHORN_SOCK_PATH to child envsbnewbold2016-10-171-0/+1
|
* chan-signal PR acceptedbnewbold2016-10-161-1/+1
|
* fix options textbnewbold2016-10-151-3/+3
|
* rustfmt (partially)bnewbold2016-10-142-97/+131
|
* apply (most) clippy recommendationsbnewbold2016-10-142-32/+29
|
* cleanup libs; switch to slog loggingbnewbold2016-10-132-44/+79
|
* add ENV var dropping featurebnewbold2016-10-121-1/+8
|
* clean up more robustly (child reaping)bnewbold2016-10-121-2/+4
|
* fix 'help' commandbnewbold2016-10-122-4/+9
|
* yooje refactorbnewbold2016-10-121-120/+172
|
* refactor code around a small amountbnewbold2016-10-121-9/+13
|
* more einhyrningsinsctl workbnewbold2016-10-121-21/+63
|
* fill in remaining parts of actions/commandsbnewbold2016-10-121-9/+56
|
* handle many more signalsbnewbold2016-10-121-12/+34
|
* shell help pagebnewbold2016-10-121-1/+14
|
* add version flags and commandbnewbold2016-10-122-2/+20
|
* partially working shell commandbnewbold2016-10-122-4/+209
|
* experimental url decode stuffbnewbold2016-10-111-4/+15
|
* work in progress on control socketbnewbold2016-10-111-7/+105
|
* more work in progressbnewbold2016-10-111-8/+17
|
* more signal handlersbnewbold2016-10-111-6/+36
|
* refactor of Offspring+brood codebnewbold2016-10-111-47/+122
|
* rip out RPC stuff for nowbnewbold2016-10-101-5/+1
|
* more signal handlingbnewbold2016-10-101-11/+11
|
* add ipv4/ipv6 forcing; nonblock and reuse socket optsbnewbold2016-10-101-10/+52
|
* upate python example with KeyboardInterrupt catchingbnewbold2016-10-091-8/+40
|
* more refactoring progressbnewbold2016-10-091-28/+75
|
* start refactoring to chan-signalsbnewbold2016-10-091-63/+92
|
* basic/naive signal handlingbnewbold2016-10-031-0/+45
| | | | | | | | | | The goal here was to hook Ctrl-C and send USR2 signal to childred instead. Turns out this is doesn't work easily because Ctrl-C is sent to the entire process group, not just the top running process. Making this work would require either masking SIGINT in the childred (children might change this) or mucking with process groups, both of which are "meh". But, unsafe code, woooo!
* basic file descriptor passingbnewbold2016-10-031-10/+42
|
* more skeleton codebnewbold2016-09-271-5/+36
|
* init repobnewbold2016-09-271-0/+61