kc3-lang/libevent

Branch :


Log

Author Commit Date CI Message
8a9b0cdf 2012-05-03 12:33:36 Increment version to 2.0.19-stable
e06206eb 2012-05-03 12:15:11 Oops; fix the *right* windows compile issue
be7a0be8 2012-05-03 12:05:52 Fix win32 build issues: sleep, pid_t
cecb111b 2012-05-02 17:09:11 Start changelog for 2.0.19-stable
265e6779 2012-05-02 16:52:27 Fix evdns build with threads disabled The last evdns change apparently broke it, by using a "base" variable that we were only declaring with threads turned on.
3d9e52ac 2012-05-01 19:52:55 When retransmitting a timed-out DNS request, pick a fresh nameserver. Otherwise, requests initially sent to a failing nameserver would stay there indefinitely, even if other nameservers would work. Fix for sourceforge bug 3518439
d873d678 2012-05-01 19:52:49 Make some evdns.c debug logs more verbose
6610fa5a 2012-05-01 17:07:50 dns-example.c can now take a resolv.conf file on the commandline
30f06715 2012-04-30 21:45:43 Merge remote-tracking branch 'github/20_active_prio_inv' into patches-2.0
b3887cdf 2012-04-11 21:33:27 Work-around a stupid gcov-breaking bug in OSX 10.6 This only affects the unit tests. Fix found at http://rachelbythebay.com/w/2011/07/12/forkcrash/ (Backport from 2.1)