tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
lib
/
libevent
/
at
trash-bin2
20 files
Makefile
for some time now mandoc has not required MLINKS to function correctly - logically complete that now by removing MLINKS from base;
10 years ago
buffer.c
Fixed endless loop/ OOB write on 64 bit systems with large buffers.
7 years ago
evbuffer.c
Fix whitespace errors in libevent. OK nicm@
11 years ago
evbuffer_new.3
Mention some missing libevent macros.
7 years ago
event-internal.h
Remove #ifndef HAVE_TAILQFOREACH containing a private tailq implementation. OK nicm@
11 years ago
event.3
man pages: add missing commas between subordinate and main clauses
4 years ago
event.c
Tweaks previous: gettime() can be void, use TIMESPEC_TO_TIMEVAL
7 years ago
event.h
Switched min_heap to size_t to prevent integer overflows.
7 years ago
event_tagging.c
Fix whitespace errors in libevent. OK nicm@
11 years ago
evsignal.h
Remove the #ifdef HAVE_SIGACTION from libevent. The struct evsignal_info does not change, so no library crank. OK nicm@ deraadt@
11 years ago
evutil.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
evutil.h
Whoops, EVUTIL_SET_SOCKET_ERROR went missing.
16 years ago
kqueue.c
Fixed integer overflow with an excessively large amount of events.
7 years ago
log.c
Libraries should not print to stderr, ok tedu beck deraadt
10 years ago
log.h
Update libevent to 1.4.13.
16 years ago
min_heap.h
Switched min_heap to size_t to prevent integer overflows.
7 years ago
poll.c
Remove NULL pointer checks before calls to free(). OK bluhm@ nicm@
9 years ago
select.c
Remove NULL pointer checks before calls to free(). OK bluhm@ nicm@
9 years ago
shlib_version
add helper functions to use asr with libevent.
12 years ago
signal.c
Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream. - Avoid deadlock when activating signals. Fixes bug 3048812. Based on patch by Nicholas Marriott. The deadlock was ultimately fixed in a different way (by disabling reinit - see event.c r1.25). Add it now for consistency but without the Windows compatibility code. Convert the fnctl() calls to SOCK_CLOEXEC | SOCK_NONBLOCK to simplify the code. OK nicm@
11 years ago