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_4_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] compat/        
[DIR] sample/        
[DIR] test/        
[TXT] Makefile  1.20   18 years  brad   use clock_gettime if available. From claudio@ via libevent CVS ok claudio@
[TXT] buffer.c  1.13   17 years  millert   Two libevent fixes from the SVN repo: allow gotsig to terminate active event loo...
[TXT] evbuffer.c  1.9   17 years  brad   allow both read and write callbacks for bufferevents to be NULL. From Niels Pro...
[TXT] event-internal.h  1.3   19 years  brad   update to libevent 1.0c; keep local changes no shared lib so no ABI/API check i...
[TXT] event.3  1.28   17 years  brad   allow both read and write callbacks for bufferevents to be NULL. From Niels Pro...
[TXT] event.c  1.16   17 years  millert   Avoid double recacl when loop_once is used. From libevent SVN via brad@.
[TXT] event.h  1.17   17 years  millert   Add prototype for bufferevent_base_set(). From the libevent SVN repo, by Thorste...
[TXT] evsignal.h  1.2   20 years  brad   update to libevent 0.8; keep local changes ok markus@
[TXT] kqueue.c  1.21   17 years  brad   typo in kqueue delete. From Niels Provos via the libevent SVN repo, by Bert JW....
[TXT] log.c  1.4   19 years  brad   update to libevent 1.0d; keep local changes thanks to Alexander von Gernler for...
[TXT] log.h  1.3   19 years  brad   update to libevent 1.0c; keep local changes no shared lib so no ABI/API check i...
[TXT] poll.c  1.13   17 years  brad   fail without leaking memory when poll set extension fails. From Niels Provos vi...
[TXT] select.c  1.12   18 years  brad   introduce a way to free the base. From libevent CVS
[TXT] shlib_version  1.4   18 years  brad   introduce a way to free the base. From libevent CVS
[TXT] signal.c  1.10   18 years  deraadt   make write-end of signal socketpair non-blocking. every signal received writes 1...