summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Start new changelog for 2.2Azat Khuzhin2022-11-202-1849/+1849
|/
* Merge branch 'release-scripts'Azat Khuzhin2022-11-203-2/+69
|\
| * Add a script to generate changelogAzat Khuzhin2022-11-201-0/+43
| * Add a script to add new contributorsAzat Khuzhin2022-11-201-0/+24
| * Rellocate some text in CONTRIBUTORS.mdAzat Khuzhin2022-11-201-2/+2
|/
* cmake: do influence CMAKE_DEBUG_POSTFIX of the outer project (if any)Azat Khuzhin2022-11-201-1/+1
* Add ws-chat-server to gitignore (#1376)Dmitry Ilyin2022-11-161-0/+1
* Exclude arc4random_buf implementation if it's already present in the platform...Srivatsan Iyer2022-11-151-0/+2
* Various documentation improvements (#842)Azat Khuzhin2022-11-131-0/+97
|\
| * doc: add build prerequisitesyuangongji2022-11-131-0/+76
| * doc: add MSVC and GNUC optionsyuangongji2022-11-131-0/+21
|/
* evdns: integrate deferred_response_callback into evdns_requestmkm2022-11-131-103/+88
* Add CI checks for OpenBSD (#1326)neil2022-11-132-9/+194