OpenBSD CVS

src/lib/libevent/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libevent

Current tag: OPENBSD_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] compat/        
[DIR] sample/        
[DIR] test/        
[TXT] Makefile  1.31   11 years  okan   remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. ok gue...
[TXT] buffer.c  1.19   13 years  chl   branches: 1.19.18; 1.19.20; add missing header needed by event_warn() ok nicm...
[TXT] evbuffer.c  1.12   14 years  nicm   Update libevent to 1.4.13. This is the core library only, the DNS parts are rem...
[TXT] event-internal.h  1.6   14 years  nicm   Update libevent to 1.4.13. This is the core library only, the DNS parts are rem...
[TXT] event.3  1.41   14 years  jmc   tweak previous; ok nicm
[TXT] event.c  1.27   11 years  deraadt   (long long) and %lld for big time_t ok nicm, who will pass it upstream
[TXT] event.h  1.25   11 years  pascal   Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew ...
[TXT] event_tagging.c  1.4   11 years  deraadt   evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the high bits. ...
[TXT] evsignal.h  1.4   14 years  nicm   Update libevent to 1.4.13. This is the core library only, the DNS parts are rem...
[TXT] evutil.c  1.3   13 years  nicm   Update to 1.4.14b. From their change log: o Fix memory-leak of signal handler ...
[TXT] evutil.h  1.3   14 years  nicm   Whoops, EVUTIL_SET_SOCKET_ERROR went missing.
[TXT] kqueue.c  1.28   12 years  nicm   r1.27 changed libevent to fire a read event when kqueue returned EBADF (and seve...
[TXT] log.c  1.6   14 years  nicm   Update libevent to 1.4.13. This is the core library only, the DNS parts are rem...
[TXT] log.h  1.6   14 years  nicm   Update libevent to 1.4.13. This is the core library only, the DNS parts are rem...
[TXT] min_heap.h  1.2   13 years  nicm   Update to 1.4.14b. From their change log: o Fix memory-leak of signal handler ...
[TXT] poll.c  1.15   14 years  nicm   Update libevent to 1.4.13. This is the core library only, the DNS parts are rem...
[TXT] select.c  1.16   14 years  nicm   Clean up the awful _EVENT_* poo in the libevent headers, and don't install event...
[TXT] shlib_version  1.8   11 years  pascal   Expose _EVENT_VERSION in event.h. This is expected by net/tor, which will spew ...
[TXT] signal.c  1.16   11 years  okan   use FD_CLOEXEC instead of 1; from David Hill ok otto