Nick Mathewson
|
bc6da5ea79
|
r19600@catbus: nickm | 2008-05-05 11:34:06 -0400
Move EV_* flags into event.h; they are a necessary part of the public API.
svn:r774
|
2008-05-05 15:45:39 +00:00 |
|
Nick Mathewson
|
d0c3644e63
|
r19599@catbus: nickm | 2008-05-05 11:26:18 -0400
Turn event_initialized() and friends into a function; add function equivalents for EVENT_FD and EVENT_SIGNAL.
svn:r773
|
2008-05-05 15:45:30 +00:00 |
|
Niels Provos
|
181007b9cf
|
make event_assign void; it cannot return an error
svn:r763
|
2008-05-03 22:14:44 +00:00 |
|
Niels Provos
|
1d30750b1d
|
support for periodic timeouts
svn:r762
|
2008-05-03 22:10:09 +00:00 |
|
Nick Mathewson
|
5fbc7f0aee
|
r15439@tombo: nickm | 2008-05-02 12:28:08 -0400
use event_assign internall; switch uses of event_set to use event_assign instead.
svn:r755
|
2008-05-02 16:28:25 +00:00 |
|
Nick Mathewson
|
94fb4d0a1e
|
r15317@tombo: nickm | 2008-04-24 21:17:49 -0400
Add new functions to be more threadsafe (and structure-ignorant) than event_set.
svn:r726
|
2008-04-25 01:18:18 +00:00 |
|
Nick Mathewson
|
963ae2cf42
|
r15212@tombo: nickm | 2008-04-16 17:01:21 -0400
Remove some needless includes
svn:r712
|
2008-04-16 21:01:31 +00:00 |
|
Nick Mathewson
|
0ac73078ed
|
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
|
2008-04-16 20:01:51 +00:00 |
|