]> granicus.if.org Git - libevent/shortlog
libevent
2011-10-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-21 Abel MathewNew event_base_update_cache_time() to set cached_tv...
2011-10-20 Mansour MoufidAdd argument checks to some memory functions in `event.c'.
2011-10-20 Nick MathewsonAdd note about evhttp_send_reply_end to its doxygen
2011-10-20 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-20 Leonid EvdokimovMore detailed message in case of libevent self-debuggin...
2011-10-20 Nick MathewsonStyle and comment tweaks for dns/leak* tests
2011-10-20 Leonid EvdokimovTest for commit aff6ba1
2011-10-20 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-20 Leonid EvdokimovEmpty DNS reply with OK status is another way to say...
2011-10-20 Leonid EvdokimovTests for 94fba5b and f72e8f6
2011-10-12 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-12 Nick MathewsonBump version to 2.0.15-stable-dev
2011-10-12 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-12 Nick MathewsonCredit a patch from a one-named user release-2.0.15-stable
2011-10-12 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-12 Nick MathewsonIncrement version to 2.0.15-stable
2011-10-12 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-12 Nick MathewsonAdd changelog for 2.0.15-stable
2011-10-11 Alexander Drozdovbufferevent: Add functions to set/get max_single_read...
2011-10-11 Nick MathewsonMake evbase_priority_init() and evbase_get_npriorities...
2011-10-11 Alexander DrozdovAdd event_base_get_npriorities() function.
2011-10-10 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-10 Greg Hazelrefer to non-deprecated evdns functions in comments
2011-10-06 Nick MathewsonMake evbuffer_file_segment_types adaptable
2011-10-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-06 Nick MathewsonMerge remote-tracking branch 'github/20_addfile_ssl...
2011-10-05 Nick MathewsonMerge branch '21_largefile_support'
2011-10-05 Nick MathewsonMerge branch '21_evloop_noexit'
2011-10-05 Nick MathewsonNew EVLOOP_NO_EXIT_ON_EMPTY option to keep looping...
2011-10-03 Alexander DrozdovAllow evconnlistener to be created in disabled state.
2011-10-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-03 Nick MathewsonFix some "value never used" warnings with gcc 4.6.1
2011-10-03 Nick MathewsonMake write-checking fixes use tt_fail_perror
2011-10-03 Mark EllzeyFixed compiler warnings for unchecked read/write calls.
2011-09-29 Nick MathewsonPrefer mmap to sendfile unless a DRAINS_TO_FD flag...
2011-09-28 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-09-28 Nick MathewsonMake evbuffer callbacks get the right n_added value...
2011-09-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-09-26 Nick MathewsonMerge branch '20_loopbreak_in_signal' into patches-2.0
2011-09-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-09-25 Nick MathewsonUse _SOURCES, not _sources, in sample/Makefile.am
2011-09-16 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-09-16 Sergey Avseyevle-proxy and regress depend on openssl directly
2011-09-12 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
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-12 Nick MathewsonBuild with large-file support on platforms where it...
2011-09-12 Nick MathewsonMerge branch '21_enable_debugging'
2011-09-12 Nick MathewsonClarify event_enable_debug_logging a little
2011-09-12 Nick MathewsonRemove calls to deprecated bufferevent functions from...
2011-09-12 Nick MathewsonAdd evhttp callback for bufferevent creation; this...
2011-09-12 Nick MathewsonMerge branch 'new_configure_options'
2011-09-12 Sebastian HahnImplement --enable-gcc-hardening configure option
2011-09-12 Sebastian HahnMake gcc warnings on by default, and --enable-gcc-warni...
2011-09-10 Nick MathewsonWhen a signal callback is activated to run multiple...
2011-09-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-09-01 Leonid EvdokimovDNS: add ttl for negative answers using RFC 2308 idea.
2011-08-31 Nick MathewsonMake --enable-verbose-debug option match its help text
2011-08-31 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
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-30 Zack WeinbergUse SIG_IGN instead of a do-nothing handler for signal...
2011-08-30 Zack WeinbergFix OSX build: $(OPENSSL_INCS) needs to be after $...
2011-08-29 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
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 MathewsonMerge remote-tracking branch 'origin/patches-2.0'
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 Harlan StennWe need AM_CPPFLAGS when compiling bufferevent_openssl.c
2011-08-28 Harlan StennUse pkg-config (if available) to handle OpenSSL.
2011-08-28 Harlan StennProvide the autoconf m4 macros for the new OpenSSL...
2011-08-28 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
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 MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-08-24 Nick MathewsonMake rate limiting work with common_timeout logic
2011-08-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
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 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-08-18 Dave HartTry to fix 'make distcheck' errors when building out...
2011-08-18 Nick MathewsonMake the priority inversion code use gettime(), not...
2011-08-18 Nick MathewsonMake max_dispatch_interval able to apply only to low...
2011-08-18 Alexander DrozdovOptimization in event_process_active(): ignore maxcb...
2011-08-18 Nick MathewsonMake sure max_dispatch_callbacks is never negative
2011-08-18 Nick MathewsonAdd event_config function to limit time/callbacks betwe...
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 Nick MathewsonMerge remote-tracking branch 'ellzey/debug_timer_add_usec'
2011-08-15 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
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.
next