Age | Commit message (Expand) | Author |
2014-10-30 | The fdsz and n_events variables contain unsigned values that are | Alexander Bluhm |
2014-10-29 | After removing all the #ifdef, the wrappers in evutil are rather | Alexander Bluhm |
2014-10-29 | Remove workaround for Mac OS X kqueue bug. | Alexander Bluhm |
2014-10-29 | Do not cast a (const void *) pointer to (void *) to avoid a warning. | Alexander Bluhm |
2014-10-18 | Remove some #ifdef from libevent. | Alexander Bluhm |
2014-10-18 | Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE. | Alexander Bluhm |
2014-10-17 | Remove #ifdef HAVE_backend and remove references to unimplemented | Alexander Bluhm |
2014-10-17 | Remove some #ifdef HAVE_syscall. | Alexander Bluhm |
2014-10-17 | Remove #ifdef HAVE_.*_H, just include the header files. | Alexander Bluhm |
2014-10-16 | Remove #ifdef HAVE_CONFIG_H, there is no config.h file. | Alexander Bluhm |
2014-10-15 | Remove #ifndef HAVE_TAILQFOREACH containing a private tailq | Alexander Bluhm |
2014-10-11 | Userland reallocarray() audit. | Doug Hogan |
2014-10-08 | iRemove the #ifdef WIN32 implementation from libevent. | Alexander Bluhm |
2014-10-08 | use reallocarray() to detect multiplicative integer overflow; obvious | Theo de Raadt |
2014-10-06 | Remove the #ifdef HAVE_SIGACTION from libevent. The struct | Alexander Bluhm |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-01 | The libevent event_log() function called by event_msgx() adds a new | Alexander Bluhm |
2014-04-03 | sort SEE ALSO; | Jason McIntyre |
2014-04-03 | add helper functions to use asr with libevent. | Eric Faurot |
2013-08-24 | replace random() with arc4random. | David Gwynne |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2013-04-17 | evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the high | Theo de Raadt |
2013-04-17 | (long long) and %lld for big time_t | Theo de Raadt |
2012-08-28 | Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew | Pascal Stumpf |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-02-08 | r1.27 changed libevent to fire a read event when kqueue returned EBADF | Nicholas Marriott |
2012-01-30 | Handle a wider range of kqueue error return values for an event, | Nicholas Marriott |
2011-07-07 | fix typos; while here, improve spacing in comments. | Igor Sobrado |
2010-08-30 | Fix from upstream to make all backends reinit on event_reinit(). This | Nicholas Marriott |
2010-07-17 | add missing header needed by event_warn() | Charles Longeau |
2010-07-12 | Update to 1.4.14b. | Nicholas Marriott |
2010-05-31 | Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These names | Nicholas Marriott |
2010-04-22 | tweak previous; ok nicm | Jason McIntyre |
2010-04-22 | Whoops, EVUTIL_SET_SOCKET_ERROR went missing. | Nicholas Marriott |
2010-04-21 | Clean up the awful _EVENT_* poo in the libevent headers, and don't | Nicholas Marriott |
2010-04-21 | Update libevent to 1.4.13. | Nicholas Marriott |
2010-01-10 | Fix evsignal_del()'s use of sigaction(): fill in a sigaction struct | Philip Guenthe |
2009-11-12 | change back to preferring kqueue, now that nicm, tedu and i have | Theo de Raadt |
2009-10-30 | stop using kqueue. | Theo de Raadt |
2009-10-13 | In evbuffer_readline, do not lose data upon malloc failure. From mainstream: | Jacek Masiulaniec |
2008-05-02 | - Use a const pointer for bufferevent_write. | Brad Smith |
2008-05-02 | - Increment MAX_ADDRS in evdns so as to be quite large. | Brad Smith |
2008-05-02 | Makefile: sort MLINKS and add event_base_once.3 | Jason McIntyre |
2008-05-02 | Update to libevent 1.3e while retaining our local changes. | Brad Smith |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-06-04 | Remove evhttp leftover, okay millert@ | Pedro Martelletto |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-26 | do not doc the http parts | Theo de Raadt |
2007-03-26 | do not ship the http parts for now; ok millert | Theo de Raadt |