]> granicus.if.org Git - libevent/shortlog
libevent
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
2013-04-26 Nick MathewsonClarify an important point about event_base_foreach_event()
2013-04-26 Nick MathewsonFix a bug in the new main/event_foreach test
2013-04-26 Nick MathewsonMore unit tests for initializing common timeouts.
2013-04-26 Nick MathewsonA test for event_get_assignment()
2013-04-26 Nick MathewsonUnit tests for event_base_gettimeofday_cached() and...
2013-04-26 Nick MathewsonNew tests for event_base_foreach_event()
2013-04-26 Nick MathewsonNew test for active_later->active transition on event_a...
2013-04-26 Nick MathewsonMerge branch '21_deadlock_fix_v2'
2013-04-26 Nick MathewsonRemove a no-longer-true XXXX comment.
2013-04-26 Nick MathewsonMake the event_finalize* functions return an error...
2013-04-26 Nick MathewsonMore documentation for finalization feature
2013-04-26 Nick MathewsonRemove bufferevent_del_generic_timeout_cbs as now unused
2013-04-26 Nick MathewsonAlways run pending finalizers when event_base_free...
2013-04-26 Nick MathewsonUse finalization feature so bufferevents can avoid...
2013-04-26 Nick MathewsonAdd some verbose notes to bufferevent unit tests
2013-04-26 Nick MathewsonImplement event_finalize() and related functions to...
2013-04-26 Nick MathewsonMake all tests pass under EVENT_DEBUG_MODE=1
2013-04-25 Nick MathewsonMerge branch '21_http_error_cb_squashed'
2013-04-25 Azat KhuzhinDrop extra header http_struct.h from regress_http.c
2013-04-25 Azat KhuzhinAdd test for EVREQ_HTTP_REQUEST_CANCEL into http_cancel...
2013-04-25 Azat KhuzhinAdd new error_cb for actual reporting of HTTP request...
2013-04-25 Nick MathewsonFix another warning introduced in 0c6ec5d8
2013-04-25 Nick MathewsonFix a warning introduced in 0c6ec5d8
2013-04-25 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-04-25 Nick MathewsonMerge remote-tracking branch 'origin/pr/36' into patche...
2013-04-25 Nick MathewsonMerge branch '21_evdns_disable_when_inactive'
2013-04-25 Azat Khuzhinevdns: New flag to make evdns not prevent the event...
2013-04-24 Nick Mathewsonevent_base_update_cache_time should be a no-op if the...
2013-04-10 Nick MathewsonAdd a test with an active_later event at event_base_fre...
2013-04-10 Nick MathewsonAnother tweak to https-client.c
2013-04-10 Nick MathewsonRemove http_struct.h usage in sample/https-client.c
2013-04-05 Nick MathewsonAdd an environment variable (EVENT_DEBUG_MODE) to run...
2013-04-01 Nick MathewsonMerge branch '21_empty_strlcpy'
2013-03-31 Nick MathewsonDo not build strlcpy.c when it will have no code.
2013-03-29 Nick MathewsonMerge pull request #75 from altf4/master
2013-03-29 Dan PetroSpecify return behavior in header for evbuffer_pullup...
2013-03-28 Nick MathewsonMerge pull request #47 from ppelleti/https
2013-03-26 Nick MathewsonMerge remote-tracking branch 'origin/patches-2.0'
2013-03-26 Nick MathewsonFix a typo in a comment in buffer.h. Spotted by Alt_F4
2013-03-15 Nick Mathewsonbuild test/test-script.sh on systems with a less-featur...
next