Nick Mathewson
|
a2d4a06298
|
r15228@tombo: nickm | 2008-04-17 15:27:39 -0400
Use new includes in evport.c and devpoll.c. I do not have the hardware to compile these on; somebody else should test them.
svn:r720
|
2008-04-17 19:27:54 +00:00 |
|
Niels Provos
|
ca42671a14
|
make event methods static so that they are not exported; from Andrei Nigmatulin
svn:r692
|
2008-03-29 01:45:45 +00:00 |
|
Niels Provos
|
f38aec8bb7
|
devpoll and evport need reinit; tested by W.C.A. Wijngaards
svn:r633
|
2008-02-12 06:01:46 +00:00 |
|
Niels Provos
|
fbe24f43ab
|
remove obsoleted recalc code
svn:r581
|
2007-12-09 05:07:20 +00:00 |
|
Nick Mathewson
|
7eb250e9c5
|
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
|
2007-11-25 17:14:19 +00:00 |
|
Niels Provos
|
2026b21598
|
remove last vestiges of RBTREE
svn:r470
|
2007-11-03 23:53:49 +00:00 |
|
Niels Provos
|
3ad6b47e03
|
make clock_monotonic work; do not use default timeout;
from Scott Lamb, plus some fixes from me.
svn:r371
|
2007-07-30 22:41:00 +00:00 |
|
Niels Provos
|
aa5c806888
|
make it compile on solaris; from Andrei Nigmatulin
svn:r366
|
2007-06-16 03:23:15 +00:00 |
|
Niels Provos
|
41b7cbc381
|
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
|
2007-03-10 06:37:53 +00:00 |
|
Niels Provos
|
b5d2f9a255
|
rolling back r339: evconfig.h does not work
svn:r341
|
2007-03-01 06:25:18 +00:00 |
|
Niels Provos
|
8d94bd03eb
|
signal fixes from scott lamb
svn:r340
|
2007-02-28 04:29:18 +00:00 |
|
Niels Provos
|
127c260bb7
|
make evconfig.h available as installed header file; not
really ideal but good enough for me; from Nick Mathewson
svn:r339
|
2007-02-28 04:02:29 +00:00 |
|
Niels Provos
|
f0ecf50727
|
need to report one less file descriptor to solaris then the limit; reported
by Dave Pacheco
svn:r215
|
2006-07-15 02:39:31 +00:00 |
|
Niels Provos
|
2e8051f593
|
introduce a way to free the base from Nick Mathewson <nickm@freehaven.net>
svn:r210
|
2006-03-28 04:40:54 +00:00 |
|
Niels Provos
|
d85d47f8ca
|
devpoll improvements from Andrew Danforth <adanforth@gmail.com>
svn:r137
|
2005-03-29 07:16:52 +00:00 |
|
Niels Provos
|
fbdaf3ab62
|
debugging callbacks from Nick Mathewson <nickm@freehaven.net>
svn:r136
|
2005-03-29 07:03:10 +00:00 |
|
Niels Provos
|
3ba224dbd5
|
fixes for threaded operations from Andrew Danforth
svn:r129
|
2005-01-03 18:58:40 +00:00 |
|
Niels Provos
|
8773c4c96c
|
make libevent thread-safe; first cut
svn:r122
|
2004-11-25 09:50:18 +00:00 |
|
Niels Provos
|
96a25ae6a2
|
when converting usec to msec round up; so that libevent does not spin until
the time conversion has caught up; from Aaron Hopkins <aaron at die.net>
svn:r121
|
2004-09-19 22:38:34 +00:00 |
|
Niels Provos
|
6d4bafd03c
|
work around a bug in Solaris by using pwrite instead of write; reported by
michael.wookey at citrix.com.au
svn:r118
|
2004-08-10 17:49:53 +00:00 |
|
Niels Provos
|
5de7f4eea5
|
devpoll support. weeh
svn:r116
|
2004-07-30 05:04:36 +00:00 |
|