aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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