summaryrefslogtreecommitdiff
path: root/event.3
Commit message (Collapse)AuthorAgeFilesLines
* r14931@tombo: nickm | 2007-11-17 17:21:09 -0500Nick Mathewson2007-11-171-1/+16
| | | | | | | Patch from Scott Lamb: Implement event_{base_}loopbreak. Includes documentation and tests. From sf.net Feature Request 1826546. svn:r535
* r14930@tombo: nickm | 2007-11-17 17:01:14 -0500Nick Mathewson2007-11-171-2/+7
| | | | | | | documentation fix on loopexit and elsewhere from Scott Lamb. svn:r534
* split libevent into two extra libraries libevent_core and libevent_extraNiels Provos2007-11-031-1/+1
| | | | svn:r469
* r15922@catbus: nickm | 2007-10-18 13:48:46 -0400Nick Mathewson2007-10-181-81/+87
| | | | | | | Patch to event.3 from Christopher Lane. svn:r463
* provide evhttp_new and evhttp_bind_socket instead of evhttp_start;Niels Provos2007-08-191-4/+10
| | | | | | | | | using evhttp_new, it is possible to associate an event_base with the http server so that multi-threaded applications can have their own http server per thread; add appropriate testing. svn:r397
* man page fixes from todd millerNiels Provos2007-03-221-17/+28
| | | | svn:r352
* more the signal base into the event base; this removes global state and ↵Niels Provos2007-03-101-0/+3
| | | | | | | | | | makes signals work better with threading; from Wouter Wijngaards small fixes for kqueue and style by me svn:r351
* document that read and write callbacks may be NULL.Niels Provos2006-08-261-0/+2
| | | | svn:r228
* make a simple test for HTTP POST requestsNiels Provos2006-02-271-1/+29
| | | | svn:r205
* allow setting an event base for bufferevents; from phil olesonNiels Provos2006-02-031-5/+27
| | | | svn:r199
* improved manpage from Phil OlesonNiels Provos2006-01-211-5/+14
| | | | svn:r193
* event.3Niels Provos2005-09-201-49/+49
| | | | svn:r184
* type; from Alexander von GernlerNiels Provos2005-05-101-1/+1
| | | | svn:r163
* prototype addition; from Alexander von GernlerNiels Provos2005-04-261-1/+4
| | | | svn:r158
* fix typosNiels Provos2005-04-231-2/+2
| | | | svn:r150
* event_base_loop and some event logging fixes.Niels Provos2005-04-021-1/+9
| | | | svn:r140
* fixes for threaded operations from Andrew DanforthNiels Provos2005-01-031-0/+20
| | | | svn:r129
* documentation on thread safe eventsNiels Provos2004-12-011-1/+12
| | | | svn:r126
* support for event priorities; active events are scheduled into priority queues;Niels Provos2004-09-191-0/+31
| | | | | | | lower priorities get always processed before higher priorities svn:r120
* mention devpollNiels Provos2004-07-301-2/+2
| | | | svn:r117
* add a section about BUGSNiels Provos2004-04-041-1/+8
| | | | svn:r103
* add section about buffered eventsNiels Provos2004-04-041-0/+41
| | | | svn:r102
* add new functionsNiels Provos2004-04-041-1/+52
| | | | svn:r100
* support event_loopexit(); idea from marius; and fix event_once()Niels Provos2004-03-221-0/+8
| | | | svn:r94
* new event_once interface; start of buffering interface for buffered eventsNiels Provos2004-02-221-0/+17
| | | | svn:r93
* creditsNiels Provos2003-09-251-0/+4
| | | | svn:r78
* document environment variablesNiels Provos2003-04-091-2/+10
| | | | svn:r64
* grammar from jsyn@nthought.comNiels Provos2002-10-071-3/+3
| | | | svn:r36
* sync with openbsd; API change: timeout_ is now evtimer_Niels Provos2002-07-261-24/+25
| | | | svn:r29
* correct dateNiels Provos2002-04-161-1/+1
| | | | svn:r22
* describe signal_*Niels Provos2002-04-101-2/+41
| | | | svn:r19
* Initial revisionNiels Provos2002-04-091-0/+268
svn:r2