index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libevent
Age
Commit message (
Expand
)
Author
2015-12-25
revert change to call kevent immediately.
Ted Unangst
2015-12-16
change the kqueue backend to call kevent() as events are added instead
Ted Unangst
2015-12-11
Libraries should not print to stderr, ok tedu beck deraadt
Nicholas Marriott
2015-11-10
update NAME section to include all documented functions,
Jason McIntyre
2015-04-14
Another couple of commas in the wrong place, ok jmc
Nicholas Marriott
2015-04-14
Remove an extra comma pointed out by jmc@.
Nicholas Marriott
2015-04-14
Reorder prototypes to better match manpage layout and add some missing
Nicholas Marriott
2015-02-05
Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
Todd C. Miller
2015-01-06
Backout revision 1.37. Setting ev->ev_pncalls to NULL results in
Alexander Bluhm
2015-01-06
Apply commit e0e6958aa074a7714cd7c4aa779a1dfede3a03b1 from upstream.
Alexander Bluhm
2015-01-06
Apply commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec from upstream.
Alexander Bluhm
2015-01-05
Fix CVE-2014-6272 in Libevent 1.4 from upstream:
Alexander Bluhm
2014-11-21
libraries shouldnt print to stderr when things dont go their way.
David Gwynne
2014-11-21
evbuffer_read will return 0 one an end of file condition.
David Gwynne
2014-11-20
zap some stray commas;
Jason McIntyre
2014-11-20
add evbuffer_expand to NAME;
Jason McIntyre
2014-11-20
put MLINKS in the order they appear in the man page, so i don;t go blind
Jason McIntyre
2014-11-20
document the only macro i find useful when working with evbuffers.
David Gwynne
2014-11-20
might help to Xr evbuffer_new 3
David Gwynne
2014-11-20
im not good at grammar things.
David Gwynne
2014-11-20
use .Va to say errno is a variable.
David Gwynne
2014-11-19
fix erroneous capitalisation of a word in the middle of a sentence.
David Gwynne
2014-11-19
less worse escapes for \ from ingo. im sure there's a much nicer way to
David Gwynne
2014-11-19
use .In to specify includes.
David Gwynne
2014-11-19
ingo also points out we're documenting things that work with
David Gwynne
2014-11-19
ingo points out
David Gwynne
2014-11-19
i got sick of having to read the source code to know what the
David Gwynne
2014-11-19
BUGS is no longer relevant, according to nicm;
Jason McIntyre
2014-10-31
Libevent has compatibilty wrappers in evutil. OpenBSD does not use
Alexander Bluhm
2014-10-31
Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.
Alexander Bluhm
2014-10-30
Fix whitespace errors in libevent.
Alexander Bluhm
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
[next]