Nick Mathewson
07e9e9b4b1
Parenthesize macro arguments more aggressively
2009-11-20 16:50:55 -05:00
Nick Mathewson
0b4ab12251
Spell-check the the headers
...
svn:r1320
2009-05-28 15:47:15 +00:00
Nick Mathewson
d5ca076379
Move event_set() and friends to event2/event_compat.h.
...
These functions are deprecated in favor of event_assign().
svn:r1267
2009-05-02 16:23:29 +00:00
Nick Mathewson
b85b710cf5
Update copyright statements to reflect the facts that:
...
a) this is 2009
b) niels and nick have been comaintainers for a while
c) saying "all rights reserved" when you then go on to explicitly
disclaim some rights is sheer cargo-cultism.
svn:r1065
2009-01-27 22:34:36 +00:00
Nick Mathewson
bdbd5e0e2f
For every deprecated function, explain why it is deprecated and what you should call instead.
...
svn:r1052
2009-01-26 17:09:37 +00:00
Niels Provos
d776f8462b
deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set} instead; move the old definitions to compat
...
svn:r973
2008-12-23 22:23:37 +00:00
Niels Provos
8b66f1bd4d
constify struct timeval *
...
svn:r836
2008-05-17 02:14:17 +00:00
Nick Mathewson
6bf1ca780c
r19675@catbus: nickm | 2008-05-11 20:39:39 -0400
...
Stop pretending that u_char and u_short are standard types that win32 is dumb not to have. In fact, u_char can really just be spelled out, and u_short was usually just a bad way of saying ev_uint16_t.
svn:r808
2008-05-12 00:40:04 +00:00
Niels Provos
85ed713343
deprecate timeout_* event functions by moving them to event_compat.h
...
svn:r791
2008-05-08 07:00:16 +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