]> granicus.if.org Git - libevent/shortlog
libevent
2016-03-26 Marcus Sundbergtest/regress: add tests for evbuffer_add() breakage...
2016-03-25 Azat Khuzhintest/http: fix running some tests sequential (with...
2016-03-25 Azat Khuzhintest/http: localize evhttp server structure
2016-03-25 Azat Khuzhinevhttp_have_expect(): fix -Wlogical-not-parentheses
2016-03-24 Azat Khuzhinevdns: fix searching empty hostnames
2016-03-24 Azat Khuzhintest/dns: regression for empty hostname
2016-03-24 Azat Khuzhintest/http: fix SERVER_TIMEOUT tests under win32
2016-03-24 Azat Khuzhintest/http: add a helper for creating timedout/failed...
2016-03-24 Azat Khuzhintest/http: adopt for C90 (mixed code and declarations)
2016-03-24 Azat Khuzhinevdns: avoid double-free in evdns_base_free() for probi...
2016-03-24 Azat KhuzhinMerge branch 'bufev-cancellations-v5'
2016-03-24 Azat Khuzhinhttp: set fd to -1 unconditioally, to avoid leaking...
2016-03-24 Azat Khuzhintest/http: cover NS timed out during request cancellati...
2016-03-23 Azat Khuzhinhttp: avoid leaking of fd in evhttp_connection_free()
2016-03-23 Azat Khuzhinhttp: get fd from be layer during connection reset
2016-03-23 Azat Khuzhinbe_sock: cancel in-progress dns requests
2016-03-23 Azat Khuzhinevdns: export cancel via callbacks in util (like async...
2016-03-23 Azat Khuzhintest/http: request cancellation with resolving/{conn...
2016-03-23 Azat Khuzhinbe_sock: evutil_getaddrinfo_async_() always return 0
2016-03-23 Azat Khuzhintest/http: exit from the loop in the errorcb to wait...
2016-03-23 Azat Khuzhinregress_clean_dnsserver(): reset global port vars
2016-03-11 Azat Khuzhinhttp: make fallback for EVHTTP_CON_READ_ON_WRITE_ERROR...
2016-03-11 Azat Khuzhinhttp: fix EVHTTP_CON_READ_ON_WRITE_ERROR when it doesn...
2016-03-11 Azat Khuzhintest/http: read_on_write_error: fix it for win32
2016-03-11 Azat Khuzhinhttp: do not do function calls under EVUTIL_ASSERT...
2016-03-11 Azat KhuzhinMerge branch 'http-client-fix-expect-100-continue-v6'
2016-03-11 Azat Khuzhinhttp: fix leaking of response_code_line
2016-03-11 Azat Khuzhinhttp: fix "Expect: 100-continue" client side
2016-03-11 Azat Khuzhintest/http: separate coverage for EVHTTP_CON_READ_ON_WRI...
2016-03-11 Azat Khuzhintest/http: cover "Expect: 100-continue" client-server...
2016-03-11 Azat Khuzhintest/http: *lingering tests shouldn't have "Expect...
2016-03-11 Azat Khuzhinbe_sock: unfreeze buffers on fd changing
2016-03-11 Azat Khuzhinhttp: assert's that evbuffer_drain() success on connect...
2016-03-10 Azat Khuzhintest: use EVUTIL_SHUT_WR
2016-03-10 Azat KhuzhinIgnore verify_tests.bat (win32 version)
2016-03-10 Azat Khuzhintest/http: avoid huge stack allocations to fix win32...
2016-03-09 Azat Khuzhincmake: require 3.1 only for win32 to make it work under...
2016-03-09 Azat Khuzhincmake: require at least 3.1 for target_sources()
2016-03-09 Azat Khuzhincmake: fix adding of compiler flags, and now it will
2016-03-09 Azat KhuzhinReplace -Wswitch-enum with -Wswitch, and add it into...
2016-03-09 Azat KhuzhinMerge branch 'more-graceful-http-v10'/lingering close
2016-03-09 Azat Khuzhintest: http/lingering_close: cover EVHTTP_SERVER_LINGERI...
2016-03-09 Azat Khuzhintest: http/non_lingering_close: cover ~EVHTTP_SERVER_LI...
2016-03-09 Azat Khuzhintest: http/*: update expected HTTP codes for body excee...
2016-03-09 Azat Khuzhinhttp: take EVHTTP_CON_LINGERING_CLOSE into account...
2016-03-09 Azat Khuzhintest: http/data_length_constrains: set EVHTTP_CON_READ_...
2016-03-09 Azat Khuzhinhttp: lingering close (like nginx have) for entity...
2016-03-08 Azat Khuzhinhttp: read server response even after server closed...
2016-03-08 Azat Khuzhintest: increase buffer size for http/data_length_constra...
2016-03-08 kirillDanshinsample/hello-world: exAmple, not eXMple
2016-02-24 Azat Khuzhinhttp: fix conflicts EVHTTP_CON_AUTOFREE and EVHTTP_CON_...
2016-02-24 Azat Khuzhinhttp: coding style issue
2016-02-24 Azat Khuzhinutil: fix "%zu" format on TDM-gcc/MinGW-w64
2016-02-24 Azat Khuzhintest/tinytest_demo: include <windows.h> for win32 to...
2016-02-15 Trond Norbyetest/regress_ssl: Fix compile problems for win32
2016-02-01 Azat Khuzhinevdns: name_parse(): fix remote stack overread
2016-02-01 Azat Khuzhinevutil_parse_sockaddr_port(): fix buffer overflow
2016-01-30 Azat Khuzhincmake: don't define EVENT__NEED_DLLIMPORT always (fixes...
2016-01-22 Nick MathewsonAdd missing return statement to del_wait_thread so...
2016-01-14 Azat Khuzhinhttp-connect: make it win32 compilable
2016-01-14 Azat Khuzhincmake: fix building dns-example under win32 (missing...
2016-01-11 Azat Khuzhinvisibility: align it to make it more readable
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...
next