| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tidy up some includes. | 2014-10-20 | 1 | -1/+3 | |
| | | |||||
| * | Do not call event_del() for signals after fork(), just use sigaction() | 2010-08-19 | 1 | -8/+23 | |
| | | | | | | directly instead - calling libevent functions after fork() w/o event_reinit() is a bad idea, even if in this case it was harmless. | ||||
| * | Use $OpenBSD$. | 2010-05-14 | 1 | -1/+1 | |
| | | |||||
| * | Catch SIGHUP and terminate if running as a client. This prevents clients | 2010-05-12 | 1 | -5/+5 | |
| | | | | | | | | from being left hanging around when, for example, a SSH session is disconnected. ok nicm@ | ||||
| * | Put this back in with the initialisation in the right order. | 2010-05-04 | 1 | -0/+88 | |
| | | |||||
| * | Revert last change, it appears to be broken somehow. | 2010-05-04 | 1 | -90/+0 | |
| | | |||||
| * | Make signal handler setup/teardown two common functions instead of six, | 2010-05-03 | 1 | -0/+90 | |
| and reset SIGCHLD after fork to fix problems with some shells. From Romain Francois. | |||||
