summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* integrate from trunk: mingw support from Nickpatches-1.1Niels Provos2006-09-277-12/+65
* merging kqueue fixes into patches-1.1Niels Provos2006-09-032-2/+3
* integrate bug fix patches; help form nick mathewsonNiels Provos2006-08-1012-55/+90
* fix issue with signedness warnings; from Alexander von Gernlerrelease-1.1bNiels Provos2005-06-191-2/+2
* treate EINVAL as per fd error in kqueue; use argument for debug macros inNiels Provos2005-06-113-2/+5
* bufferevents would not correctly detect EOF on read; reported byNiels Provos2005-06-101-1/+1
* performance improvements of select handler by Nick Mathewson; I addedNiels Provos2005-05-111-69/+178
* detect kqueue bug in Mac OS X 10.4; from Nick MathewsonNiels Provos2005-05-111-0/+21
* more creditsNiels Provos2005-05-101-2/+4
* type; from Alexander von GernlerNiels Provos2005-05-101-1/+1
* call epoll_ctl after changing our state table; in case that epoll_ctl failsNiels Provos2005-05-101-3/+3
* performance improvements by Nick Mathewson; we modify the arrays directlyNiels Provos2005-05-102-87/+158
* syncNiels Provos2005-05-102-23/+185
* fix rule that depended on obsolete libevent.aNiels Provos2005-04-291-1/+1
* prototype addition; from Alexander von GernlerNiels Provos2005-04-261-1/+4
* pointer arithmetic bug; from Nick MathewsonNiels Provos2005-04-261-1/+1
* fix memory leak; from Andrey MatveevNiels Provos2005-04-231-0/+1
* 1.0dNiels Provos2005-04-231-1/+1
* provide a function to read lines from buffers; comes in handy for manyNiels Provos2005-04-232-0/+48
* libtoolize; from Nick MathewsonNiels Provos2005-04-234-7/+14
* better commentNiels Provos2005-04-231-0/+2
* compress read and write events for the same file descriptor into on pollNiels Provos2005-04-231-25/+70
* fix typosNiels Provos2005-04-231-2/+2
* make gotsig volatile. from Alexander von GernlerNiels Provos2005-04-171-1/+1
* fixes from alexander von gernlerNiels Provos2005-04-143-2/+7
* type; set the priorities based on the correct base; reported by Vinh D. LeeNiels Provos2005-04-101-1/+1
* fix a windows bug; from nick mathewsonNiels Provos2005-04-091-1/+12
* return error code when kqueue fails on a specific fd; from alexander vonNiels Provos2005-04-071-0/+1
* forgotNiels Provos2005-04-041-0/+180
* acknowledgements and new versionNiels Provos2005-04-042-2/+15
* make it compile on solarisNiels Provos2005-04-043-5/+2
* fix bug that broke poll/select stuffNiels Provos2005-04-032-2/+2
* event_base_loop and some event logging fixes.Niels Provos2005-04-024-7/+25
* build fixes from nick mathewsonNiels Provos2005-04-013-7/+14
* suppress valgrind warnings from knew -a- pimb.orgNiels Provos2005-03-311-2/+2
* devpoll improvements from Andrew Danforth <adanforth@gmail.com>Niels Provos2005-03-292-29/+126
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-2914-114/+309
* windows fixes from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-294-149/+435
* bug fix in event_once by Jody Belka <knew@pimb.org>Niels Provos2005-03-121-3/+3
* event_get_version() and event_get_method() fromNiels Provos2005-02-252-0/+23
* compilation fixes for IRIX; from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-02-222-9/+81
* provide maintainer mode in automake; put event_gotsig back into globalNiels Provos2005-02-223-11/+13
* make it compile again; from dug songNiels Provos2005-02-041-4/+4
* fixes for threaded operations from Andrew DanforthNiels Provos2005-01-037-50/+97
* fix issue where event_del is called before event_set. bad bad thing to do.Niels Provos2004-12-141-3/+11
* version 1.0Niels Provos2004-12-052-3/+4
* documentation on thread safe eventsNiels Provos2004-12-012-1/+15
* provide more base-based functions :-)Niels Provos2004-12-013-7/+21
* make a separate verify targetNiels Provos2004-12-014-2/+20
* forgot printf parameterNiels Provos2004-11-251-1/+1