]> granicus.if.org Git - libevent/shortlog
libevent
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-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-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...
2012-03-23 Nick MathewsonMore coverage on reinsert_timeout tests
2012-03-23 Nick MathewsonMake test-dumpevents build on Linux
2012-03-23 Nick MathewsonFix a nasty bug in event_queue_reinsert_timeout()
2012-03-23 Nick MathewsonAdd a unit test for event_base_dump_events()
2012-03-23 Nick Mathewsonevent_base_dump_events: Report active events tersely...
2012-03-23 Nick MathewsonFix compilation of evutil_rand on osx
2012-03-23 Nick MathewsonMerge pull request #47 from rosslagerwall/patch-1
2012-03-23 Ross LagerwallFix typo in whatsnew-2.1.txt
2012-03-22 Nick MathewsonUse libevent_global_shutdown() to clean up in unit...
2012-03-22 Nick MathewsonDistribute whatsnew-2.1.txt.
2012-03-22 Nick MathewsonFix another bug from rebase of libevent_global_shutdown...
2012-03-22 Nick MathewsonWrite a first draft of whatsnew-2.1.txt
2012-03-22 Nick MathewsonTweak changelog for 2.1 even more
2012-03-22 Nick MathewsonAdd more things to the 2.1 changelog
2012-03-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-03-22 Nick MathewsonAdd an empty changelog section for 2.0.19-stable
2012-03-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-03-22 Nick MathewsonBump version to 2.0.18-stable-dev
2012-03-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-03-22 Nick MathewsonBump version to 2.0.18-stable release-2.0.18-stable
2012-03-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-03-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-03-22 Nick MathewsonAdd credits to README
2012-03-22 Nick MathewsonChangelog for libevent 2.0.18-stable
2012-03-22 Nick MathewsonMerge branch 'global_shutdown_rebased_v2'
2012-03-22 Mark EllzeyAdd a new libevent_global_shutdown() to free all global...
2012-03-19 Nick Mathewsonevent-read-fifo: Use EV_PERSIST appropriately
2012-03-19 Ross LagerwallRename event-test.c to event-read-fifo.c.
2012-03-18 Ross LagerwallOn Unix, remove event.fifo left by sample/event-test.c.
2012-03-15 Ross LagerwallFix up sample/event-test.c to use newer interfaces...
next