]> granicus.if.org Git - libevent/shortlog
libevent
2012-11-15 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-11-15 Nick MathewsonWarn when openssl version in unit test mismatches compi...
2012-11-15 Nick MathewsonFix renegotiation test to work around openssl 1.0.1 bug
2012-11-15 Nick MathewsonUse the same CFLAGS for openssl when building unit...
2012-11-06 Nick MathewsonClean up unit test for evbuffer_file_segment_add_cleanu...
2012-11-06 yangacerAdd a new callback to get called on evbuffer_file_segme...
2012-11-02 Nick MathewsonMerge remote-tracking branch 'github/20_win64_compilati...
2012-11-02 Nick MathewsonFix compilation on mingw64 with -DUSE_DEBUG
2012-11-02 Nick MathewsonFix a few mingw64 incompatibilities introduced since 2.0
2012-11-01 Nick MathewsonMerge remote-tracking branch 'github/20_win64_compilati...
2012-11-01 Nick MathewsonFix some warnings found cross-compiling with mingw32
2012-11-01 Nick MathewsonCompile without warnings on mingw64
2012-11-01 Nick MathewsonMerge remote-tracking branch 'rosslagerwall/python2'
2012-10-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-10-26 Nick MathewsonMerge remote-tracking branch 'rosslagerwall/python2...
2012-10-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-10-26 Juan Pablo... Close IOCP listener socket on free when LEV_OPT_CLOSE_O...
2012-10-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-10-25 Nick MathewsonMerge remote-tracking branch 'public/20_bev_timeout_sem...
2012-10-23 Ross LagerwallUse python2 rather than python
2012-10-23 Ross LagerwallUse python2 rather than python
2012-09-22 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-09-22 Joachim BauchNo need to reserve space if reading is suspended.
2012-09-22 Joachim BauchStop looping in "consider_reading" if reading is suspended.
2012-09-13 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-09-13 George DanchevFIx another memleak on OOM in evdns
2012-09-13 George DanchevAvoid a memory-leak on OOM in evdns.
2012-09-10 Nick MathewsonAdd missing return value in event_base_foreach_event
2012-09-07 Nick MathewsonDon't discard SSL read event when timeout and read...
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
next