]> granicus.if.org Git - libevent/shortlog
libevent
2012-06-28 Nick MathewsonMerge branch '21_nonrecursive'
2012-06-28 Nick MathewsonMake all tests that hit the network disabled by default
2012-06-28 Nick MathewsonUpdate to latest tinytest (911b4f0349377)
2012-06-28 Nick MathewsonMake test_evutil_monotonic a little more tolerant
2012-06-28 Nick MathewsonMake th_base_lock nonrecursive
2012-06-28 Nick MathewsonMerge branch 'master' of ssh://github.com/libevent...
2012-06-28 Nick Mathewsonremove a now-unused var in thread_deferred_cb_skew...
2012-06-28 Nick MathewsonMerge branch '21_event_callback_v3'
2012-06-25 Nick MathewsonAvoid a resource leak on error in http client benchmark
2012-06-25 Nick MathewsonSimplify and correct evutil_open_closeonexec_
2012-06-18 Dave HartAvoid giving a spurious warning when timerfd support...
2012-06-08 Nick MathewsonMake the Makefile.nmake warning slightly less dire
2012-06-08 Nick MathewsonAdd evutil_time.obj to Makefile.nmake
2012-06-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-06-06 Nick MathewsonMerge pull request #57 from rosslagerwall/memleak
2012-06-06 Ross LagerwallFix a couple of memory leaks (found with Valgrind).
2012-06-04 Nick MathewsonMerge pull request #56 from rosslagerwall/fix-comment
2012-06-03 Ross LagerwallFix a comment in test-fdleak after 077c7e949.
2012-06-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-06-01 Sebastian HahnCorrectly check for arc4random_buf
2012-05-31 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-05-31 Greg Hazelcheck for arc4random_buf at runtime, on OS X
2012-05-21 Nick MathewsonMerge pull request #54 from rosslagerwall/configure-dup
2012-05-14 Nick MathewsonMake it more clear that NOLOCK means "I promise, no...
2012-05-14 Nick MathewsonAdd caveat to docs about bufferevent_free() with data...
2012-05-14 Nick MathewsonBe more clear that LEV_OPT_DEFERRED_ACCEPT has tricky...
2012-05-12 Ross LagerwallRemove unnecessary code in configure.in.
2012-05-09 Nick MathewsonAdd an event_base_loopcontinue() to tell libevent to...
2012-05-09 Nick MathewsonRestore our priority-inversion-prevention code with...
2012-05-09 Nick MathewsonGive event_base_process_active a single exit path
2012-05-09 Nick MathewsonMake event_base_getnpriorities work with old "implicit...
2012-05-09 Nick MathewsonAdd a bufferevent_get_priority() function
2012-05-09 Nick MathewsonNew event_get_priority() function to return an event...
2012-05-09 Nick MathewsonReplace more deferred_cb names with event_callback
2012-05-09 Nick MathewsonReplace deferred_cbs with event_callback-based implemen...
2012-05-09 Nick Mathewsonevent_base_assert_ok: check value of event_active_count...
2012-05-09 Nick MathewsonAdd "active later" event_callbacks to supersede deferred
2012-05-09 Nick MathewsonRemove the unused bits from EVLIST_ALL
2012-05-09 Nick MathewsonRefactor the callback part of an event into its own...
2012-05-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-05-03 Nick MathewsonBump version to 2.0.19-stable-dev
2012-05-03 Nick MathewsonIncrement version to 2.0.19-stable release-2.0.19-stable
2012-05-03 Nick MathewsonMerge remote-tracking branch 'github/patches-2.0'
2012-05-03 Nick MathewsonOops; fix the *right* windows compile issue
2012-05-03 Nick MathewsonFix win32 build issues: sleep, pid_t
2012-05-02 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-05-02 Nick MathewsonStart changelog for 2.0.19-stable
2012-05-02 Nick MathewsonFix evdns build with threads disabled
2012-05-01 Nick MathewsonWhen retransmitting a timed-out DNS request, pick a...
2012-05-01 Nick MathewsonMake some evdns.c debug logs more verbose
2012-05-01 Nick Mathewsondns-example.c can now take a resolv.conf file on the...
2012-05-01 Nick MathewsonCorrectly handle running on a system where accept4...
2012-05-01 Nick MathewsonMerge branch '21_robust_monotonic'
2012-05-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-05-01 Nick MathewsonMerge remote-tracking branch 'github/20_active_prio_inv...
2012-05-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-05-01 Nick MathewsonWork-around a stupid gcov-breaking bug in OSX 10.6
2012-05-01 Mark EllzeyFixed potential double-readcb execution with openssl...
2012-04-30 Nick MathewsonIf a higher-priority event becomes active, don't contin...
2012-04-27 Zack WeinbergGenerate event-config.h with a single sed script
2012-04-27 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-04-27 Zack WeinbergGenerate event-config.h with a single sed script
2012-04-26 Nick MathewsonWhen PRECISE_TIMERS is set with epoll, use timerfd...
2012-04-26 Nick MathewsonImprove the monotonic-time unit test: make it check...
2012-04-26 Nick MathewsonSimple unit tests for monotonic timers
2012-04-26 Nick MathewsonImplement fast/precise monotonic clocks on Windows
2012-04-26 Nick MathewsonAdd EVENT_PRECISE_TIMER environment var for selecting...
2012-04-26 Nick MathewsonRefactor monotonic timer handling into a new type and...
2012-04-20 Nick MathewsonSplit out time-related prototypes into time-internal.h
2012-04-20 Nick MathewsonSplit out time-related evutil functions into a new...
2012-04-20 Nick MathewsonSplit long lists in Makefile.am into one-item-per-line
2012-04-20 Nick MathewsonShave 700 msec off the persistent_timeout_jump test
2012-04-20 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-04-20 Nick MathewsonMerge branch '20_periodic_event_overload_v2' into patch...
2012-04-19 Nick MathewsonIf time has jumped so we'd reschedule a periodic event...
2012-04-19 Nick MathewsonRefactor event_persist_closure: raise and extract some...
2012-04-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-04-19 Nick MathewsonMerge pull request #52 from ghazel/20_evdns_probe
2012-04-19 Greg Hazelremove redundant DNS_ERR_CANCEL check, move comment
2012-04-19 Greg Hazelcancel the probe request when the server is freed,...
2012-04-18 Nick MathewsonNote that make_base_notifiable should not be necessary
2012-04-17 Nick MathewsonMerge branch '21_choose_monotonic'
2012-04-17 Nick MathewsonImplement a GetTickCount-based monotonic timer for...
2012-04-17 Nick MathewsonOn Linux, use CLOCK_MONOTONIC_COARSE by default
2012-04-17 Nick MathewsonEVENT_BASE_FLAG_PRECISE_TIMER indicates we want fine...
2012-04-17 Nick MathewsonMove use_monotonic and friends into event_base
2012-04-12 Nick MathewsonWork-around a stupid gcov-breaking bug in OSX 10.6
2012-04-11 Nick MathewsonReplace pipe-based notification with EVFILT_USER where...
2012-04-09 Nick MathewsonMerge remote-tracking branch 'github/21_mach_time'
2012-04-09 Nick MathewsonDo not track use_monotonic field when is no monotonic...
2012-04-09 Nick MathewsonUse mach_absolute_time() for monotonic clock support...
2012-04-09 Nick MathewsonMerge pull request #50 from rosslagerwall/simplify...
2012-04-09 Nick MathewsonMerge branch '21_weakrand'
2012-04-09 Nick MathewsonTweak the new evutil_weakrand_() code
2012-04-09 Nicholas MarriottChange evutil_weakrand_() to avoid platform random()
2012-04-07 Ross LagerwallSimplify test.sh code significantly.
2012-04-04 Nick MathewsonIncrement the version to 2.1.1-alpha-dev
2012-04-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0' release-2.1.1-alpha
2012-04-03 Nick MathewsonBackport: provide EVENT_LOG_* names, and deprecate...
2012-04-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
next