]> granicus.if.org Git - libevent/shortlog
libevent
2012-01-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2012-01-09 Nick MathewsonMake evconnlistener work around bug in older Linux...
2012-01-09 Nick MathewsonRemove bogus casts of socket to int before calling...
2011-12-14 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-12-14 Arno BakkerBackport evhttp_connection_get_bufferevent to Libevent 2.0
2011-12-08 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-12-08 Nick MathewsonSlightly clarify evbuffer_peek documentation
2011-12-08 Zack WeinbergFix behavior of evbuffer_peek(buf,-1,NULL,NULL,0)
2011-12-08 Nick MathewsonRemove some accidentally-committed debugging code
2011-12-08 Nick Mathewsonwhitespace fixes
2011-12-08 Nick MathewsonMerge remote-tracking branch 'fancycode/buffer_references'
2011-12-08 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-12-08 Mike Frysingercheck for sysctl before we use it
2011-12-07 Nick MathewsonSplit up extra-long AC_CHECK_FUNCS/HEADERS lines in...
2011-12-07 Nick MathewsonMerge branch '21_ifaddr'
2011-12-07 Nick MathewsonUse getifaddrs to detect our interfaces if possible
2011-12-07 Joachim BauchChanged use of refcounts to make sure referenced chains...
2011-12-07 Nick MathewsonAdd evbuffer_copyout_from to copy data from the middle...
2011-12-07 Nick MathewsonBypass event_add when using event_base_once() for a...
2011-12-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-12-06 Colin WattFix a silly compilation error with the sun compiler
2011-12-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-12-05 Nick MathewsonBe absolutely sure to clear pncalls before leaving...
2011-12-02 Nick Mathewsonfix windows compilation issues with new file segment...
2011-11-24 Nick MathewsonFix two issues in the allow_dirty_shutdown code.
2011-11-24 Nick MathewsonTweak allow_dirty_shutdown documentation
2011-11-24 Catalin PatuleaAllow users to set allow_dirty_shutdown
2011-11-24 Catalin Patuleabev_ssl: Be more specific in event callbacks. evhttp...
2011-11-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-11-18 Nick MathewsonIncrement version to 2.0.16-stable-dev
2011-11-18 Nick MathewsonIncrement version to 2.0.16-stable release-2.0.16-stable
2011-11-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-11-18 Nick MathewsonRevise 2.0.16-stable changelog
2011-11-18 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-11-17 Nick Mathewsonadd comment to new consider_reading code
2011-11-17 Mark EllzeyAvoid spinning on OpenSSL reads
2011-11-17 Nick MathewsonMove SSL rate-limit enforcement into bytes_to_read()
2011-11-17 Mark EllzeyRefactor amount-to-read calculations in buffervent_ssl...
2011-11-15 Nick MathewsonRevert "Avoid potential SSL read spinlocks"
2011-11-15 Nick MathewsonRevert "openssl bufferevent has the same issue with...
2011-11-15 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-11-15 Nick MathewsonAdd new entries to changelog, new credits to README
2011-11-15 Nick MathewsonFix DNS memleak checks when running with malloc-replace...
2011-11-14 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-11-14 Nick MathewsonDon't try to make notifiable event_base when no threadi...
2011-11-14 Nick MathewsonWarn when unable to construct base because of failing...
2011-11-14 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-11-14 Mark Ellzeyopenssl bufferevent has the same issue with writing...
2011-11-14 Mark EllzeyAvoid potential SSL read spinlocks
2011-11-14 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-11-14 Nick Mathewsonunit tests for EVBUFFER_EOL_NUL
2011-11-14 Andrea MontefuscoNew EVBUFFER_EOL_NUL to read NUL-terminated strings...
2011-11-11 Nick MathewsonTweaks, fixups, and comments on evbuffer_add_iovec
2011-11-11 Mark EllzeyAdded evbuffer_add_iovec and unit tests.
2011-11-09 Gisle VanemImprove win32 behavior of dns-sample.c codex
2011-11-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-11-03 Mansour MoufidFix typo in whatsnew-2.0.txt
2011-11-03 Nick MathewsonMerge remote-tracking branch 'github/20_evbuffer_remove...
2011-11-03 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-11-03 Nick MathewsonUse the free-trailing-chains function in evbuffer_inser...
2011-11-03 Nick MathewsonFix an evbuffer crash in evbuffer_remove_buffer()
2011-11-03 Greg Hazelimprove test to remove at least one buffer from src
2011-11-02 Greg Hazelunit test for remove_buffer bug
2011-10-31 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-31 Nick MathewsonFix compile warning from saying event2/*.h inside a...
2011-10-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-26 Jamie Ilesepoll: close fd on alloc fail at initialization
2011-10-26 Samy Al Bahraevhttp: Add evhttp_foreach_bound_socket.
2011-10-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2011-10-24 Nick MathewsonUpdate copyright dates to 2011.
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-17 Joachim Bauchfixed typo
2011-10-17 Joachim Bauchadded comments to describe refcounting of multicase...
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'
next