]> granicus.if.org Git - libevent/shortlog
libevent
2012-09-10 Nick MathewsonAdd missing return value in event_base_foreach_event
2012-09-07 Nick MathewsonTweak patch for event_base_foreach_event()
2012-09-07 Roman PulsExpose event_base_foreach_event() as a public API.
2012-09-04 Nick MathewsonMerge pull request #61 from rosslagerwall/rename-configure
2012-09-03 Joachim BauchPrevent reference leak of bufferevent if getaddrinfo...
2012-09-03 Ross LagerwallRename configure.in to configure.ac.
2012-08-28 Nick MathewsonWe now require automake 1.9 or later. Modernize!
2012-08-28 Nick MathewsonFix handling of no-python case for nonrecursive make
2012-08-28 Nick MathewsonBe quiet when making regress.gen.[ch]
2012-08-28 Nick MathewsonNew --quiet option for event_rpcgen.py
2012-08-28 Nick MathewsonMake quiet build even quieter
2012-08-28 Nick MathewsonRename subordinate Makefile.ams to include.am
2012-08-28 Nick MathewsonSwitch to non-recursive makefiles
2012-08-28 Nick MathewsonEnable silent build rules by default. Override with V=1
2012-08-28 Nick MathewsonUse newer syntax for autoconf/automake init
2012-08-24 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-08-24 Nick MathewsonIncrement version to 2.0.20-stable-dev
2012-08-23 Nick MathewsonUpdate ChangeLog-2.0
2012-08-23 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-08-23 Nick MathewsonAdd a date to the changelog release-2.0.20-stable
2012-08-23 Nick MathewsonIncrement version to 2.0.20-stable
2012-08-23 Nick MathewsonInitial changelog and credits for 2.0.20
2012-08-23 Nick MathewsonAdd missing implementation for event_enable_debug_logging
2012-08-23 Nick MathewsonRename event_enable_lock_debuging() to ..._debugging()
2012-08-23 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-08-22 Nick MathewsonCorrectly invoke callbacks when a SSL bufferevent reads...
2012-08-02 Nick MathewsonAvoid test -e; older shs don't have one.
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...
next