Lines Matching refs:event2
150 o Fix compile warning from saying event2/*.h inside a comment (447b0ba)
391 o bufferevent-internal.h: Use the new event2/util.h header, not evutil.h (ef5e65a Evan Jones)
396 o tests: Use new event2 headers instead of old compatibility headers. (4f33209 Evan Jones)
470 o If not WIN32, include <sys/socket.h> in event2/util.h. (1cd45e5 Kevin Bowling)
615 o Make include/event2/event-config.h not included in source dist (a4af9be)
683 o Move event-config.h to include/event2 (ec347b9)
709 o Fix a pedantic gcc 4.4 warning in event2/event.h (276e7ee)
865 o Update time-test.c to use event2 (f4190bf)
888 o Add ev_[u]intptr_t to include/event2/util.h (1fa4c81)
892 …o Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types. (aba1fff) o Functions to v…
1060 … with system headers on HPUX, and its functionality has been subsumed by event2/util.h and util-in…
1096 o Move event_set() and its allies to event2/event_compat.h where they belong.
1120 …o Fix preamble of rpcgen-generated files to rely on event2 includes; based on work by jmansion; pa…
1127 …g the global namespace. The old method names are still available as macros in event2/tag_compat.h.
1226 o migrate the evhttp header to event2/ but accessors are still missing.