aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adding old notes filesHEADmasterbnewbold2022-06-272-0/+120
|
* update README with install instructionsbnewbold2017-02-221-4/+9
|
* remove 'shutdown' from command list (unimplemented)bnewbold2017-02-221-1/+0
|
* flesh out Makefile with install targetbnewbold2017-02-221-0/+17
|
* add a crude bash test filebnewbold2017-02-221-0/+36
|
* update dependenciesbnewbold2017-02-182-77/+111
|
* rustfmt (mostly)bnewbold2017-02-172-66/+98
|
* update TODObnewbold2017-02-171-0/+5
|
* update to v0.2.0bnewbold2016-10-172-2/+2
|
* add TODO listbnewbold2016-10-171-0/+19
|
* add EINHORN_SOCK_PATH to child envsbnewbold2016-10-171-0/+1
|
* small tweaks to man pagesbnewbold2016-10-173-7/+20
|
* switch to direct gh-pagesbnewbold2016-10-161-2/+1
|
* chan-signal PR acceptedbnewbold2016-10-163-17/+6
|
* update docsbnewbold2016-10-165-36/+149
|
* 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-134-173/+117
|
* 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
|
* finish options in manpagebnewbold2016-10-121-11/+14
|
* docs in progressbnewbold2016-10-122-3/+38
|
* refactor code around a small amountbnewbold2016-10-121-9/+13
|
* more einhyrningsinsctl workbnewbold2016-10-122-21/+94
|
* 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-124-4/+247
|
* experimental url decode stuffbnewbold2016-10-113-4/+59
|
* work in progress on control socketbnewbold2016-10-114-10/+197
|
* more work in progressbnewbold2016-10-113-22/+68
|
* 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
|
* use logging in python examplebnewbold2016-10-091-5/+9
|
* upate python example with KeyboardInterrupt catchingbnewbold2016-10-093-14/+59
|
* more refactoring progressbnewbold2016-10-093-28/+87
|
* split refs from READMEbnewbold2016-10-092-9/+11
|
* start refactoring to chan-signalsbnewbold2016-10-093-63/+204
|
* 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!
* start addings refs to READMEbnewbold2016-10-031-0/+9
|
* simple python3 http example scriptbnewbold2016-10-031-0/+40
|
* basic file descriptor passingbnewbold2016-10-033-10/+85
|
* more skeleton codebnewbold2016-09-273-48/+36
|