|
1c23e219
|
2007-11-17T22:21:42
|
|
r14931@tombo: nickm | 2007-11-17 17:21:09 -0500
Patch from Scott Lamb: Implement event_{base_}loopbreak. Includes documentation and tests. From sf.net Feature Request 1826546.
svn:r535
|
|
70248ca8
|
2007-11-17T22:21:33
|
|
r14930@tombo: nickm | 2007-11-17 17:01:14 -0500
documentation fix on loopexit and elsewhere from Scott Lamb.
svn:r534
|
|
88173102
|
2007-11-03T23:45:38
|
|
split libevent into two extra libraries libevent_core and libevent_extra
svn:r469
|
|
ccdc5990
|
2007-10-18T17:49:52
|
|
r15922@catbus: nickm | 2007-10-18 13:48:46 -0400
Patch to event.3 from Christopher Lane.
svn:r463
|
|
67947ce3
|
2007-08-19T02:41:23
|
|
provide evhttp_new and evhttp_bind_socket instead of evhttp_start;
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
|
|
f5aa65c9
|
2007-03-22T15:09:30
|
|
man page fixes from todd miller
svn:r352
|
|
41b7cbc3
|
2007-03-10T06:37:53
|
|
more the signal base into the event base; this removes global state and makes signals
work better with threading; from Wouter Wijngaards
small fixes for kqueue and style by me
svn:r351
|
|
b0b5e2c2
|
2006-08-26T04:34:43
|
|
document that read and write callbacks may be NULL.
svn:r228
|
|
38b33048
|
2006-02-27T02:27:37
|
|
make a simple test for HTTP POST requests
svn:r205
|
|
f296e633
|
2006-02-03T19:26:06
|
|
allow setting an event base for bufferevents; from phil oleson
svn:r199
|
|
3c74f06f
|
2006-01-21T03:04:31
|
|
improved manpage from Phil Oleson
svn:r193
|
|
11a40d47
|
2005-09-20T15:59:00
|
|
event.3
svn:r184
|
|
dc816fdc
|
2005-05-10T17:27:11
|
|
type; from Alexander von Gernler
svn:r163
|
|
15850135
|
2005-04-26T15:48:42
|
|
prototype addition; from Alexander von Gernler
svn:r158
|
|
bca504e4
|
2005-04-23T02:38:30
|
|
fix typos
svn:r150
|
|
720f7fcc
|
2005-04-02T08:43:55
|
|
event_base_loop and some event logging fixes.
svn:r140
|
|
3ba224db
|
2005-01-03T18:58:40
|
|
fixes for threaded operations from Andrew Danforth
svn:r129
|
|
cacd8398
|
2004-12-01T20:10:16
|
|
documentation on thread safe events
svn:r126
|
|
fa6c304d
|
2004-09-19T21:08:09
|
|
support for event priorities; active events are scheduled into priority queues;
lower priorities get always processed before higher priorities
svn:r120
|
|
60216e8b
|
2004-07-30T05:15:59
|
|
mention devpoll
svn:r117
|
|
24ffe1cb
|
2004-04-04T04:04:16
|
|
add a section about BUGS
svn:r103
|
|
8f2e1f6d
|
2004-04-04T03:59:22
|
|
add section about buffered events
svn:r102
|
|
3772ec8e
|
2004-04-04T02:19:52
|
|
add new functions
svn:r100
|
|
cd699abf
|
2004-03-22T21:46:45
|
|
support event_loopexit(); idea from marius; and fix event_once()
svn:r94
|
|
ec2c1db4
|
2004-02-22T21:17:23
|
|
new event_once interface; start of buffering interface for buffered events
svn:r93
|
|
e0216ed7
|
2003-09-25T03:28:43
|
|
credits
svn:r78
|
|
30eff294
|
2003-04-09T18:16:07
|
|
document environment variables
svn:r64
|
|
ac44ddda
|
2002-10-07T17:56:25
|
|
grammar from jsyn@nthought.com
svn:r36
|
|
5f865858
|
2002-07-26T14:45:50
|
|
sync with openbsd; API change: timeout_ is now evtimer_
svn:r29
|
|
dcf6cbe4
|
2002-04-16T14:09:21
|
|
correct date
svn:r22
|
|
06630e31
|
2002-04-10T02:20:26
|
|
describe signal_*
svn:r19
|
|
aa6567fe
|
2002-04-09T15:14:06
|
|
Initial revision
svn:r2
|