Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| eaa79cd4 | 2013-12-20 13:37:04 | Merge remote-tracking branch 'sourceforge/patches-2.0' into patches-2.0 Conflicts: include/event2/event.h | ||
| 8cd695bf | 2013-12-20 13:31:29 | Typo fixes from Linus Nordberg | ||
| cec62cb8 | 2013-12-20 13:31:29 | Typo fixes from Linus Nordberg | ||
| 031a8030 | 2013-12-16 12:02:21 | Clarify event_base_loop exit conditions | ||
| d44f91ad | 2013-08-13 10:59:20 | Finish a sentence | ||
| 2bbb5d76 | 2013-08-06 17:06:23 | Add evutil_secure_rng_set_urandom_device_file This experimental function is needed for some seccomp2 hackery to work, and should have no effect for systems that don't use it. | ||
| 6e496961 | 2013-06-10 10:38:12 | Document that arc4random is not a great cryptographic PRNG. | ||
| 773b0a5d | 2013-03-25 21:12:49 | Fix a typo in a comment in buffer.h. Spotted by Alt_F4 | ||
| 117e3273 | 2012-06-14 13:25:10 | Add GCC annotations so that the vsprintf functions get checked properly | ||
| d1a03b2f | 2012-04-03 18:31:08 | Backport: provide EVENT_LOG_* names, and deprecate _EVENT_LOG_* This is a partial backport of cb9da0bf and a backport of c9635349. Because C doesn't like us to declare identifiers starting with an underscore, Libevent 2.1 has renamed every such identifier. The only change that affects a public API is that the _EVENT_LOG_* macros have been renamed to start with EVENT_LOG instead. The old names are still present, but deprecated. I'm doing this backport because it represents the deprecation of a Libevent 2.0 interface, and folks should have the opportunity to write code that isn't deprecated and works with both 2.0 and 2.1. |