summaryrefslogtreecommitdiffstats
path: root/lib/libevent/event.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix typos; while here, improve spacing in comments.sobrado2011-07-071-3/+3
* Hide the timeout_* macros under an EVENT_DEPRECATED ifdef. These namesnicm2010-05-311-1/+11
* Clean up the awful _EVENT_* poo in the libevent headers, and don'tnicm2010-04-211-34/+4
* Update libevent to 1.4.13.nicm2010-04-211-59/+934
* - Use a const pointer for bufferevent_write.brad2008-05-021-3/+4
* Update to libevent 1.3e while retaining our local changes.brad2008-05-021-23/+22
* Update to libevent-1.3b while retaining our local changes. beck@ OKmillert2007-03-191-6/+64
* Add prototype for bufferevent_base_set().millert2007-02-131-1/+2
* Two libevent fixes from the SVN repo:millert2007-02-041-2/+2
* introduce a way to free the base.brad2006-03-301-1/+3
* another fix from art.brad2006-01-251-2/+2
* add evbuffer_add_vprintf interface from artur grabowskibrad2006-01-231-2/+5
* update to libevent 1.1a; keep local changesbrad2005-06-181-2/+2
* this is libevent 1.0ebrad2005-05-071-2/+2
* update to libevent 1.0d; keep local changesbrad2005-05-041-2/+3
* update to libevent 1.0c; keep local changesbrad2005-04-221-15/+44
* backout. not discussed, and very wrong. bad bradderaadt2005-04-191-44/+15
* update to libevent 1.0c; keep local changesbrad2005-04-191-15/+44
* remove timeout_*() again; ok brad@markus2004-06-201-7/+1
* update to libevent 0.8; keep local changesbrad2004-04-281-8/+103
* change timeout_ API to evtimer_ API; avoiding clashes with kernel includeprovos2002-07-121-11/+6
* undef the timeout_*(), this is still WRONG it does allow using both event.h and sys/timeout.h in the same source (which is a valid use for both), proper fix is to rename the timeout_*() api heremickey2002-06-251-1/+6
* rcsidsmickey2002-06-251-0/+2
* import libevent an event notification abstraction on top of select or kqueueprovos2002-06-151-0/+154