kc3-lang/libevent

Branch :


Log

Author Commit Date CI Message
f76b599d 2009-11-16 19:21:25 Fix 1.4 compilation on msvc, and add a couple of minimal (not-quite-right) nmakefiles. svn:r1534
25da0672 2009-11-16 18:46:10 Partial backport of event_rpcgen portability fixes. svn:r1533
3487906f 2009-11-16 18:04:13 Add a missing include to make win32 compile. svn:r1532
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
756c4cd3 2009-10-12 21:09:14 Declare struct timezone in evutil.h so that borken mingw versions do not complain svn:r1442
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