]> granicus.if.org Git - libevent/shortlog
libevent
2013-12-19 Joakim SoderbergAdded EVENT__ENABLE_GCC_WARNINGS, turns all warnings...
2013-12-19 Joakim SoderbergOnly look for ZLib when it is used (if tests are included).
2013-12-19 Joakim SoderbergFix the "make verify" target on NetBSD
2013-12-17 Joakim SoderbergAdd a "make verify_coverage" target generation coverage...
2013-12-17 Joakim SoderbergGet rid of unknown pragma warnings.
2013-12-17 Joakim SoderbergMinimum required python version is 2.4.
2013-12-17 Joakim SoderbergChange the BSD license from 4 to 3-clause.
2013-12-17 Joakim SöderbergAdded a test for testing if kqueue works with pipes.
2013-12-17 Joakim SöderbergFix kqueue support.
2013-12-17 Joakim SöderbergGet rid of deprecation warnings for OpenSSL on OSX...
2013-12-16 Joakim SoderbergFix the make "verify" target on Windows.
2013-12-16 Joakim SoderbergAdded a "make verify" target.
2013-12-16 Joakim SoderbergOnly test the event backends available on the system.
2013-12-16 Joakim SoderbergDon't segfault on no found event backend.
2013-12-16 Joakim SoderbergFix bench_cascade program on Windows.
2013-12-16 Joakim SoderbergOnly include WIN32 getopt where it is used.
2013-12-16 Joakim SoderbergAdd copyright and licensing files for CMake modules.
2013-12-16 Joakim SoderbergUse evutil_closesocket instead.
2013-12-13 Joakim SoderbergAdded some GCC specific options.
2013-12-13 Joakim SoderbergLink libm on unix platforms.
2013-12-13 Joakim SoderbergGenerate a dummy evconfig-private.h so things build...
2013-12-12 Joakim SoderbergMore work on adding tests to CMake project
2013-12-12 Joakim SoderbergAdd all tests and benchmarks to CMake project.
2013-12-09 Joakim SoderbergInitial CMake commit.
2013-12-09 Joakim SoderbergFix non-C89 variable declaration.
2013-12-06 Nick MathewsonRename flush_outdated_host_addresses to clear_host_addr...
2013-12-06 Nick MathewsonMerge remote-tracking branch 'origin/pr/86'
2013-12-06 Kuldeep Guptabug fix for issues #293 evdns_base_load_hosts doesn...
2013-12-06 Kuldeep Guptabug fix for issues #293 evdns_base_load_hosts doesn...
2013-12-05 Nick Mathewsonstart writing a changelog for 2.1.4-(beta?)
2013-12-05 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-12-05 Nick Mathewsonupdate the 2.0 changelog
2013-11-21 Nick MathewsonTry another doxygen tweak
2013-11-21 Nick MathewsonSmall doxygen tweaks
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...
next