kc3-lang/libevent/ChangeLog

Branch :


Log

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
b4183c73 2009-11-09 19:55:40 Stop too many bytes for activequeues. We were saying calloc(N,N*sizeof(struct event_list*)) when we should have been saying calloc(N,sizeof(struct event_list*)). This wasted N*(N-1) words of memory, where N was the number of priorities. This wouldn't be a big deal for any sane number of priorities, but it's a bug nonetheless. svn:r1526
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
c5a0f56c 2009-09-24 22:21:09 from trunk: Do not drop data from evbuffer when out of memory; reported by Jacek Masiulaniec svn:r1437
03a9da17 2009-09-23 23:50:43 Fix compilation on Android: define fd_mask when it's missing. svn:r1434
1bf18e5a 2009-09-11 18:55:12 Backport epoll memory fix for bug 2839240 svn:r1430
81765181 2009-09-11 18:55:06 Backport: do not believe negative result from FIONREAD. svn:r1429
9af9aba6 2009-07-21 17:57:25 Add -fno-strict-aliasing to let 1.4 build happily on GCC 4.4 svn:r1367
a763e741 2009-06-30 14:20:44 The truncated bit is in the 3rd byte of a dns reply, not the 4th. svn:r1331