Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor of Offspring+brood code | bnewbold | 2016-10-11 | 1 | -47/+122 |
| | |||||
* | rip out RPC stuff for now | bnewbold | 2016-10-10 | 1 | -5/+1 |
| | |||||
* | more signal handling | bnewbold | 2016-10-10 | 1 | -11/+11 |
| | |||||
* | add ipv4/ipv6 forcing; nonblock and reuse socket opts | bnewbold | 2016-10-10 | 1 | -10/+52 |
| | |||||
* | upate python example with KeyboardInterrupt catching | bnewbold | 2016-10-09 | 1 | -8/+40 |
| | |||||
* | more refactoring progress | bnewbold | 2016-10-09 | 1 | -28/+75 |
| | |||||
* | start refactoring to chan-signals | bnewbold | 2016-10-09 | 1 | -63/+92 |
| | |||||
* | basic/naive signal handling | bnewbold | 2016-10-03 | 1 | -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 passing | bnewbold | 2016-10-03 | 1 | -10/+42 |
| | |||||
* | more skeleton code | bnewbold | 2016-09-27 | 1 | -5/+36 |
| | |||||
* | init repo | bnewbold | 2016-09-27 | 1 | -0/+61 |