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
jcs
24 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
spelling fixes; from paul tagliamonte ok nicm
3 years ago
evbuffer.c
Fix whitespace errors in libevent. OK nicm@
11 years ago
evbuffer_new.3
The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
10 months ago
event-internal.h
Remove #ifndef HAVE_TAILQFOREACH containing a private tailq implementation. OK nicm@
11 years ago
event.3
The mdoc(7) .Ft macro does not need quoting of its arguments, but about 10% of our manual pages using this macro employed useless quoting anyway. Remove these quotes such that they do not incite fear, uncertainty, and doubt in developers who happen to look at these pages. jmc@ and tb@ agree with the direction.
10 months ago
event.c
spelling fixes; from paul tagliamonte ok nicm
3 years ago
event.h
Switched min_heap to size_t to prevent integer overflows.
7 years ago
event_base_loop.3
.Lb libevent in some WIP pages that are not yet installed
10 months ago
event_base_new.3
.Lb libevent in some WIP pages that are not yet installed
10 months ago
event_set.3
.Lb libevent in some WIP pages that are not yet installed
10 months ago
event_set_log_callback.3
.Lb libevent in some WIP pages that are not yet installed
10 months 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
In kq_del(), delete matching EV_ADD entries to prevent libevent from passing both EV_ADD and EV_DELETE for the same fd to kevent().
2 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