Commit Graph

25 Commits (5dc1bcd251764e058ff7a3d24bdbc7c97c686606)

Author SHA1 Message Date
klzgrad 5dc1bcd251 net/socket: Allow higher limits for proxies
As an intermediary proxy we should not enforce stricter connection
limits in addition to what the user is already enforcing.
2025-04-29 20:32:45 +08:00
klzgrad b9a8118e5f net/cert: Fix iwyu 2025-04-29 20:32:45 +08:00
klzgrad e3410233c4 net/cert: Handle AIA response in PKCS#7 format 2025-04-29 20:32:45 +08:00
klzgrad 8f48e56113 net/cert: Use builtin verifier on Android and Linux 2025-04-29 20:32:45 +08:00
klzgrad 5bd0b25775 net/cert: Add SystemTrustStoreStaticUnix
It reads CA certificates from:

* The file in environment variable SSL_CERT_FILE
* The first available file of

/etc/ssl/certs/ca-certificates.crt (Debian/Ubuntu/Gentoo etc.)
/etc/pki/tls/certs/ca-bundle.crt (Fedora/RHEL 6)
/etc/ssl/ca-bundle.pem (OpenSUSE)
/etc/pki/tls/cacert.pem (OpenELEC)
/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem (CentOS/RHEL 7)
/etc/ssl/cert.pem (Alpine Linux)

* Files in the directory of environment variable SSL_CERT_DIR
* Files in the first available directory of

/etc/ssl/certs (SLES10/SLES11, https://golang.org/issue/12139)
/etc/pki/tls/certs (Fedora/RHEL)
/system/etc/security/cacerts (Android)
2025-04-29 20:32:45 +08:00
klzgrad 40c3a73d55 libc++: Fix assertion handler 2025-04-29 20:32:45 +08:00
klzgrad 02234e1a67 libc++: Disable exceptions and RTTI
Except on Mac, where exceptions are required.
And except on Android, where rtti is required.
2025-04-29 20:32:45 +08:00
klzgrad 0ad544b298 base: Don't fix Y2038 problem with icu 2025-04-29 20:32:45 +08:00
klzgrad 263ea0eb29 net, url: Remove icu 2025-04-29 20:32:45 +08:00
klzgrad e9bcc2d029 base, crypto, net: Fix trace stubs 2025-04-29 20:32:45 +08:00
klzgrad 85a40f2d20 build: Minimize sysroot creator script 2025-04-29 20:32:45 +08:00
klzgrad fb5c9dff3c build: Use thinlto max optimization for everything 2025-04-29 20:32:45 +08:00
klzgrad 0dc8526080 build: Never explicitly link clang_rt.builtins
https://chromium-review.googlesource.com/c/chromium/src/+/5723176
2025-04-29 20:32:45 +08:00
klzgrad 10fa202457 build: Force determinism in official build
Helps build with ccache.
2025-04-29 20:32:45 +08:00
klzgrad 14091ec69c build: Disable build_with_chromium
The argument build_with_chromium mainly enables various tests,
data bundling, infra integration, and AFDO profiles.

AFDO can be added by other arguments.
2025-04-29 20:32:45 +08:00
klzgrad 23a2728e10 android: base: Fix build adding extra -latomic
We don't use use_sysroot=true, but without it -latomic is added
to is_android.
2025-04-29 20:32:45 +08:00
klzgrad 5e4b77caa9 android: build: Disable Android java templates 2025-04-29 20:32:45 +08:00
klzgrad 5854b7ae35 android: url: Remove Android 2025-04-29 20:32:45 +08:00
klzgrad 3861844edf android: third_party/jni_zero: Remove JNI functions 2025-04-29 20:32:45 +08:00
klzgrad 5b95ee4e70 android: base: Add Android stubs 2025-04-29 20:32:45 +08:00
klzgrad c7410332db android: net: Add Android stubs 2025-04-29 20:32:45 +08:00
klzgrad a6902e19ed base: Remove Rust 2025-04-29 20:32:45 +08:00
klzgrad e44c0742c0 build: Remove tests and minimize 2025-04-29 20:17:03 +08:00
klzgrad ec24604a0d Add .gitignore 2025-04-29 20:17:03 +08:00
importer 91165af84f Import chromium-136.0.7103.44 2025-04-29 20:17:03 +08:00