summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-2.1.12-stable-pull' into patches-2.1release-2.1.12-stablepatches-2.1Azat Khuzhin2020-07-0591-2031/+5188
|\
| * Update ChangeLogAzat Khuzhin2020-07-051-1/+2
| * ci/linux: create dist artifact only if dist archive was builtAzat Khuzhin2020-07-051-2/+2
| * Merge branch 'fix-signal-leak'Azat Khuzhin2020-07-052-2/+2
| * test: fix leak in dns/getaddrinfo_cancel_stressAzat Khuzhin2020-07-051-3/+13
| * test: fix UB in evbuffer/empty_reference_prepend_bufferAzat Khuzhin2020-07-051-1/+1
| * ci: set build type to debug with sanitizersAzat Khuzhin2020-07-051-3/+3
| * test: really disable bufferevent_pair_release_lock under ASAN (and fix gcc)Azat Khuzhin2020-07-051-2/+11
| * test-closed: fix leakAzat Khuzhin2020-07-051-0/+1
| * test-export: adjust libevent versionAzat Khuzhin2020-07-031-1/+1
| * cmake: set rpath for libraries on linuxyuangongji2020-07-031-1/+2
| * test-export: compatible with all versions of visual studioyuangongji2020-07-031-3/+3
| * Bump version to 2.1.12-stable (w/o ABI breakage)Azat Khuzhin2020-06-285-8/+9
| * ci: run ABI for release-*-pull branches tooAzat Khuzhin2020-06-281-0/+1
| * Purge travis-ci configAzat Khuzhin2020-06-281-123/+0
| * Purge appveyor configAzat Khuzhin2020-06-281-112/+0
| * Bump ChangeLog for 2.1.12Azat Khuzhin2020-06-281-0/+80
| * Update AUTHORS for 2.1.12Azat Khuzhin2020-06-281-0/+18
| * Backport github actions to 2.1Azat Khuzhin2020-06-287-0/+850
| * test: add getaddrinfo(AI_ADDRCONFIG) test (off by default)Azat Khuzhin2020-06-281-0/+36
| * build: remove duplicate -Wredundant-declsfanquake2020-06-281-1/+1
| * test: fix memory leaks for https (add BEV_OPT_CLOSE_ON_FREE)Azat Khuzhin2020-06-281-20/+18
| * test: "fix" (with a quirk) leak in ssl/bufferevent_wm (w/o defer callbacks)Azat Khuzhin2020-06-281-0/+5
| * test: disable bufferevent/bufferevent_pair_release_lock under ASAN (too tricky)Azat Khuzhin2020-06-281-2/+6
| * test: detect test failures if atexit handler calls _exit(!0) (sanitizers)Azat Khuzhin2020-06-281-2/+10
| * Make all classes Entry, Struct, etc) new-style classesEnji Cooper2020-06-281-4/+4
| * buffer: do not pass NULL to memcpy() from evbuffer_pullup()Azat Khuzhin2020-06-282-3/+36
| * test: do not pass NULL to memcmp() in evbuffer_datacmp() helperAzat Khuzhin2020-06-281-0/+2
| * http: fix undefined-shift in EVUTIL_IS*_ helpersAzat Khuzhin2020-06-282-1/+12
| * Check error code of evhttp_add_header_internal() in evhttp_parse_query_impl()Azat Khuzhin2020-06-281-1/+4
| * cmake: avoid problems from use of CMAKE_USE_PTHREADS_INITPaul Osborne2020-06-281-2/+2
| * test/regress_testutils: use inet_addr()Azat Khuzhin2020-06-281-1/+1
| * remove FindGit.cmake, improve `git describe` commandyuangongji2020-06-283-48/+4
| * checkpatch.sh: fix clang-format-diff usageAzat Khuzhin2020-06-281-1/+1
| * checkpatch.sh: fix usageAzat Khuzhin2020-06-281-1/+1
| * Fix clang-format-diff usageWataru Ashihara2020-06-281-2/+2
| * variable redefinition in win32_dispatchmohuang2020-06-281-1/+0
| * test: http/autofree_connection cleanupAzat Khuzhin2020-06-281-11/+5
| * http: fix EVHTTP_CON_AUTOFREE in case of timeout (and some else)Azat Khuzhin2020-06-281-0/+5
| * test: cleanup http/autofree_connectionAzat Khuzhin2020-06-281-6/+8
| * test: fix http/autofree_connectionAzat Khuzhin2020-06-281-0/+3
| * evdns: Add additional validation for values of dns optionsayuseleznev2020-06-282-0/+70
| * test: Fix test_simpleclose for Windows platformNick Grifka2020-06-281-1/+1
| * abi-check: abi-monitor 1.10 does not support -make -j8 (1.12 supports though)Azat Khuzhin2020-06-281-2/+4
| * Add API/ABI checker (using LVC)yuangongji2020-06-283-0/+98
| * Update list of cmake files for autotools dist archiveAzat Khuzhin2020-06-281-4/+2
| * Pass --quiet to the event_rcpgen.py (autotools already does this)Azat Khuzhin2020-06-281-1/+1
| * There is typo in GetAdaptersAddresses windows library. It should be iphlpapi.dllAleksandr-Melnikov2020-06-281-1/+1
| * Support EV_CLOSED on linux for poll(2)Azat Khuzhin2020-06-281-3/+20
| * Fix EV_CLOSED detection/reporting (epoll only)Azat Khuzhin2020-06-282-8/+5