summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ci: use OpenBSD 7.2 over 7.1fanquake2023-05-041-3/+3
* actions: use supported version of Ubuntufanquake2023-05-031-3/+3
* doc: minor cleanups following #1441 (#1442)fanquake2023-04-202-20/+20
* Merge pull request #1441 from fanquake/autoconf_doc_updatesAzat Khuzhin2023-04-172-51/+55
|\
| * doc: mark Autotools as deprecated in building.mdfanquake2023-04-172-48/+52
| * doc: move autoconf link in readme to autoconf section.fanquake2023-04-171-4/+4
|/
* Fix typo in changelog (#1438)lilinjie2023-04-111-1/+1
* Prohibit VLA in autotools tooAzat Khuzhin2023-04-041-0/+3
* Fix building with -Wstack-protector due to VLA and fobid themAzat Khuzhin2023-04-042-11/+8
* build: split kqueue warning message into cross-compile and applefanquake2023-04-041-2/+7
* Deal with partial writes on SSL writezhenhaonong2023-03-291-2/+8
* http: style fix: use space between arguments list (#1435)Liao Tonglang2023-03-261-1/+1
* ci: fix typo in yaml for cifuzzAzat Khuzhin2023-03-081-1/+1
* 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