summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update contributors (for 2.2 release)release-2.2-pullAzat Khuzhin2022-11-201-0/+135
* 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
* 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