]> granicus.if.org Git - libevent/shortlog
libevent
2016-01-07 Azat Khuzhincmake: Fix detection of ssize_t/SSIZE_T
2016-01-02 Azat Khuzhintest/regress: cover event_del() waiting mechanism
2015-12-27 Azat KhuzhinIgnore more configure stuff (configure.lineno)
2015-12-27 Azat KhuzhinMerge branch 'event_reinit-for-signals-v3'
2015-12-27 Azat Khuzhintest/regress: cover existing signal callbacks and fork...
2015-12-27 Azat Khuzhintest/regress: cover signals after fork() + event_reinit()
2015-12-27 Azat Khuzhintest/regress: main/fork: rewrite assertions by just...
2015-12-26 Nicholas Marriottevent_reinit: make signals works after fork() without...
2015-12-26 Nicholas Marriottevent_reinit: always re-init signal's socketpair
2015-12-23 Mark EllzeyUpdate README.md
2015-12-22 Mark EllzeyFixed issue with cmake version generation
2015-12-21 Mark EllzeyMerge pull request #125 from libevent/master
2015-12-21 Mark EllzeyMerge pull request #305 from libevent/cmake_updates
2015-12-21 Mark EllzeyCmake is now officially working.
2015-12-21 Mark EllzeyMore cmake updates, lot's of missing definitions
2015-12-20 Mark EllzeyMerge pull request #300 from ellzey/cmake_updates
2015-12-20 Mark EllzeyCMake syntax fixes fo .in files
2015-12-20 Mark EllzeyMerge pull request #299 from libevent/revert-297-master
2015-12-20 Mark EllzeyRevert "The Windows socket type is defined as SOCKET."
2015-12-20 Mark EllzeyCMAKE CMAKE CMAKE CLEANUPS
2015-12-19 Mark EllzeyLot's of cmake updates
2015-12-18 Mark EllzeyMerge pull request #297 from billsegall/master
2015-12-17 billsegallProvide a mechanism for building the library on Windows...
2015-12-16 billsegallThe Windows socket type is defined as SOCKET.
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
next