| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-08-10 | Resolver didn't work when it was created before fork() and used after | Joel Klinghed | |
| The pipe that resolver sets up to communicate with the threads gets duplicated by the fork() leading to it all breaking down. So make it possible to create a Resolver without actually initializing it so we can do that *after* fork() (fork is called bu daemon()) | |||
| 2017-02-28 | Add missing includes | Joel Klinghed | |
| 2017-02-28 | Initial commit | Joel Klinghed | |
