summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ssl-read-pull' - #1454HEADmasterAzat Khuzhin2023-05-164-31/+36
|\
| * ssl: add some comments for lack of notify_closeAzat Khuzhin2023-05-161-0/+11
| * Drop unused le_ssl_ops::err_is_okAzat Khuzhin2023-05-163-15/+0
| * More SSL_read() to fill big bufferThuan Tran2023-05-161-10/+23
| * Make bufferevent_set_max_single_read() effectThuan Tran2023-05-161-6/+2
|/
* Make dependency paths relocatableIngo Bauersachs2023-05-1611-76/+81
* cmake: Only use relative paths for install DESTINATION option (#1405)Jeremy W. Murphy2023-05-152-4/+3
* Merge remote-tracking branch 'upstream/pr/1397' - #1397Azat Khuzhin2023-05-145-118/+28
|\
| * Make sure exported include dirs are correctTobias Mayer2023-05-141-70/+11
| * Fix Configure_RPATH()Azat Khuzhin2023-05-141-7/+6
| * Install LibeventConfig.cmake similar to other cmake filesJonathan Ringer2023-05-142-34/+4
| * Use GNUInstallDirs for mapping installation directoriesJonathan Ringer2023-05-144-12/+12
|/
* Fix util/mm_calloc_enomem under FreeBSDAzat Khuzhin2023-05-141-1/+1
* test: add missing include of arpa/inet.h for ntohs in regress_ws.cAzat Khuzhin2023-05-141-0/+3
* Merge branch 'build/osx-fixes'Azat Khuzhin2023-05-142-1/+4
|\
| * Suppress -Wmacro-redefined for htonll/ntohll in OSXAzat Khuzhin2023-05-141-0/+2
| * Fix -Wtautological-constant-out-of-range-compare in regress_http under OSXAzat Khuzhin2023-05-141-1/+2
|/
* Silence weird GCC warning about an uninitialized variableDmitry Antipov2023-05-141-0/+4
* Ignore any archives (since you may use separate build dir for 'make dist')Azat Khuzhin2023-05-141-1/+1
* Merge branch 'ssl/fix-partial-read' - #1451Azat Khuzhin2023-05-144-7/+27
|\
| * ssl: do not triger EOF if some data had been successfully readAzat Khuzhin2023-05-144-1/+19
| * ssl: rename err_is_ok to handshake_is_ok (internal API)Azat Khuzhin2023-05-144-6/+8
|/
* style fix: use tab for indentliaotonglang2023-05-051-16/+16
* ci: use newer actions/x versions for master jobsfanquake2023-05-041-5/+5
* 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
|\