summaryrefslogtreecommitdiff
path: root/event.3
Commit message (Expand)AuthorAgeFilesLines
* r14931@tombo: nickm | 2007-11-17 17:21:09 -0500Nick Mathewson2007-11-171-1/+16
* r14930@tombo: nickm | 2007-11-17 17:01:14 -0500Nick Mathewson2007-11-171-2/+7
* split libevent into two extra libraries libevent_core and libevent_extraNiels Provos2007-11-031-1/+1
* r15922@catbus: nickm | 2007-10-18 13:48:46 -0400Nick Mathewson2007-10-181-81/+87
* provide evhttp_new and evhttp_bind_socket instead of evhttp_start;Niels Provos2007-08-191-4/+10
* man page fixes from todd millerNiels Provos2007-03-221-17/+28
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-0/+3
* document that read and write callbacks may be NULL.Niels Provos2006-08-261-0/+2
* make a simple test for HTTP POST requestsNiels Provos2006-02-271-1/+29
* allow setting an event base for bufferevents; from phil olesonNiels Provos2006-02-031-5/+27
* improved manpage from Phil OlesonNiels Provos2006-01-211-5/+14
* event.3Niels Provos2005-09-201-49/+49
* type; from Alexander von GernlerNiels Provos2005-05-101-1/+1
* prototype addition; from Alexander von GernlerNiels Provos2005-04-261-1/+4
* fix typosNiels Provos2005-04-231-2/+2
* event_base_loop and some event logging fixes.Niels Provos2005-04-021-1/+9
* fixes for threaded operations from Andrew DanforthNiels Provos2005-01-031-0/+20
* documentation on thread safe eventsNiels Provos2004-12-011-1/+12
* support for event priorities; active events are scheduled into priority queues;Niels Provos2004-09-191-0/+31
* mention devpollNiels Provos2004-07-301-2/+2
* add a section about BUGSNiels Provos2004-04-041-1/+8
* add section about buffered eventsNiels Provos2004-04-041-0/+41
* add new functionsNiels Provos2004-04-041-1/+52
* support event_loopexit(); idea from marius; and fix event_once()Niels Provos2004-03-221-0/+8
* new event_once interface; start of buffering interface for buffered eventsNiels Provos2004-02-221-0/+17
* creditsNiels Provos2003-09-251-0/+4
* document environment variablesNiels Provos2003-04-091-2/+10
* grammar from jsyn@nthought.comNiels Provos2002-10-071-3/+3
* sync with openbsd; API change: timeout_ is now evtimer_Niels Provos2002-07-261-24/+25
* correct dateNiels Provos2002-04-161-1/+1
* describe signal_*Niels Provos2002-04-101-2/+41
* Initial revisionNiels Provos2002-04-091-0/+268