]> granicus.if.org Git - libevent/shortlog
libevent
2012-08-02 Nick MathewsonAdd deferred_cb_skew to list of timing-dependent tests
2012-08-02 Nick MathewsonAvoid unused-var warning on systems with clock_gettime...
2012-08-02 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-08-02 Nick MathewsonAdd explicit AC_PROG_SED to configure.in so all autocon...
2012-08-02 Nick MathewsonFix an unused variable warning on *BSD.
2012-07-31 Nick MathewsonMerge remote-tracking branch 'ppelleti/windows-ssl'
2012-07-30 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-07-30 Greg HazelAvoid segfault on weird timeout during name lookup.
2012-07-26 Nick MathewsonExtract common error-handling code in evconnlistener_ne...
2012-07-26 Nick MathewsonAvoid double-free on error in evbuffer_add_file. Found...
2012-07-26 Nick MathewsonCheck return value when using LEV_OPT_DEFERRED_ACCEPT...
2012-07-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-07-26 Nick MathewsonCheck more setsockopt return values when binding socket...
2012-07-26 Nick Mathewsonmemset sockaddr_in before using it. Found by coverity.
2012-07-26 Nick MathewsonMove assignment outside tt_assert in ssl unit tests...
2012-07-26 Nick MathewsonAdd checks to various return values in unit tests....
2012-07-26 Nick MathewsonAvoid possible needless call to writev. Found by coverity.
2012-07-26 Nick MathewsonRemove unused variable; spotted by coverity
2012-07-26 Nick MathewsonFix a shadowed variable in addfile_test_readcb; found...
2012-07-26 Nick MathewsonAvoid memory leak in test_event_calloc unit test; found...
2012-07-26 Nick MathewsonAdd checks for functions in test-ratelim.c; found by...
2012-07-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-07-26 Nick MathewsonAvoid more crashes/bad calls in unit tests; found by...
2012-07-26 Nick MathewsonAdd some missing null checks to unit tests; found by...
2012-07-26 Nick MathewsonFix resource leaks in the unit tests; found by coverity
2012-07-26 Nick MathewsonFix various check-after-dereference issues in unit...
2012-07-25 Nick MathewsonSet umask before calling mkstemp in unit tests. Found...
2012-07-25 Nick MathewsonFix another possible uninitialized read in dns regressi...
2012-07-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-07-25 Nick MathewsonFix possible uninitialized read in dns regression tests...
2012-07-25 Nick MathewsonRemove deadcode in http regression tests. Found by...
2012-07-23 Nick MathewsonAdd process.h include to evutil.c for _getpid
2012-07-20 Nick MathewsonFix tinytset_skip to work with new tinytest_set_flag_...
2012-07-20 Nick MathewsonFix compile error in win32 listener.c
2012-07-17 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-07-17 Nick MathewsonFix a memory leak on error in evhttp_uriencode
2012-07-16 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-07-16 Nick MathewsonWin32: avoid crash when waiting forever on zero fds.
2012-07-11 Patrick PelletierAdditional comments about OPENSSL_DIR variable, prompte...
2012-07-04 Patrick Pelletierattempt to support OpenSSL in Makefile.nmake
2012-06-29 Nick MathewsonMake load-dependent monotonic timer tests off-by-default
2012-06-29 Nick MathewsonAvoid (unlikely) overflow in bench_httpclient.c
2012-06-29 Nick MathewsonCheck return value of write() in regress.c
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-14 Simon LiuMake event_pending() threadsafe.
2012-06-14 Nick MathewsonAdd GCC annotations so that the vsprintf functions...
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 pull request #57 from rosslagerwall/memleak
2012-06-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
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...
next