kc3-lang/libevent

Branch :


Log

Author Commit Date CI Message
6f2337dd 2012-04-03 18:39:30 Merge remote-tracking branch 'origin/patches-2.0'
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.
3ef4b353 2012-04-03 17:27:07 Merge remote-tracking branch 'origin/patches-2.0'
88b4f0bb 2012-04-03 17:26:25 fix some typos in the 2.1 changelog
3faaad49 2012-04-03 17:26:12 Bump the version to Libevent 2.1.1-alpha
f775521c 2012-04-03 17:25:36 Fix the website URL in the readme
2dedff36 2012-04-03 16:50:54 Try to finalize changelog situation for 2.1.1-alpha
ba696dce 2012-04-03 16:35:36 Merge remote-tracking branch 'vm/21_fix_nmake_build'
2bb8f2dd 2012-04-03 16:35:26 Add pending names to the README; add more entries to the changelog
bcf52585 2012-04-03 16:24:18 Include ws2tcpip.h from util.h to get EAI_* definitions. This is necessary on msvc, to get the EVUTIL_EAI_* values defined properly