summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* signal: new signal handling backend based on signalfdDmitry Antipov2022-11-1214-23/+306
* Ignore unknown pragmasAzat Khuzhin2022-11-122-0/+5
* ws-chat-server: fix session name initialization (using of uninitialized data)Azat Khuzhin2022-11-121-2/+3
* cmake: tiny cleanupAzat Khuzhin2022-11-121-6/+4
* ws: ignore case while comparing values of Upgrade/Connection headersAzat Khuzhin2022-11-121-2/+2
* ws-chat-server: avoid SIGSEGV in case of evws_new_session() failureAzat Khuzhin2022-11-121-1/+7
* sample/ws-chat.html: allow to open it via file:// protocolAzat Khuzhin2022-11-121-1/+5
* Suppress -Wdangling-pointer in event_signal_closure()Azat Khuzhin2022-11-121-0/+14
* sha1: ignore -Wstringop-overread warningAzat Khuzhin2022-11-121-0/+8
* sha1: hide SHA1_CTXAzat Khuzhin2022-11-122-6/+6
* Fix syntax error (#1369)OgreTransporter2022-11-041-1/+1
* fixed missing check for null after strdup in evutil_inet_pton_scope (#1366)Michael Madsen2022-11-041-1/+3
* ws: fix compile error on centos 7 - very old compiler (#1359)Leon George2022-10-233-4/+7
* Fix data-race in ws code (#1360)Azat Khuzhin2022-10-224-7/+25
|\
| * Remove bad copy-pasteDmitry Ilyin2022-10-121-1/+0
| * Add locks for server WS, fixes #1357Dmitry Ilyin2022-10-124-7/+26
|/
* cmake: Fix Android build.Ryan Pavlik2022-10-081-0/+5
* Use heap-bases contexts for MbedTLS handles (#1355)Azat Khuzhin2022-10-088-63/+61
|\
| * Fix memleak in regress testsDmitry Ilyin2022-10-041-6/+6
| * Change code for samplesDmitry Ilyin2022-10-043-30/+16
| * Add helpers and all regress tests are passedDmitry Ilyin2022-10-045-27/+39
|/
* fix: arc4_getword integer overflow, detected by -fsanitize=undefinedjackerli(李剑)2022-10-031-1/+1
* epoll: use epoll_pwait2() if availableDmitry Antipov2022-09-274-4/+22
* Fix socketpair failure when temporary directory has non-latin characterzhenhaonong2022-09-264-19/+54
* Add manual CMAKE_C_BYTE_ORDER set for old CMakeDmitry Ilyin2022-09-261-0/+9
* ci: disable freebsd 13.0 builds (due to issues in the image)Azat Khuzhin2022-09-141-2/+6
* .github/workflows/build.yml: Cleanup trailing whitespacesAzat Khuzhin2022-09-141-16/+16
* Fix conflict with SHA1 function from opensslDmitry Ilyin2022-09-143-15/+16
* Add minimal WebSocket server implementation for evhttp (#1322)Dmitry Ilyin2022-09-1219-5/+1606
* Make rekey interval less predictable (#1331)Keelan Cannoo2022-09-121-3/+7
* Add openssl-compat.h into HDR_PRIVATEAzat Khuzhin2022-09-111-0/+1
* Fix non-std printf %p arguments (#1327)mareksm2022-08-285-46/+46
* test: fix util/getaddrinfo for netbsd (v2)Azat Khuzhin2022-08-141-3/+3
* Merge pull request #1315 from yogo1212/http_per_socket_bebcbAzat Khuzhin2022-08-145-10/+139
|\
| * http: allow setting bevcb per socketLeon M. George2022-08-134-10/+134
| * test: allow to run init_ssl() multiple timesAzat Khuzhin2022-08-131-0/+5
* | test: fix util/getaddrinfo for netbsdAzat Khuzhin2022-08-131-1/+2
* | Fixed CMake configuration failure (libevent#1321)Borys Smejda2022-08-131-1/+1
|/
* test: add a comment for init_ssl() about suppressions for LSanAzat Khuzhin2022-08-131-0/+1
* Add check of mmap64 function and use it when available rather that mmapDmitry Ilyin2022-08-094-1/+9
* fix freebsd checksneil2022-08-091-1/+1
* fix freebsd checksneil2022-08-091-0/+1
* Add freebsd CI checksneil2022-08-091-0/+173
* Search library name of Debug for find_event_lib.Haowei Hsu2022-08-071-4/+14
* Add postfix for Debug configuration.Haowei Hsu2022-08-071-0/+2
* Add more HTTP_ response codesDmitry Ilyin2022-08-071-1/+12
* ci: increase number of attempts to 5Azat Khuzhin2022-07-121-7/+7
* ci: add retriesAzat Khuzhin2022-07-121-81/+109
* ci: use ubuntu 22.04 with clang 11 for sanitizers build (#1306)Azat Khuzhin2022-07-122-7/+8
|\
| * test: fix unused variable in rand test (catched by newer clang)Azat Khuzhin2022-07-121-4/+1