low'/>
summaryrefslogtreecommitdiff
path: root/lib/libevent
AgeCommit message (Collapse)Author
2009-11-02remove old libevent sourcesplunky
2009-08-19Oops. As Matthias pointed out, I swapped '-' for '_' in the previoustls
commit. Fix that. Also, some applications written for newer libevent want event.h to pull in event_config.h by magic.
2009-08-19Matthias Drochner pointed out that I lost the _EVENT_ prefix from alltls
the autoconf defines in the installed event_config.h. Of course, the libevent documentation basically says not to use event_config.h, so it is a little hard to see why the right fix isn't to just not install it... ...in any event, fix this approximately as the stock libevent Makefile does.
2009-07-26According to the libevent 1.4.12 change announcement, problems have beentls
observed with GCC 4 and strict-aliasing in the libevent code. Add -fno-strict-aliasing to work around this (same thing libevent did upstream).
2009-07-08Update to libevent-1.4.11-stable. This has been a long time coming andtls
fixes many bugs, particularly with signal handling. The regression tests have also been updated and complete successfully on amd64.
2009-06-22Fix typo. Patch supplied by Marc Balmer in private e-mail.tron
2009-04-28Use Xr for strtok_r reference. Remove trailing whitespace.wiz
2009-04-28Add some mdoc macros and spell out an abbreviation.reed
(I shared some of my fixes upstream a few days ago.)
2009-04-11New sentence, new line.wiz
This page could use more markup.
2009-04-11Improve markup.joerg
2009-01-26PR/40480: George Abdelmalik: Don't redefine _FORTIFY_SOURCE if it is alreadychristos
defined.
2009-01-11bump shared libraries.christos
2008-05-16Update to libevent 1.4.4-stable.peter
Reviewed by provos@
2007-01-26Avoid a warning about an unused variable if compiling with -DNDEBUG.cbiere
Reported by Andreas Wiese in PR lib/35489.
2006-10-15A missing period.uebayasi
Reviewed By: wiz
2006-03-19Coverity CID 828: Add an assertion to validate that activeq is initialized;christos
while here simplify code.
2006-03-17Free eonce in the case of bad event combination.chris
Coverity CID 1705.
2005-04-17Remove superfluous .Pp, add some commas, improve grammar in a sentence,wiz
and bump date for the many changes in the update to 1.0c.
2005-04-17Drop trailing whitespace.wiz
2005-04-17update to libevent-1.0c. This includes support for event priorities,provos
multi-threaded applications and some bug fixes. regression test improved to test for new features. bump major.
2004-12-06Add RCS Id.wiz
2004-08-08Remove some unnecessary double quotes, and fix some macro usage.wiz
2004-08-07support for bufferevents; fix signal race; faster timeout insertion;provos
update man page and regression tests - this is a sync to libevent 0.9
2003-10-11fix a bad realloc; from awohl@chessclubprovos
2003-09-28deal correctly with POLLNHUPprovos
2003-07-04Various fixes; add LIBRARY section.wiz
2003-07-04Drop trailing whitespace.wiz
2003-06-13add $NetBSD$itojun
2003-06-12fix warningsprovos
2003-06-12import of libevent; an event abstraction library that supports kqueue andprovos
poll on NetBSD.