summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: switch to ubuntu 20.04Azat Khuzhin2023-03-071-2/+2
* ci: set minimal permissions on GitHub ActionsDiogo Teles Sant'Anna2023-03-063-0/+12
* http: Reduce times of checking if response has body (#1395)Liao Tonglang2023-03-051-3/+4
* build: improve mbedtls searching on macOS with brew for cmake (#1419)Michael Ford2023-03-051-0/+14
* Always have evutil_secure_rng_add_bytes available (#1427)Kurt Roeckx2023-03-052-4/+5
* ws-chat-server: fix potential resource leakZhipeng Xue2023-03-051-0/+2
* Fix potential null dereference in http-server (#1430)Zhipeng Xue2023-03-041-0/+2
* test: fix potential null dereference in https_bind_ssl_bevcb (#1428)Zhipeng Xue2023-03-041-0/+4
* Optimize arc4random_uniform() (by syncing with OpenBSD implementation)Cœur2023-03-021-11/+2
* evdns: fix "Branch condition evaluates to a garbage value" in reply_parseCœur2023-03-021-2/+2
* Fix the value is never actually read from 'argument' in evhttp_parse_query_im...Cœur2023-03-021-4/+2
* Fix "Value stored to 'a' is never read" in SHA1Transform()Cœur2023-03-021-2/+0
* Merge pull request #1418 from fanquake/use_fortify_source_3Azat Khuzhin2023-02-142-2/+2
|\
| * build: use FORTIFY_SOURCE=3 in autotools buildfanquake2023-02-131-1/+1
| * build: use FORTIFY_SOURCE=3 in CMake buildfanquake2023-02-131-1/+1
|/
* Merge pull request #1414 from azat/build/deprecate-autotoolsAzat Khuzhin2023-02-132-242/+100
|\
| * Remove extra builds for autotools on CIAzat Khuzhin2023-02-121-180/+38
| * ci: bump cache and checkout pluginsAzat Khuzhin2023-02-121-23/+23
| * ci: fix paths-ignoreAzat Khuzhin2023-02-121-14/+12
| * .github/workflows/build.yml: remove trailing whitespacesAzat Khuzhin2023-02-121-15/+15
| * Deprecate autotools buildAzat Khuzhin2023-02-121-16/+18
* | test: enable allocator_may_return_null=1 for calloc with ENOMEM testAzat Khuzhin2023-02-122-6/+17
* | test: handle -v as --verbose for regressAzat Khuzhin2023-02-121-2/+2
* | test: add del_wait/del_notify tests for windowsAzat Khuzhin2023-02-121-92/+93
|/
* Fix compilation on non recent windows SDKs (#1399)Edoardo Lolletti2023-02-121-1/+0
* test: fix leaks in bufferevent_pair_release_lock (#1413)Azat Khuzhin2023-02-121-26/+2
* Remove suppression for test_ok under TSanAzat Khuzhin2023-02-121-2/+0
* Merge branch 'tests-fixes'Azat Khuzhin2023-02-125-5/+20
|\
| * Add more ignore rulesAzat Khuzhin2023-02-121-0/+4
| * test: fix debug locks in case new lock gots old addressAzat Khuzhin2023-02-121-1/+9
| * test: suppress logs from the tests that produce them under normal circumstancesAzat Khuzhin2023-02-121-2/+2
| * test: fix TT_* flags valuesAzat Khuzhin2023-02-121-2/+2
| * Suppress data race for test_ok variableAzat Khuzhin2023-02-121-0/+2
| * Suppress data race for event_debug_created_threadable_ctx_ variableAzat Khuzhin2023-02-121-0/+1
|/
* Add LEV_OPT_BIND_IPV4_AND_IPV6 flag (#1400)Edoardo Lolletti2023-02-044-1/+42
* Add config for vim/nvimAzat Khuzhin2023-02-041-0/+15
* Fix pthread detection for regress tests on AndroidAzat Khuzhin2023-01-281-1/+4
* Fixes some new warnings under clang-15Azat Khuzhin2023-01-273-12/+3
* Allow evdns_base_new to succeed with no nameservers configured (#1389)Azat Khuzhin2023-01-274-19/+79
|\
| * Allow evdns_base_new to succeed with no nameservers configuredDaniel Kempenich2023-01-273-3/+41
| * Replace magic numbers with consts for evdns_base_resolv_conf_parse() errorsDaniel Kempenich2023-01-273-16/+38
|/
* Fix ignoring return value of arc4random() warning (with _FORTIFY_SOURCE defined)liaotonglang2023-01-221-1/+1
* Add CTestCostData.txt to gitignoreAzat Khuzhin2023-01-151-0/+1
* buffer: use pread() for evbuffer_file_segment_materialize()Dmitry Antipov2023-01-023-3/+21
* Allow CLI override of CMAKE_DEBUG_POSTFIX (#1391)mdavidsaver2022-12-161-1/+3
* ci: add CIFuzz Github action (#1382)DavidKorczynski2022-11-261-0/+35
* Fix script for updating contributorsAzat Khuzhin2022-11-201-3/+3
* cmake: remove redundant _GNU_SOURCE definitionAzat Khuzhin2022-11-201-1/+0
* Merge branch 'release-2.2-changelog-prepare'Azat Khuzhin2022-11-202-1848/+1851
|\
| * Changelog skeletonAzat Khuzhin2022-11-201-0/+3