mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
6159a43ff1
This includes an upstreamed version of the Crashpad-local 1a62a0182557 (https://chromium-review.googlesource.com/c/5769752) for BoringSSL compatibility. 50fce538c685 threadsafe CLOEXEC on platforms that support it fb739dbaecf3 threadsafe accept on windows, linux ed0719f2bcb5 Code format 521529d24d38 Fix #1481 (with content provider) (#1527) e00fd06355e8 Release v0.16.1 ff038f98b701 Merge branch 'thread-safe-cloexec' of github.com:kdombroski/cpp-httplib into kdombroski-thread- safe-cloexec ae63b89cbf70 Use SOCK_CLOEXEC instead of __linux__ 69c84c9597c3 BoringSSL compatibility fixes (#1892) c5c54b31e2bf Release v0.16.2 Change-Id: I01485010de53ae599e22c8ce3c9d6af046d47c24 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5769660 Reviewed-by: Joshua Peraza <jperaza@chromium.org>
Name: cpp-httplib Short Name: cpp-httplib URL: https://github.com/yhirose/cpp-httplib Version: 0.16.2 Revision: c5c54b31e2bf8bd37ceba2715de756d1132e3685 License: MIT License File: cpp-httplib/LICENSE Security Critical: no (test only) Shipped: no Description: A C++11 single-file header-only cross-platform HTTP/HTTPS library. Local Modifications: - Exclude test/ and example/ subdirectories, and build-related files. - Patch httplib.h to use #include "third_party/zlib/zlib_crashpad.h" instead of <zlib.h>. - #define CPPHTTPLIB_NO_EXCEPTIONS 1.