]> granicus.if.org Git - libevent/shortlog
libevent
2011-09-16 Sergey Avseyevle-proxy and regress depend on openssl directly
2011-09-12 Leonid EvdokimovAdd DNS_ERR_NODATA error code to handle empty replies.
2011-09-12 Leonid EvdokimovFix docstring in dns.h
2011-09-01 Leonid EvdokimovDNS: add ttl for negative answers using RFC 2308 idea.
2011-08-31 Nick MathewsonIncrement version to 2.0.14-stable-dev
2011-08-31 Nick MathewsonCredit new contributors for 2.0.14-stable release-2.0.14-stable
2011-08-31 Nick MathewsonPick a release date for the changelog
2011-08-31 Nick MathewsonBump version to 2.0.14-stable
2011-08-29 Joachim Bauchclear read watermark on underlying bufferevent when...
2011-08-29 Nick MathewsonCheckpoint changelog entries for 2.0.14-stable
2011-08-28 Nick MathewsonCorrectly terminate IO on an async bufferevent on buffe...
2011-08-28 Nick MathewsonHave test-ratelim.c support IOCP
2011-08-28 Nick MathewsonMake IOCP rate-limiting group support stricter and...
2011-08-28 Nick MathewsonSupport negative arguments to _bufferevent_decrement_...
2011-08-28 Nick MathewsonCleanup on 7c11e51e1ab: fix strtol usage
2011-08-28 Nick MathewsonCleanup on 7c11e51e1ab: restore c90 declaration compliance
2011-08-28 Harlan StennClean up some problems identified by Coverity.
2011-08-24 Nick MathewsonMake rate limiting work with common_timeout logic
2011-08-18 Nick MathewsonMerge branch '20_iocp_fixes' into patches-2.0
2011-08-18 Nick MathewsonMake overlapped reads result in evbuffer callbacks...
2011-08-18 Nick MathewsonIOCP: don't launch reads or writes on an unconnected...
2011-08-18 Dave HartTry to fix 'make distcheck' errors when building out...
2011-08-18 Nick MathewsonMerge branch '20_low_ratelim' into patches-2.0
2011-08-15 Michael HerfSolaris sendfile: correctly detect amount of data sent
2011-08-15 Leonid EvdokimovFix request_finished memory leak with debugging turned on.
2011-08-15 Leonid EvdokimovFix evsig_dealloc memory leak with debugging turned on.
2011-08-15 Leonid EvdokimovAnother docstring fix.
2011-08-11 Nick MathewsonFix handling of group rate limits under 64 bytes of...
2011-08-10 Sebastian HahnIgnore deprecation warnings on OS X
2011-08-09 Mitchell LivingstonAllow OS-neutral builds for platforms where some versio...
2011-08-03 Joachim BauchPropagate errors on the underlying bufferevent to the...
2011-08-01 Nick MathewsonFix typo in event_compat.h comments.
2011-07-19 Nick MathewsonBump version to 2.0.13-stable-dev
2011-07-18 Nick MathewsonBump version to 2.0.13-dev release-2.0.13-stable
2011-07-18 Nick Mathewsonacks and changelog for 2.0.13-stable
2011-07-18 Nick MathewsonGive Makefile.am echo a non-null argument. msys likes...
2011-07-18 Nick MathewsonFix a warning in evutil_rand when building with threads...
2011-07-15 Nick MathewsonUse AM_CPPFLAGS in sample/Makefile.am, not AM_CFLAGS
2011-07-05 Nick MathewsonAdd doxygen to .gitignore
2011-07-05 Nick MathewsonFix up test_evutil_snprintf
2011-07-05 Nick MathewsonMerge remote-tracking branch 'github/20_size_fmt' into...
2011-07-05 Nick MathewsonMerge branch 'doxygen' into patches-2.0
2011-07-05 Nick MathewsonUpdate Doxyfile to produce more useful output
2011-07-05 Nick MathewsonRevise the event/evbuffer/bufferevent doxygen for clari...
2011-07-05 Nick MathewsonFix select.c compilation on systems with no NFDBITS
2011-07-04 Nick MathewsonMerge remote-tracking branch 'github/20_global_locks_in...
2011-07-04 Mark EllzeySpeed up invoke_callbacks on evbuffers when there are...
2011-07-04 Joachim BauchFix bug in SSL bufferevents backed by a bev with a...
2011-07-03 Nicholas MarriottFix a few warnings on OpenBSD
2011-06-22 Nick MathewsonFix AIX build issue with TAILQ_FOREACH definition
2011-06-21 Harlan StennDon't install event_rpcgen.py when --disable-libevent...
2011-06-16 Nick MathewsonMerge branch '20_kqueue_badf' into patches-2.0
2011-06-14 Nick MathewsonDon't break when building tests from git without python...
2011-06-11 Nick MathewsonSimplify windows commandname logic in tinytest
2011-06-11 Ed DayFix tinytest invocation from windows shell
2011-06-08 Nick MathewsonUse the correct printf args when formatting size_t
2011-06-08 Mansour MoufidCheck if the `evhttp_new_object' function in `http...
2011-06-08 Nick MathewsonReport kqueue ebadf, epipe, and eperm as EV_READ events
2011-06-08 Nick MathewsonReplace an assertion for event_base_free(NULL) with...
2011-06-08 Nick MathewsonAdd some missing checks for mm_calloc failures
2011-06-06 Nick MathewsonFix incorrect results from evbuffer_search_eol(EOL_LF)
2011-06-05 Nick MathewsonBump version to 2.0.12-stable-dev
2011-06-05 Nick MathewsonMerge branch 'patches-2.0' of ssh://levent.git.sourcefo...
2011-06-05 Nick Mathewsontweak date on changelog
2011-06-04 Nick MathewsonMerge branch 'patches-2.0' of ssh://levent.git.sourcefo...
2011-06-03 Nick MathewsonChangelog and new credits for 2.0.12-stable release-2.0.12-stable
2011-06-03 Nick MathewsonBump version to 2.0.12-stable. Not release just yet
2011-06-03 Nick MathewsonFix regress_ssl.c build on openbsd
2011-06-01 Nick MathewsonAvoid a segfault when all methods are disabled or broken
2011-06-01 Nick Mathewsoncygwin: make it possible to build DLLs
2011-05-30 Nick MathewsonMerge branch '20_select_nfds' into patches-2.0
2011-05-30 Nick MathewsonFix a fencepost bug in the select backend
2011-05-28 Nick MathewsonMake the new http_connect_fail_test use a multicast...
2011-05-28 Peter RosinInitializeCriticalSectionAndSpinCount requires _WIN32_W...
2011-05-27 Nick MathewsonFix a couple of signed/unsigned warnings in http.c
2011-05-27 Nick MathewsonDisable main/many_events_slow_add with evport backend
2011-05-26 Nick MathewsonFix compilation.
2011-05-26 Nick MathewsonMerge branch 'intcmp_overflow_fixes' into patches-2.0
2011-05-26 Mark Ellzeyupdated EV_S(s)IZE definitions
2011-05-26 Mark EllzeyAdded overflow checks in evhttp_read_body and evhttp_ge...
2011-05-26 Mark EllzeyAdded several checks for under/overflow conditions...
2011-05-26 Sebastian HahnAlways use evutil_snprintf, even if OS provides it
2011-05-25 Peter RosinUse evutil_gettimeofday instead of relying on the syste...
2011-05-25 Peter RosinFix winsock2.h #include issues with MSVC
2011-05-25 Peter RosinMake sure TINYTEST_LOCAL is defined when building tinyt...
2011-05-25 Peter Rosinunistd.h and sys/time.h might not exist.
2011-05-25 Peter RosinMSVC does not provide S_ISDIR, so provide it manually.
2011-05-25 Peter RosinBring in the compile script from automake, if needed.
2011-05-25 Peter RosinMake the tests build when OpenSSL is not available.
2011-05-25 Peter RosinLink with -lshell32 and -ladvapi32 on Win32.
2011-05-25 Nick MathewsonFix new warnings from GCC 4.6
2011-05-23 Mansour MoufidPrevent size_t overflow in evhttp_htmlescape.
2011-05-23 Nick MathewsonFix a bug that prevented us from configuring IPv6 names...
2011-05-23 Kevin KoTest case for 0848814ac49616
2011-05-21 Kevin KoFix failing assertion introducd in commit 0d6622e
2011-05-20 Dave HartFix compilation with GCC 2, which had no __builtin_expect
2011-05-06 Sebastian HahnFix a compile warning with zlib 1.2.4 and 1.2.5
2011-05-06 Sebastian HahnCorrectly detect openssl on windows
2011-05-06 Sebastian HahnMove the win32 detection in configure.in
2011-05-06 Sebastian HahnUse OPENSSL_LIBS in Makefile.am
next