]> granicus.if.org Git - libevent/shortlog
libevent
2014-04-10 Azat Khuzhinevdns: we don't need to add retry timer in transmit_to...
2014-04-09 Azat Khuzhinevdns: disable probing with EVDNS_BASE_DISABLE_WHEN_INA...
2013-11-01 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-11-01 Nick MathewsonAvoid redundant invocations of init_extension_functions...
2013-10-14 Nick MathewsonMerge branch 'pr_81'
2013-10-14 Azat Khuzhinregress_http: add tests for evhttp_connection_get_addr()
2013-10-14 Azat Khuzhinhttp: implement new evhttp_connection_get_addr() api.
2013-10-10 Nick MathewsonTweak indentation
2013-10-10 Nick MathewsonMerge remote-tracking branch 'origin/pr/79'
2013-10-02 Nick MathewsonMerge pull request #80 from azat/tests-add-event-debug...
2013-10-01 Azat Khuzhinregress_main: logging all if env EVENT_DEBUG_LOGGING_AL...
2013-09-30 Nicolas Martyanoffadd a http default content type option
2013-09-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-09-19 Nick MathewsonFix another arc4random_buf-related warning
2013-09-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-09-19 Nick MathewsonFix a compiler warning when checking for arc4random_buf...
2013-09-16 Nick MathewsonMerge remote-tracking branch 'rosslagerwall/tree-build'
2013-09-15 Ross Lagerwallrpcgen: Generate regress.gen.[c,h] in build rather...
2013-09-09 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-09-09 Nate RosenblumAvoid racy bufferevent activation
2013-09-04 maksqweFix reinit of fds with EV_WRITE but not EV_READ.
2013-08-19 Nick MathewsonCheck CLOCK_MONOTONIC_* at runtime if needed.
2013-08-19 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-19 Nick MathewsonMerge remote-tracking branch 'public/20_memclear' into...
2013-08-19 Nick MathewsonReally remove RNG seeds from the stack
2013-08-13 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-13 Nick MathewsonOops; revert testing code
2013-08-13 Nick MathewsonAvoid other RNG initialization FS reads when urandom...
2013-08-13 Nick MathewsonFinish a sentence
2013-08-13 Azat Khuzhinsample: drop uri_root from base_url in http-server.
2013-08-07 Nick MathewsonAdd an assertion for another of the complaints from...
2013-08-06 Nick Mathewsontest_evutil_rtrim: add another missing check.
2013-08-06 Nick MathewsonFinalize tests: add a missing check
2013-08-06 Nick MathewsonDNS tests: add a missing check
2013-08-06 Nick MathewsonFix some crash-on-fail cases in DNS regression tests
2013-08-06 Nick MathewsonAdd missing check to test_evbuffer_file_segment_add_cle...
2013-08-06 Nick MathewsonFix a logic error in test_evbuffer_freeze
2013-08-06 Nick MathewsonFix a (failure-only) null dereference in the unit tests
2013-08-06 Nick MathewsonUse void casts to suppress some "unchecked return value...
2013-08-06 Nick Mathewsonsample/le-proxy: Fail more gracefully if opening listen...
2013-08-06 Nick MathewsonFix an unlikely but possible error case for http connec...
2013-08-06 Nick MathewsonMove event_debug_note_teardown_ before mm_free.
2013-08-06 Nick MathewsonAdd some assertions to please coverity.
2013-08-06 Nick MathewsonFix compilation
2013-08-06 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-08-06 Nick MathewsonAdd evutil_secure_rng_set_urandom_device_file
2013-08-01 Nick MathewsonRemove an unreachable return statement in minheap-inter...
2013-08-01 Nick MathewsonAvoid leaking segment mappings when offset is not a...
2013-08-01 Maxime HenrionAdd checks for evhttp_connection_get_server() in unit...
2013-08-01 Maxime HenrionAdd evhttp_connection_get_server().
2013-07-30 Nick MathewsonMerge remote-tracking branch 'ellzey/bev_ratelimit_get_...
2013-07-29 Nick MathewsonAdd Maxime Henrion to README
2013-07-21 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-07-21 Frank Denislibevent/win32_dealloc() : fix sizeof(pointer) vs sizeo...
2013-07-11 Mark EllzeyPass and return const for bufferevent_get_token_bucket_cfg
2013-07-11 Mark EllzeyAdd function to fetch underlying ratelimit cfg
2013-07-11 Nick MathewsonMerge pull request #69 from makotokato/clang
2013-07-10 Makoto KatoWe should return after arc4random_buf()
2013-07-09 Makoto KatoDon't use return since return type is void and build...
2013-07-02 Mobai ZhangAdded event_base_get_num_events()
2013-06-10 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-06-10 Nick MathewsonMerge remote-tracking branch 'public/pr/79' into patche...
2013-06-10 Nick MathewsonMerge branch '21_evdns_log_debug'
2013-06-10 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-06-10 Nick MathewsonDocument that arc4random is not a great cryptographic...
2013-06-10 Nick MathewsonWhen we seed from /proc/sys/kernel/random/uuid, count...
2013-05-29 Greg Hazelrestore the comment
2013-05-29 Azat KhuzhinFix SEGFAULT after evdns_base_resume if no nameservers...
2013-05-29 Nick MathewsonActually use the log facility for reporting evdns problems.
2013-05-29 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-05-29 Nick MathewsonUse windows vsnprintf fixup logic on all windows enviro...
2013-05-28 Nick MathewsonMerge remote-tracking branch 'origin/pr/62'
2013-05-28 Nick MathewsonRemove a debugging assert that should not have been...
2013-05-24 Maxime HenrionFix locking in bufferevent_get_options_().
2013-05-24 Maxime HenrionFix a double close() bug in evhttp when the underlying...
2013-05-20 Nick MathewsonAvoid redundant syscall if making a socket cloexec...
2013-05-20 Maxime HenrionAvoid redundant syscall to make a nonblocking socket...
2013-05-17 Maxime HenrionIf evsel->del() fails, don't leave the evmap in an...
2013-05-13 Azat KhuzhinFix dns/leak_resume_send_err test.
2013-05-13 Azat KhuzhinAdd tests for evdns_base_resume().
2013-05-13 Azat KhuzhinFix SEGFAULT after evdns_base_resume if no nameservers...
2013-05-12 Nick MathewsonWhoops. It is gdi.lib, not gdi32.lib. (github issue...
2013-05-11 Azat KhuzhinMissed lock acquire/release in event_base_cancel_single...
2013-05-11 Nick MathewsonFix test compilation with nmake: add the gdi.lib dependency
2013-05-07 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-05-07 Belobrov AndreyChecking request nameserver for NULL, before using it.
2013-05-02 Nick MathewsonBump version to 2.1.3-alpha-dev
2013-05-01 Nick MathewsonAdd regress_finalize to makefile.nmake release-2.1.3-alpha
2013-05-01 Nick MathewsonSet a release date
2013-05-01 Nick MathewsonMake http/connection_retry off-by-default
2013-05-01 Nick MathewsonFix a windows compilation regression
2013-05-01 Nick MathewsonFix a bug in fixing a bug in out-of-tree test-dumpevents
2013-04-30 Nick MathewsonMake regress_finalize work with malloc replacement...
2013-04-30 Nick MathewsonFix some out-of-tree build bugs
2013-04-30 Nick MathewsonIncremement version to 2.1.3-alpha
2013-04-30 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-04-30 Nick MathewsonAdd acknowledgements to readme
2013-04-30 Nick MathewsonStart editing the changelog for 2.1.3-alpha
2013-04-30 Nick MathewsonMark the finalize stuff as experiemental in case it...
2013-04-30 Nick MathewsonStart a changelog for Libevent 2.0.22-stable
next