|
0ac73078
|
2008-04-16T20:01:51
|
|
r15193@tombo: nickm | 2008-04-16 16:00:35 -0400
Split event.h into several new headers in include/event2. event.h is now just a wrapper that includes all the subheaders.
svn:r711
|
|
ca42671a
|
2008-03-29T01:45:45
|
|
make event methods static so that they are not exported; from Andrei Nigmatulin
svn:r692
|
|
fbe24f43
|
2007-12-09T05:07:20
|
|
remove obsoleted recalc code
svn:r581
|
|
5f3e3159
|
2007-11-27T01:39:10
|
|
move EV_PERSIST handling out of the event backends
svn:r555
|
|
ce4ee418
|
2007-11-26T19:18:49
|
|
r16733@catbus: nickm | 2007-11-26 14:18:25 -0500
Add an --enable-gcc-warnings option (lifted from Tor) to the configure script. When provided, and when we are using GCC, we enable a bunch of extra GCC warnings in the compiler. Also, make the code all build happily with these warnings.
svn:r553
|
|
7eb250e9
|
2007-11-25T17:14:19
|
|
r14939@tombo: nickm | 2007-11-25 11:59:26 -0500
New function event_set_mem_functions to replace internal calls to malloc, free, etc with a user-supplied functions.
svn:r541
|
|
2026b215
|
2007-11-03T23:53:49
|
|
remove last vestiges of RBTREE
svn:r470
|
|
5e0ac7f2
|
2007-07-31T00:25:22
|
|
check for sys/select.h
svn:r377
|
|
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
|
|
b5d2f9a2
|
2007-03-01T06:25:18
|
|
rolling back r339: evconfig.h does not work
svn:r341
|
|
8d94bd03
|
2007-02-28T04:29:18
|
|
signal fixes from scott lamb
svn:r340
|
|
127c260b
|
2007-02-28T04:02:29
|
|
make evconfig.h available as installed header file; not
really ideal but good enough for me; from Nick Mathewson
svn:r339
|
|
2e8051f5
|
2006-03-28T04:40:54
|
|
introduce a way to free the base from Nick Mathewson <nickm@freehaven.net>
svn:r210
|
|
a32839c8
|
2006-03-28T04:17:51
|
|
some nit-picking from poul-henning kamp
svn:r208
|
|
7517ef2a
|
2006-03-28T04:16:14
|
|
some fixes from openbsd via brad
svn:r207
|
|
7a0c530b
|
2005-05-11T04:08:51
|
|
performance improvements of select handler by Nick Mathewson; I added
better recovery when memory allocation fails; something that needs to be
done for the poll improvements, too.
svn:r166
|
|
bc9b2487
|
2005-04-04T00:10:17
|
|
make it compile on solaris
svn:r142
|
|
fbdaf3ab
|
2005-03-29T07:03:10
|
|
debugging callbacks from Nick Mathewson <nickm@freehaven.net>
svn:r136
|
|
3ba224db
|
2005-01-03T18:58:40
|
|
fixes for threaded operations from Andrew Danforth
svn:r129
|
|
8773c4c9
|
2004-11-25T09:50:18
|
|
make libevent thread-safe; first cut
svn:r122
|
|
a78472da
|
2004-07-13T07:55:01
|
|
fix a bug for persistent events when using select()
svn:r108
|
|
c3f496c7
|
2003-10-04T23:27:26
|
|
minor corrections; change license to 3-clause BSD license
svn:r84
|
|
e506eaf7
|
2003-09-25T03:26:53
|
|
constify; some windows stuff by mike davis; fix a poll bug
svn:r77
|
|
cde7a352
|
2003-03-08T06:37:56
|
|
fix signal usage
svn:r45
|
|
01a932fe
|
2003-03-07T23:19:05
|
|
fix signal usage
svn:r41
|
|
e72dff13
|
2003-03-01T20:31:28
|
|
replace references to __FUNCTION__ with __func__
svn:r40
|
|
3c2916aa
|
2003-03-01T19:48:05
|
|
ifdef config.h
svn:r39
|
|
b5b585c1
|
2003-03-01T19:46:27
|
|
support disabling of event mechanisms via the environment; error out
if no event mechanism is available
svn:r38
|
|
b3d1c6a8
|
2003-02-28T22:38:30
|
|
support poll(2) and split out the signal handling
svn:r37
|
|
9d2401ff
|
2002-10-07T00:47:34
|
|
portability fixes from marius@umich.edu.
svn:r35
|
|
e0ca1ef2
|
2002-09-15T18:52:28
|
|
signal fixes from ericj@monkey.org via dugsong@monkey.org
svn:r32
|
|
5f865858
|
2002-07-26T14:45:50
|
|
sync with openbsd; API change: timeout_ is now evtimer_
svn:r29
|
|
3107493c
|
2002-05-20T21:51:53
|
|
signal fix from dugsong@monkey.org
svn:r25
|
|
59137c11
|
2002-04-10T03:15:19
|
|
deal correctly with deleting an event, now that we allow multiple callbacks
for signal delivery.
svn:r20
|
|
d10f85db
|
2002-04-10T02:10:47
|
|
signal support for kqueue; support of EV_PERSIST flag to event_set
svn:r18
|
|
b855bc55
|
2002-04-10T00:31:31
|
|
initial support for signals (only for select now) based on code from
Dug Song <dugsong@monkey.org>
svn:r17
|
|
aa6567fe
|
2002-04-09T15:14:06
|
|
Initial revision
svn:r2
|