]> granicus.if.org Git - libevent/shortlog
libevent
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'
2012-04-03 Nick Mathewsonfix some typos in the 2.1 changelog
2012-04-03 Nick MathewsonBump the version to Libevent 2.1.1-alpha
2012-04-03 Nick MathewsonFix the website URL in the readme
2012-04-03 Nick MathewsonTry to finalize changelog situation for 2.1.1-alpha
2012-04-03 Nick MathewsonMerge remote-tracking branch 'vm/21_fix_nmake_build'
2012-04-03 Nick MathewsonAdd pending names to the README; add more entries to...
2012-04-03 Nick MathewsonInclude ws2tcpip.h from util.h to get EAI_* definitions.
2012-04-03 Nick MathewsonFix some compilation warnings with msvc
2012-04-03 Nick MathewsonOops; fix a merge conflict that got committed into...
2012-04-03 Nick MathewsonDecrease MAX_REQUESTS in test-fdleak
2012-04-03 Nick MathewsonInclude util-internal.h earlier in test-dumpevents...
2012-04-03 Nick MathewsonFix compilation with mm-replacement disabled.
2012-04-03 Nick Mathewsonmake event_base_get_running_event build with threads...
2012-04-03 Nick MathewsonMake check-dumpevents work with out-of-tree builds
2012-04-03 Nick MathewsonMake check-dumpevents.py actually get included in the...
2012-04-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-04-03 Sebastian HahnConfigure with gcc older than 2.95
2012-04-02 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-04-02 Nick MathewsonMissing ) in bufferevent_ratelim.c comment. Found by...
2012-04-02 Nick MathewsonAdd missing ) to changelog; spotted by rransom
2012-04-02 Nick MathewsonAdd a missing name to the readme.
2012-04-01 Nick MathewsonMerge branch '21_http_test_timing'
2012-04-01 Nick MathewsonIncrease duration and tolerance on http/connection_retr...
2012-03-30 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-03-30 Nick MathewsonFix a compilation error with MSVC 2005 due to use of...
2012-03-27 Nick MathewsonTemporarily disable event_queue_reinsert_timeout
2012-03-26 Nick MathewsonMake libevent_global_shutdown() idempotent
2012-03-26 Nick MathewsonUpdates for whatsnew-2.1.txt
2012-03-26 Nick MathewsonMerge pull request #48 from rosslagerwall/py-version
2012-03-26 Ross LagerwallRequire at least Python 2.4 for check-dumpevents.py.
2012-03-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-03-25 Nick MathewsonFix a typo in the bufferevent documentation
2012-03-25 Nick MathewsonTest more bufferevent_ratelim features
2012-03-25 Nick MathewsonAdd event_base_get_running_event() to get the event...
next