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
2011-07-07
fix typos; while here, improve spacing in comments.
Igor Sobrado
2010-08-30
Fix from upstream to make all backends reinit on event_reinit(). This
Nicholas Marriott
2010-07-17
add missing header needed by event_warn()
Charles Longeau
2010-07-12
Update to 1.4.14b.
Nicholas Marriott
2010-05-31
Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These names
Nicholas Marriott
2010-04-22
tweak previous; ok nicm
Jason McIntyre
2010-04-22
Whoops, EVUTIL_SET_SOCKET_ERROR went missing.
Nicholas Marriott
2010-04-21
Clean up the awful _EVENT_* poo in the libevent headers, and don't
Nicholas Marriott
2010-04-21
Update libevent to 1.4.13.
Nicholas Marriott
2010-01-10
Fix evsignal_del()'s use of sigaction(): fill in a sigaction struct
Philip Guenthe
2009-11-12
change back to preferring kqueue, now that nicm, tedu and i have
Theo de Raadt
2009-10-30
stop using kqueue.
Theo de Raadt
2009-10-13
In evbuffer_readline, do not lose data upon malloc failure. From mainstream:
Jacek Masiulaniec
2008-05-02
- Use a const pointer for bufferevent_write.
Brad Smith
2008-05-02
- Increment MAX_ADDRS in evdns so as to be quite large.
Brad Smith
2008-05-02
Makefile: sort MLINKS and add event_base_once.3
Jason McIntyre
2008-05-02
Update to libevent 1.3e while retaining our local changes.
Brad Smith
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-06-04
Remove evhttp leftover, okay millert@
Pedro Martelletto
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-03-26
do not doc the http parts
Theo de Raadt
2007-03-26
do not ship the http parts for now; ok millert
Theo de Raadt
2007-03-22
nicer MLINKS chunk
Theo de Raadt
2007-03-21
Add missing const
Todd C. Miller
2007-03-21
event_init() and event_dispatch() take void. Add commented out
Todd C. Miller
2007-03-21
fix a formatting issue found by reyk;
Jason McIntyre
2007-03-21
Use arc4random() to generate random IDs. In the future we
Todd C. Miller
2007-03-21
Document event_base_free(). OK jmc@
Todd C. Miller
2007-03-19
+.Xr evdns 3 ,
Jason McIntyre
2007-03-19
further cleanup;
Jason McIntyre
2007-03-19
add MLINKS for evdns_err_to_string() and evdns_nameserver_add();
Jason McIntyre
2007-03-19
clean up this page;
Jason McIntyre
2007-03-19
provide MLINKS for evhttp_start() and evhttp_free();
Jason McIntyre
2007-03-19
tweaks;
Jason McIntyre
2007-03-19
Update to libevent-1.3b while retaining our local changes. beck@ OK
Todd C. Miller
2007-02-13
Avoid double recacl when loop_once is used.
Todd C. Miller
2007-02-13
Add prototype for bufferevent_base_set().
Todd C. Miller
2007-02-04
Two libevent fixes from the SVN repo:
Todd C. Miller
2006-12-21
'tranfer' -> 'transfer' in comments.
Kenneth R Westerback
2006-11-26
fix a potential problem in multiple handling of va_list; use va_copy instead.
Brad Smith
2006-11-26
fail without leaking memory when poll set extension fails.
Brad Smith
2006-11-26
allow both read and write callbacks for bufferevents to be NULL.
Brad Smith
2006-11-05
typo in kqueue delete.
Brad Smith
2006-11-05
fix a potential memory leak in event_once().
Brad Smith
2006-10-21
bufferevent_write() return code misdocumented; ok jmc
Theo de Raadt
2006-03-30
introduce a way to free the base.
Brad Smith
2006-03-28
use clock_gettime if available.
Brad Smith
2006-03-23
new sentence, new line;
Jason McIntyre
2006-03-18
- limit the amount of data bufferevents are going to consume to something
Brad Smith
2006-02-09
typo
Brad Smith
[next]