]> granicus.if.org Git - libevent/shortlog
libevent
2015-12-14 Mark EllzeyMerge pull request #296 from lzmths/master
2015-12-14 Mark EllzeyMerge pull request #289 from mc-server/UnicodeErrMsgFix
2015-12-14 lzmthsRefactoring conditional directives that break parts...
2015-12-14 Mattes DFixed Unicode issue in error messages.
2015-11-27 Azat Khuzhinbe_sock: bufferevent_socket_connect_hostname(): make...
2015-11-25 Azat Khuzhinautotools: fix getservbyname() detection
2015-11-25 Azat Khuzhintest/dns: check exit code of evdns_getaddrinfo()
2015-11-25 Azat KhuzhinMerge branch 'evdns-fail-requests-v6'
2015-11-25 Azat Khuzhinevdns: evdns_base_free(): fix UAF of evdns_base with...
2015-11-25 Azat Khuzhintest/dns: cover evdns_getaddrinfo() and evdns_base_free...
2015-11-25 Azat Khuzhinevdns: evdns_base_free(): free requests before namservers
2015-11-25 Azat Khuzhintest/dns: cover @fail_requests for evdns_base_free()
2015-11-25 Azat Khuzhintest/dns: more graceful coverage of @fail_requests
2015-11-23 Azat Khuzhinsample/https-client: allow to change path to ca-certifi...
2015-11-23 Azat Khuzhinsample/https-client: check for ERR_remove_thread_state...
2015-11-19 Azat Khuzhinhttp: avoid epoll_ctl() on already closed fd (triggers...
2015-11-18 Azat Khuzhinhttp: install timeout for read too during connect for ssl
2015-11-18 Azat Khuzhintest/ssl: cover busy-loop (i.e. {read,write}-blocked...
2015-11-18 Azat Khuzhintest/http: write_during_read for https
2015-11-18 Azat Khuzhintest/http: connection_fail for https
2015-11-18 Azat Khuzhintest/http: stream_out for https
2015-11-18 Azat Khuzhinbe_openssl: don't call do_write() directly from outbuf_cb
2015-11-18 Azat Khuzhintest/http: chunk_out for https
2015-11-18 Azat Khuzhinepoll: introduce PRINT_CHANGES() macro to avoid copy...
2015-11-18 Azat Khuzhinsample/https-client: replace ERR_remove_state() by...
2015-11-18 Azat KhuzhinAdd missing <string.h> for openssl_hostname_validation...
2015-11-06 Azat KhuzhinMerge branch 'be-openssl-more-common-with-be-sock'
2015-11-06 Azat Khuzhintest/regress: fix ssl-less builds (need to make this...
2015-11-06 Azat Khuzhinbe_openssl: use bufferevent_enable() instead of buffere...
2015-11-06 Azat Khuzhinbe_sock: drop be_sock_add() macro (useless and debug...
2015-11-06 Azat Khuzhinbe: introduce bufferevent_generic_adj_existing_timeouts_()
2015-11-06 Azat Khuzhinbe_openssl: don't add events during bev creation (like...
2015-11-06 Azat Khuzhinbe: add_event: use evutil_timerisset()
2015-11-06 Azat KhuzhinMerge branch 'https-coverage-v6'
2015-11-06 Azat Khuzhintest/http: allow dirty shutdown for ssl to fix https_in...
2015-11-06 Azat Khuzhintest/http: https basic
2015-11-06 Azat Khuzhintest/http: incomplete{,_timeout} for https
2015-11-06 Azat Khuzhintest/http: add simplest test for http/https/https_dirty...
2015-11-06 Azat Khuzhintest/http: https: retry coverage
2015-11-06 Azat Khuzhintest/http: https server support (plus some helpers)
2015-11-06 Azat Khuzhintest/http: more sanity checks
2015-11-05 Azat Khuzhintest/ssl: export getkey()/getcert()/get_ssl_ctx()/init_...
2015-10-30 Bill VaughanFix lock leak in be_pair_flush() if flush type is BEV_N...
2015-10-30 Azat Khuzhintest/regress_be: basic coverage bufferevent_flush(...
2015-10-30 Azat Khuzhintest/regress_be: socket_filter_inactive: check bufferev...
2015-10-30 Azat KhuzhinFree event queues even for recursive finalizers
2015-10-30 Azat Khuzhintest/regress_be: cover finalizers from inactive to...
2015-10-29 Azat Khuzhinbuffer_compat: fix comment -- we have EVBUFFER_EOL_ANY...
2015-10-08 Azat Khuzhintest/regress_buffer: fix clang compilation warnings
2015-10-08 Azat Khuzhintest/regress_http: fix compilation warnings (-Wmissing...
2015-10-08 Azat Khuzhintest/regress_dns: fix compilation warnings (-Wmissing...
2015-10-08 Azat KhuzhinMerge branch 'evdns-randomization'
2015-10-08 Azat Khuzhinevdns: fix randomize-case by make case-insensitive...
2015-10-08 Azat Khuzhintests/regress_dns: cover that randomize-case works...
2015-10-08 Azat Khuzhinevnds: inline TEST_NAME macro to make debuggin easier
2015-10-05 Thomas Bernardmake test/regress_ssl.c compile without warnings
2015-10-04 Azat Khuzhinevthread: fix evthread_setup_global_lock_() for debug...
2015-10-04 Azat KhuzhinFix checking for make_base_notifiable()
2015-10-04 Azat Khuzhintest/regress_be: drop debug __asm__(int3) to fix arm...
2015-09-30 Azat Khuzhintravis: add builds without debug mode into matrix
2015-09-29 Azat Khuzhinevent_debug_created_threadable_ctx_: fix compilation...
2015-09-10 Azat Khuzhintest: fix bufferevent/bufferevent_pair_release_lock...
2015-09-10 Azat Khuzhintest: fix bufferevent/bufferevent_pair_release_lock...
2015-09-10 Azat KhuzhinMerge branch 'cloudabi-fixes-pr-278'
2015-09-10 Ed SchoutenAssume that ke_udata is an integer type on CloudABI.
2015-09-10 Ed SchoutenAdd missing include of <netinet/in.h>.
2015-09-10 Ed SchoutenInclude <sys/ioctl.h>, <sys/resource.h> and <sys/wait...
2015-09-10 Sebastian HahnAdd a prototype for event_disable_debug_mode()
2015-09-10 Azat Khuzhinhttp: export evhttp_connection_set_family()
2015-09-10 Azat Khuzhintest/regress_be: bufferevent_enable() shouldn't call...
2015-09-10 Azat Khuzhintest/regress_be: introduce fake_listener_create()
2015-09-09 Azat KhuzhinMerge branch 'evhttp-request-own-fixes'
2015-09-09 Azat Khuzhinhttp: fix evhttp_request_own() by checking EVHTTP_USER_...
2015-09-09 Azat Khuzhintest/regress_http: cover evhttp_request_own()
2015-09-09 Azat KhuzhinMerge branch 'http-server-EOF-at-read-v3'
2015-09-09 Azat Khuzhinhttp: fix detecting EOF without write
2015-09-09 Azat Khuzhintest/regress_http: cover write during read
2015-09-08 Azat Khuzhintest/regress_http: verify that closecb will be called...
2015-09-02 Azat Khuzhintest: run regress with EVENT_DEBUG_MODE=1 and without
2015-09-02 Azat Khuzhintest/regress: fix bufferevent_pair_release_lock with...
2015-09-02 Azat Khuzhinsample/https-client: add -timeout option
2015-09-02 Azat KhuzhinMerge branch 'be-openssl-drop-fd_is_set-v4'
2015-09-02 Azat Khuzhinbe_openssl: don't use *_auto() in do_handshake() we...
2015-09-02 Azat Khuzhinbe_openssl: don't call set_open_callbacks() if fd ...
2015-09-02 Azat Khuzhinbe_openssl: introduce be_openssl_auto_fd() helper
2015-09-02 Azat Khuzhinbe_openssl: introduce set_open_callbacks_auto()
2015-09-02 Azat Khuzhinbe_openssl: get rid off hackish "fd_is_set", to fix...
2015-09-02 Azat KhuzhinMerge branch 'test-regress-be-openssl-v2'
2015-09-02 Azat Khuzhintest/regress_ssl: check events fd/pending after timeout...
2015-09-02 Azat Khuzhintest/regress_ssl: cover case when server didn't up...
2015-09-02 Azat Khuzhintest/regress_ssl: covert that we can't change fd with...
2015-09-02 Azat Khuzhintest/regress_ssl: cover that events (read/write) at...
2015-09-02 Azat Khuzhintest/regress_ssl: cover fd manipulations
2015-09-02 Azat Khuzhintest/regress_ssl: convert open_ssl_bufevs() to mask
2015-09-02 Azat Khuzhintest/regress_ssl: convert client/server to mask too
2015-09-02 Azat Khuzhintest/regress_ssl: cover "allow_dirty_shutdown"
2015-09-02 Azat Khuzhintest/regress_ssl: convert regress_bufferevent_openssl...
2015-09-02 Ed SchoutenTest against SO_REUSEADDR (along with _WIN32).
2015-09-01 Azat Khuzhintests/regress_ssl: drop duplicated assert
2015-08-25 Christopher... Always define missing TAILQ functions from sys/queue.h
next