Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 9c151f3c | 2019-08-06 18:19:15 | Fix typos in comments (sample/test/event-internal.h) | ||
| 2e6a9850 | 2012-11-01 18:12:07 | Merge remote-tracking branch 'github/20_win64_compilation' into 21_win64_compilation Conflicts: event.c http.c sample/event-read-fifo.c test/regress_bufferevent.c | ||
| 041ca00c | 2011-07-12 12:25:41 | Add a new libevent_global_shutdown() to free all globals before exiting. Mark Ellzey added a function libevent_shutdown() which calls a set of private functions: * event_free_globals() * event_free_debug_globals() * event_free_debug_globals_locks() * event_free_evsig_globals() * evsig_free_globals() * evsig_free_globals_locks() * evutil_free_globals() * evutil_free_secure_rng_globals() * evutil_free_secure_rng_globals_lock() Nick tweaked this libevent global shutdown code: - rename the function to emphasize that it's for global resources - write more in the doxygen - make function brace style consistent - add a missing void in a function definition. | ||
| 24dab0b3 | 2012-03-19 14:39:06 | event-read-fifo: Use EV_PERSIST appropriately | ||
| a5b370a2 | 2012-03-19 19:18:46 | Rename event-test.c to event-read-fifo.c. Treat it as an example of reading from a named pipe, not an initial teaching tool. |