Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| eb1fa9f7 | 2009-11-15 18:59:55 | When running set[ug]id, don't check the environment. Idea from OpenBSD, but made a bit more generic to handle uncivilized lands that do not define issetugid. svn:r1529 | ||
| e32d055b | 2009-11-06 21:23:52 | Backport GNU/kfreebsd kqueue fix svn:r1515 | ||
| 6ce14fd0 | 2009-11-03 19:15:27 | Rename compat/sys/_time.h to compat/sys/_libevent_time.h On some systems (notably HPUX), there is already a /usr/include/sys/_time.h, which our sys/_time.h shadows. Found and diagnosed by Kathryn Hogg. This is a quick fix for 1.4 only; for 2.0, I want to eliminate compat/sys/_time.h entirely, and have util-internal subsume it. svn:r1493 | ||
| 0e535d2f | 2008-07-11 15:59:29 | from trunk: support multiple events listening on the same signal; make signals regular events that go on the same event queue svn:r902 | ||
| 459c78a2 | 2008-07-11 15:17:35 | from trunk: fix a bug where deleting signals with kqueue would delete subsequent adds svn:r900 | ||
| 0690f0f5 | 2008-06-30 01:01:28 | fix warnings with USE_DEBUG svn:r891 | ||
| 9e92909c | 2008-03-29 01:47:04 | from trunk: make event methods static so that they are not exported; from Andrei Nigmatulin svn:r693 | ||
| d1360598 | 2008-03-02 01:48:09 | from trunk: Do not free the kqop file descriptor in other processes, also allow it to be 0; from Andrei Nigmatulin svn:r683 | ||
| b23f1dbe | 2007-12-14 07:18:02 | from trunk: move EV_PERSIST handling out of the event backends svn:r592 | ||
| 9a708389 | 2007-12-13 05:58:05 | from trunk: remove obsolete recalc code svn:r586 |