Commit Graph

  • 694d48f35d
    build(deps): bump the github-actions group with 4 updates dependabot[bot] 2024-06-01 14:51:58 +00:00
  • b06f688c62 Fix Windows format warning in newer Visual Studio Cœur 2024-05-24 05:33:13 +02:00
  • 756b73676d temp size assert for #1632 Cœur 2024-05-24 05:31:27 +02:00
  • 6ba945dc5a event_warn mmap format Cœur 2024-05-23 14:53:13 +02:00
  • b2efb0cbd4
    test: use evutil_timerclear over timerclear fanquake 2024-05-20 11:53:24 +01:00
  • bb1b1730f9 ci: Switch lukka/run-vcpkg back to v7 Hennadii Stepanov 2024-05-10 20:00:37 +01:00
  • da26984c37 Check if the temporary path is unicode when there is a failure Andy Pan 2024-05-18 22:57:51 +08:00
  • fb818100b5 unix: fail the operation when SO_REUSEPORT has no load balancing Andy Pan 2024-05-17 17:06:49 +08:00
  • 2b89976b9d aix: enable SO_REUSEPORT on AIX Andy Pan 2024-05-17 16:54:22 +08:00
  • 0c9087f806 Eliminate the redundant ev_uint64_t for eventfd Andy Pan 2024-05-09 17:34:15 +08:00
  • d475cc159b Skip the test for WSAENETDOWN on Windows with UNOCODE_TEMPORARY_DIRECTORY Andy Pan 2024-05-09 21:43:59 +08:00
  • 1ccfa12b84 Print the disturbing error on UNOCODE_TEMPORARY_DIRECTORY Andy Pan 2024-05-08 21:47:39 +08:00
  • c35ee81f2d Fix Windows CI Andy Pan 2024-05-08 19:12:25 +08:00
  • 5378d84b69 Fix Windows CI Andy Pan 2024-05-07 09:36:26 +08:00
  • 7f10d40e66 Resolve comments Andy Pan 2024-05-06 15:44:03 +08:00
  • d973dc4300 Fix potential Null pointer dereference in bufferevent_openssl.c Cœur 2024-05-05 16:43:23 +08:00
  • 087aedd969 Add the test to regress_listener.c Andy Pan 2024-05-04 20:40:41 +08:00
  • 2a92b5982b Add Privacy Manifest for App Store submissions Doc: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api From the API list, the libevent library only uses: - mach_absolute_time, but that one is avoided with HAVE_POSIX_MONOTONIC (default) instead of HAVE_MACH_MONOTONIC - fstat and stat in evbuffer_file_segment_new, which is covered by third-party SDK usage (0A2A.1) - fstat and stat in evutil_read_file_, which is used to read the "/etc/resolv.conf" and "/etc/hosts" files, for which there are no available supporting reasons Cœur 2024-05-04 20:33:18 +08:00
  • b1f5c0491a tabs Cœur 2024-05-04 18:41:22 +08:00
  • 93a5e0ada5 Add ChangeLog-2.1/ChangeLog (aka 2.2) into dist package Azat Khuzhin 2024-05-04 12:40:36 +02:00
  • 3db37dfd24 address different signs comparison warnings Cœur 2024-05-02 09:31:07 +08:00
  • a23d4de0ed Fix evbuffer_file_segment_new 64-bit support on Win32 Cœur 2024-05-01 21:05:52 +08:00
  • dced3e4668 Simplifying apple-cmake-job Cœur 2024-05-04 18:25:17 +08:00
  • 21f7df590c code review: use commit hash for actions Cœur 2024-05-04 13:20:46 +08:00
  • 1e52dfac71 Fix CI failures on Windows Andy Pan 2024-05-03 19:33:59 +08:00
  • b67f9e8155 Format comments Andy Pan 2024-05-03 11:15:37 +08:00
  • 185c0aaefc Update test Andy Pan 2024-05-03 11:13:42 +08:00
  • 99af8de5a5 Fix CI failures Andy Pan 2024-05-02 19:05:24 +08:00
  • 20de0a037b Remove indents Andy Pan 2024-05-02 09:53:23 +08:00
  • 75f328c8a1 Remove redundant condition in function:event_base_once hunterx008 2024-05-01 23:17:54 +08:00
  • 6277cc9483
    Bump github/codeql-action in the github-actions group dependabot[bot] 2024-05-01 14:33:53 +00:00
  • 0d364410de fix linux retrying cmake Cœur 2024-05-01 14:55:29 +08:00
  • 86778feb09 code review: cmake does support autodetection of OPENSSL_ROOT_DIR Cœur 2024-05-01 14:28:23 +08:00
  • ad50a501f5 code review: correct mbedtls path Cœur 2024-05-01 14:22:59 +08:00
  • e582b49faf code review: brew --prefix openssl Cœur 2024-04-30 22:37:59 +08:00
  • b722f464c2 Fix brew path on Apple Silicon Cœur 2024-04-30 01:06:28 +08:00
  • 1dcd915461 Fix typos Cœur 2024-04-30 05:17:06 +08:00
  • 36c10e155c Fix listener leaks Andy Pan 2024-04-29 22:47:41 +08:00
  • 3e55189de8 Add a new test Andy Pan 2024-04-29 17:36:32 +08:00
  • 7176b1f3b3 close pair icy17 2024-04-29 15:48:55 +08:00
  • 5eb95ded5e fix null-deref and close fd icy17 2024-04-29 15:39:10 +08:00
  • ef96f565f6 Don't try to set SO_REUSEADDR and SO_REUSEPORT on Unix sockets Andy Pan 2024-04-23 20:20:47 +08:00
  • ba7d8d695b Revert unrelated random changes [ci skip] Azat Khuzhin 2024-04-29 07:29:56 +02:00
  • 7bbd276460 Fix CMake Deprecation Warning Cœur 2024-04-28 13:16:54 +08:00
  • ee615dd587 Updating deprecated GitHub actions Cœur 2024-04-28 13:11:31 +08:00
  • 14eae706d5 Fix evutil_parse_sockaddr_port documentation Cœur 2024-04-28 05:49:56 +08:00
  • 6ea5de7484 Update comments Andy Pan 2024-04-25 18:22:42 +08:00
  • 02a509e49e Add a TODO Andy Pan 2024-04-25 18:19:18 +08:00
  • 07bcde2f60 Detect the versions of DragonFlyBSD and Solaris Andy Pan 2024-04-25 17:27:28 +08:00
  • 3f675dc65b Update the LEV_OPT_REUSEABLE_PORT comments Andy Pan 2024-04-25 10:52:40 +08:00
  • 681f523f67 Fix new test under cmake Azat Khuzhin 2024-04-24 09:53:05 +02:00
  • 28c369aa26 Better test script Azat Khuzhin 2024-04-24 09:40:32 +02:00
  • c1f8c78636 Add set -e Azat Khuzhin 2024-04-24 09:36:34 +02:00
  • a40d9f65fd Fix syntax in test.sh Azat Khuzhin 2024-04-24 09:35:42 +02:00
  • 43f2bb2219 Merge remote-tracking branch 'upstream/master' into EVFILT_USER Azat Khuzhin 2024-04-24 09:35:12 +02:00
  • f1b25f2a23 Resolve comments Andy Pan 2024-04-24 15:25:32 +08:00
  • d189da7f45 Fix some comments dockercui 2024-04-24 11:14:47 +08:00
  • fb4f6ba636 Fix the preprocessor directives Andy Pan 2024-04-23 18:48:43 +08:00
  • 3387b94154 Fix the build failures of autoconf Andy Pan 2024-04-22 16:27:28 +08:00
  • ab3531f7c8 Support SO_REUSEPORT on FreeBSD, DragonFly and Solaris Andy Pan 2024-04-22 16:02:25 +08:00
  • 799caadd30 add cleanup icy17 2024-04-22 15:54:44 +08:00
  • 036315d7b3 add err path icy17 2024-04-22 15:50:38 +08:00
  • 7b31d15023 add err path icy17 2024-04-22 15:43:03 +08:00
  • d22a99a063 add cleanup icy17 2024-04-22 15:31:10 +08:00
  • 7d3910fb55 add err path icy17 2024-04-22 15:11:15 +08:00
  • df3eb2e516 add cleanup icy17 2024-04-22 15:03:08 +08:00
  • d7181d6372 add cleanup icy17 2024-04-22 14:55:39 +08:00
  • 9b0bac9f96 Fix potential Null pointer dereference in time-test.c icy17 2024-04-22 14:47:34 +08:00
  • 6b1db88521
    build: Add Iphlpapi to Libs.private in *.pc files on Windows Hennadii Stepanov 2024-04-22 06:39:35 +01:00
  • 1e29e8bd77 add cleanup icy17 2024-04-22 11:10:29 +08:00
  • a5a0802bcb autoconf: Run test-kq-collision only for kqueue Azat Khuzhin 2024-04-20 12:59:04 +03:00
  • 21a3690978 Merge remote-tracking branch 'upstream/master' into HEAD Azat Khuzhin 2024-04-20 12:49:55 +03:00
  • 019cd24f22 Force kqueue Azat Khuzhin 2024-04-20 12:49:37 +03:00
  • eec195c740 Fixes Azat Khuzhin 2024-04-20 12:43:55 +03:00
  • 248368a6db Fix a few build failures Andy Pan 2024-04-17 19:15:47 +08:00
  • b137f07198 Avoid calling read(2) on eventfd on each event-loop wakeup Andy Pan 2024-04-17 10:36:47 +00:00
  • 7641497d27 Resolve comments Andy Pan 2024-04-17 16:29:38 +08:00
  • 50a20ce4d0 Fix the build failure Andy Pan 2024-04-17 14:55:48 +08:00
  • b599c6863b
    Merge branch 'master' into kqueue-ident Andy Pan 2024-04-16 18:33:41 +08:00
  • 8aa4ea8eb5 Fix the linking issue for cmake Andy Pan 2024-04-15 15:29:45 +08:00
  • e8da54bcfb
    Bump the github-actions group with 5 updates dependabot[bot] 2024-04-15 07:41:48 +00:00
  • fc7fd1ef5f
    Update test/regress_zlib.c Azat Khuzhin 2024-04-15 10:01:51 +03:00
  • 0bfc162da5
    Do not set TCP keepalive on Unix sockets Emil Engler 2024-04-12 21:36:38 +02:00
  • d9543c056e Fix potential Null pointer dereference in test-time.c icy17 2024-04-10 18:32:04 +08:00
  • f96bf57918 Fix potential Null pointer dereference in test-closed.c icy17 2024-04-10 18:25:49 +08:00
  • 1c24693fcd Fix potential Null pointer dereference in ws-chat-server.c icy17 2024-04-10 18:24:07 +08:00
  • 3207e21173 Fix potential Null pointer dereference in event-read-fifo.c icy17 2024-04-10 18:21:47 +08:00
  • b500c97ccf Fix potential Null pointer dereference in test-fdleak.c icy17 2024-04-10 18:19:23 +08:00
  • 8f4a55c74f Fix potential Null pointer dereference in bench_httpclient.c icy17 2024-04-10 18:01:48 +08:00
  • 905ac1a062 Fix potential Null pointer dereference in test-ratelim.c icy17 2024-04-10 17:58:13 +08:00
  • 6765bd2909 Fix potential Null pointer dereference in regress_et.c icy17 2024-04-10 17:45:03 +08:00
  • 2466dea1df Fix potential Null pointer dereference in regress_buffer.c icy17 2024-04-10 17:42:01 +08:00
  • 319cae4af2 Fix potential Null pointer dereference in regress_thread.c icy17 2024-04-10 17:39:36 +08:00
  • cbb08ab88e Fix potential Null pointer dereference in test-changelist.c icy17 2024-04-10 17:25:54 +08:00
  • 2b2909f578 Fix potential Null pointer dereference in dns-example.c icy17 2024-04-10 17:16:56 +08:00
  • 99904ced3b Fix potential Null pointer dereference in bufferevent_openssl.c icy17 2024-04-10 17:03:49 +08:00
  • 5c6eaadd24 Fix potential Null pointer dereference in regress_finalize.c icy17 2024-04-10 16:18:27 +08:00
  • f8bffd3c76 Fix potential Null pointer dereference in regress_zlib.c icy17 2024-04-10 16:13:00 +08:00
  • 4ba8066efa Fix potential Null pointer dereference in regress_dns.c icy17 2024-04-10 16:04:18 +08:00
  • f7f7fe5779 Fix potential Null pointer dereference in regress.c icy17 2024-04-10 15:47:57 +08:00