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_7


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] compat/        
[DIR] sample/        
[DIR] test/        
[TXT] Makefile  1.41   9 years  jmc   put MLINKS in the order they appear in the man page, so i don;t go blind trying ...
[TXT] buffer.c  1.29   9 years  millert   Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
[TXT] evbuffer.c  1.17   9 years  bluhm   Fix whitespace errors in libevent. OK nicm@
[TXT] evbuffer_new.3  1.12   9 years  dlg   evbuffer_read will return 0 one an end of file condition.
[TXT] event-internal.h  1.8   9 years  bluhm   Remove #ifndef HAVE_TAILQFOREACH containing a private tailq implementation. OK n...
[TXT] event.3  1.47   9 years  dlg   might help to Xr evbuffer_new 3
[TXT] event.c  1.38   9 years  bluhm   Backout revision 1.37. Setting ev->ev_pncalls to NULL results in a use after fr...
[TXT] event.h  1.30   9 years  bluhm   Fix CVE-2014-6272 in Libevent 1.4 from upstream: - https://github.com/libevent/l...
[TXT] event_tagging.c  1.10   9 years  bluhm   Fix whitespace errors in libevent. OK nicm@
[TXT] evsignal.h  1.5   9 years  bluhm   Remove the #ifdef HAVE_SIGACTION from libevent. The struct evsignal_info does n...
[TXT] evutil.c  1.9   9 years  bluhm   Remove some #ifdef from libevent. OK nicm@
[TXT] evutil.h  1.3   14 years  nicm   Whoops, EVUTIL_SET_SOCKET_ERROR went missing.
[TXT] kqueue.c  1.36   9 years  bluhm   Fix whitespace errors in libevent. OK nicm@
[TXT] log.c  1.11   9 years  bluhm   Fix whitespace errors in libevent. OK nicm@
[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.3   9 years  bluhm   After removing all the #ifdef, the wrappers in evutil are rather useless. Let l...
[TXT] poll.c  1.21   9 years  bluhm   Fix whitespace errors in libevent. OK nicm@
[TXT] select.c  1.24   9 years  bluhm   The fdsz and n_events variables contain unsigned values that are derived from si...
[TXT] shlib_version  1.10   10 years  eric   add helper functions to use asr with libevent. ok deraadt@
[TXT] signal.c  1.25   9 years  bluhm   Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream. - Avoid dea...