Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d5ca0763 | 2009-05-02 16:23:29 | Move event_set() and friends to event2/event_compat.h. These functions are deprecated in favor of event_assign(). svn:r1267 | ||
| b85b710c | 2009-01-27 22:34:36 | 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 | ||
| bdbd5e0e | 2009-01-26 17:09:37 | For every deprecated function, explain why it is deprecated and what you should call instead. svn:r1052 | ||
| d776f846 | 2008-12-23 22:23:37 | deprecate the usage of signal_{add,del,set} and name it evsignal_{add,del,set} instead; move the old definitions to compat svn:r973 | ||
| 8b66f1bd | 2008-05-17 02:14:17 | constify struct timeval * svn:r836 | ||
| 6bf1ca78 | 2008-05-12 00:40:04 | 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 | ||
| 85ed7133 | 2008-05-08 07:00:16 | deprecate timeout_* event functions by moving them to event_compat.h svn:r791 | ||
| 963ae2cf | 2008-04-16 21:01:31 | r15212@tombo: nickm | 2008-04-16 17:01:21 -0400 Remove some needless includes svn:r712 | ||
| 0ac73078 | 2008-04-16 20: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 |