Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 232055ef | 2012-09-07 09:58:24 | Tweak patch for event_base_foreach_event() * Fix whitespace * Explain return value from callback function * Reinstate return value so that caller can tell whether forech exited early. * Rename event_base_foreach_event_() to event_base_foreach_event_nolock_(). * Use event_base_foreach_event_cb_fn typedef in more places * Be more dire about undefined behavior. | ||
| 84fd6d75 | 2012-09-07 09:47:50 | Expose event_base_foreach_event() as a public API. | ||
| 6cdfeebe | 2012-08-28 16:01:14 | Rename subordinate Makefile.ams to include.am | ||
| 7092f3b6 | 2012-08-28 15:58:18 | Switch to non-recursive makefiles This approach should let Make work better, let libevent build faster (especially when using a parallelized build), and basically make the Makefiles easier to maintain. See http://miller.emu.id.au/pmiller/books/rmch/ for more info on why you'd want to do this. This is due to an idea from Zack Weinberg; the patch is my own. | ||
| 07e132e3 | 2012-08-23 10:46:29 | Rename event_enable_lock_debuging() to ..._debugging() Keep the misspelled version around for backward compatibility Based on a patch by Diwaker Gupta. | ||
| 6c14d564 | 2012-07-16 15:44:07 | Merge remote-tracking branch 'origin/patches-2.0' Conflicts: event.c win32select.c | ||
| 8a739b34 | 2012-06-28 11:36:52 | Merge branch '21_event_callback_v3' | ||
| 117e3273 | 2012-06-14 13:25:10 | Add GCC annotations so that the vsprintf functions get checked properly | ||
| 9444524f | 2012-05-14 11:10:51 | Make it more clear that NOLOCK means "I promise, no multithreading" | ||
| 6fab9eef | 2012-05-14 10:58:01 | Add caveat to docs about bufferevent_free() with data in outbuf Based on libevent-users thread wtih Alexander Klauer |