Commit Graph

  • c44bf60e04 Proper fix of pthread_atfork deadlock in Musl master klzgrad 2025-02-09 13:06:22 +08:00
  • eac1a955ce Backport simdutf riscv v extension fix v133.0.6943.49-1 klzgrad 2025-02-07 20:29:32 +08:00
  • 0056722c24 Add continuous integration and tests klzgrad 2019-04-26 01:40:46 +08:00
  • 6112cbaff9 Add apk build klzgrad 2024-01-15 02:31:29 +08:00
  • 60a705d630 Add build scripts klzgrad 2018-01-25 10:06:30 -05:00
  • 5456e897a3 Add README klzgrad 2019-01-14 03:24:16 -05:00
  • fd03eedb0a Add source import tool klzgrad 2019-01-14 00:42:27 -05:00
  • 6d16849d0a Add Naive klzgrad 2018-01-20 12:15:45 -05:00
  • 1715ba18e1 musl: third_party/lss: Fix missing sgidefs.h klzgrad 2021-10-06 15:30:54 +08:00
  • 48b6c7531f musl: net: Fix DNS res_init klzgrad 2019-11-30 22:21:18 +08:00
  • 13055b9cde musl: allocator: Disable ifunc on aarch64 klzgrad 2024-06-10 16:45:07 +08:00
  • daad3ca153 musl: allocator: Fix hanging in qemu-user klzgrad 2024-05-13 19:08:53 +08:00
  • bcbeb0e697 musl: allocator: Disable memory tagging klzgrad 2023-08-05 23:35:21 +08:00
  • ce8c22e607 musl: allocator: Avoid deadlock in pthread_atfork klzgrad 2025-02-08 19:57:01 +08:00
  • c087e6f6d5 musl: allocator: Fix __THROW and mallinfo klzgrad 2022-11-09 23:36:59 +08:00
  • a22f7a4364 musl: base: Fix stack trace printing klzgrad 2024-10-07 14:46:36 +08:00
  • 7edbd9fac9 musl: base: Remove use of mallinfo klzgrad 2019-11-30 22:36:22 +08:00
  • 7e7216cb0b musl: libc++: Allow setting musl klzgrad 2025-02-07 20:32:22 +08:00
  • 37ddbd71ab openwrt: base: Disable lock-free assert on ARMv6 klzgrad 2025-02-07 22:57:10 +08:00
  • 315b7fdd3c openwrt: third_party/lss: Avoid naming conflict in fstatat64 klzgrad 2020-11-19 00:09:26 +08:00
  • 2279d5ce0f openwrt: allocator: Fix recommitted pages not being zeroed when madvise is not available. klzgrad 2022-11-12 15:13:24 +08:00
  • c3e6fa8d25 openwrt: base: Fix broken overloading of libc close in static build klzgrad 2023-06-04 09:15:13 +08:00
  • 3825f1b3eb openwrt: build: Add OpenWrt toolchains klzgrad 2021-05-17 02:01:16 +08:00
  • e5461985c7 mipsel: allocator: Disable musttail compile error klzgrad 2024-11-20 20:30:35 +08:00
  • 4ce5158ab3 mipsel: allocator: Fix mipsel build config klzgrad 2023-04-05 13:47:03 +08:00
  • 8b0ad892cc mipsel: build: Disable ELF CREL klzgrad 2025-01-14 21:59:22 +08:00
  • ee216f95c6 mipsel: build: Work around MIPS floating point ABI passing in LTO klzgrad 2024-01-21 01:22:38 +08:00
  • e4098b86c7 arm: build: Support ARM build without FPU klzgrad 2020-07-29 21:43:37 +08:00
  • f07f375989 arm: build: Support -mcpu= on ARM and ARM64 klzgrad 2020-05-19 23:42:14 +08:00
  • dcbe58125e third_party/brotli: Fix missing import in BUILD.gn klzgrad 2023-03-14 06:41:58 +08:00
  • 12e773499d net/dns: Fix iwyu on win klzgrad 2023-04-05 15:45:53 +08:00
  • 80698d85bb net/quic: Add support for HTTP/3 CONNECT Fast Open klzgrad 2019-01-17 05:47:20 -05:00
  • f9d95d2c55 net/spdy: Pad RST_STREAM frames klzgrad 2020-06-13 17:59:48 +08:00
  • 31411f1ff8 net/spdy: Add support for HTTP/2 CONNECT Fast Open klzgrad 2018-01-29 13:02:09 -05:00
  • 163a69827c net/spdy: Reduce warnings about RST on invalid streams klzgrad 2018-01-24 23:50:06 -05:00
  • d2240aaf8e net: Allow http proxies in proxy chains klzgrad 2024-07-22 00:21:45 +08:00
  • df77aa2f01 net/socket: Use SO_REUSEPORT for server sockets klzgrad 2024-03-10 10:30:35 +08:00
  • a409811c4b net/socket: Force tunneling for all sockets klzgrad 2019-06-09 15:19:03 +00:00
  • 3df62ce4c5 net/socket: Allow higher limits for proxies klzgrad 2018-01-25 00:11:23 -05:00
  • 57ac9c051c net/cert: Fix iwyu klzgrad 2023-06-04 11:54:34 +08:00
  • a19badf2f0 net/cert: Handle AIA response in PKCS#7 format klzgrad 2021-05-16 00:47:27 +08:00
  • 5ea0df04e2 net/cert: Use builtin verifier on Android and Linux klzgrad 2023-12-10 19:12:48 +08:00
  • fcac2b453f net/cert: Add SystemTrustStoreStaticUnix klzgrad 2021-05-16 00:41:07 +08:00
  • f147a85a5a libc++: Fix assertion handler klzgrad 2024-07-27 09:39:29 +08:00
  • 87644ccddc libc++: Disable exceptions and RTTI klzgrad 2019-11-30 21:52:42 +08:00
  • 55b885f04f base: Don't fix Y2038 problem with icu klzgrad 2020-11-18 22:51:53 +08:00
  • 112bbf464b net, url: Remove icu klzgrad 2018-01-25 05:02:13 -05:00
  • 4e81474df6 base, crypto, net: Fix trace stubs klzgrad 2024-10-07 15:57:25 +08:00
  • 541c9f47d3 build: Minimize sysroot creator script klzgrad 2019-10-05 15:52:34 +08:00
  • d9833c36e5 build: Use thinlto max optimization for everything klzgrad 2022-05-04 10:31:50 +08:00
  • 73110435f9 build: Never explicitly link clang_rt.builtins klzgrad 2024-10-06 14:46:16 +08:00
  • df3c3f98de build: Force determinism in official build klzgrad 2019-01-11 11:49:08 +00:00
  • 844e332d8a build: Disable build_with_chromium klzgrad 2021-05-16 20:40:16 +08:00
  • 3139d6483c android: base: Fix build adding extra -latomic klzgrad 2022-05-03 01:01:06 +08:00
  • 1113067c6d android: build: Disable Android java templates klzgrad 2021-05-16 20:57:51 +08:00
  • d1937b1357 android: url: Remove Android klzgrad 2023-12-10 19:05:40 +08:00
  • a9ab51e71f android: third_party/jni_zero: Remove JNI functions klzgrad 2024-07-27 10:18:11 +08:00
  • f00a2a0434 android: base: Add Android stubs klzgrad 2021-05-16 10:10:30 +08:00
  • 982dd50d41 android: net: Add Android stubs klzgrad 2021-05-16 10:10:09 +08:00
  • e8f0aafd30 base: Remove Rust klzgrad 2025-01-14 19:29:28 +08:00
  • 5b2a6a96d4 build: Remove tests and minimize klzgrad 2021-05-16 21:03:12 +08:00
  • 9e998c5bc2 Add .gitignore klzgrad 2021-05-20 23:57:20 +08:00
  • 605bdfa92c Import chromium-133.0.6943.49 importer 2025-02-07 07:20:49 +08:00
  • f449feb69a Remove dependency on glibc 2.27 v132.0.6834.79-2 132.0.6834.79 klzgrad 2025-01-19 18:41:36 +08:00
  • 2f5ca167a3
    Update README.md klzgrad 2025-01-18 08:42:39 +08:00
  • 917b403070 Add continuous integration and tests v132.0.6834.79-1 klzgrad 2019-04-26 01:40:46 +08:00
  • 4502bf5d13 Add apk build klzgrad 2024-01-15 02:31:29 +08:00
  • 148e126b07 Add build scripts klzgrad 2018-01-25 10:06:30 -05:00
  • 1dc9832fe9 Add README klzgrad 2019-01-14 03:24:16 -05:00
  • 1347371fa9 Add source import tool klzgrad 2019-01-14 00:42:27 -05:00
  • 5808976f01 Add Naive klzgrad 2018-01-20 12:15:45 -05:00
  • db0c01c702 musl: third_party/lss: Fix missing sgidefs.h klzgrad 2021-10-06 15:30:54 +08:00
  • de452cb447 musl: net: Fix DNS res_init klzgrad 2019-11-30 22:21:18 +08:00
  • eb90f1a01f musl: allocator: Disable ifunc on aarch64 klzgrad 2024-06-10 16:45:07 +08:00
  • 8ff5f454e5 musl: allocator: Fix hanging in qemu-user klzgrad 2024-05-13 19:08:53 +08:00
  • ef5377097b musl: allocator: Disable memory tagging klzgrad 2023-08-05 23:35:21 +08:00
  • 4789d4f191 musl: allocator: Fix __THROW and mallinfo klzgrad 2022-11-09 23:36:59 +08:00
  • 0b16ee53aa musl: base: Fix stack trace printing klzgrad 2024-10-07 14:46:36 +08:00
  • d6305de7f1 musl: base: Remove use of mallinfo klzgrad 2019-11-30 22:36:22 +08:00
  • 2480bbede7 openwrt: third_party/lss: Avoid naming conflict in fstatat64 klzgrad 2020-11-19 00:09:26 +08:00
  • 96ff05ee8d openwrt: allocator: Fix recommitted pages not being zeroed when madvise is not available. klzgrad 2022-11-12 15:13:24 +08:00
  • 4b8fdc1d9f openwrt: base: Fix broken overloading of libc close in static build klzgrad 2023-06-04 09:15:13 +08:00
  • bc1066a64e openwrt: build: Add OpenWrt toolchains klzgrad 2021-05-17 02:01:16 +08:00
  • c73f524bab mipsel: allocator: Disable musttail compile error klzgrad 2024-11-20 20:30:35 +08:00
  • 391d568050 mipsel: allocator: Fix mipsel build config klzgrad 2023-04-05 13:47:03 +08:00
  • 476b562eed mipsel: build: Disable ELF CREL klzgrad 2025-01-14 21:59:22 +08:00
  • c9971ef109 mipsel: build: Work around MIPS floating point ABI passing in LTO klzgrad 2024-01-21 01:22:38 +08:00
  • a54758dfa4 arm: build: Support ARM build without FPU klzgrad 2020-07-29 21:43:37 +08:00
  • 16a4a1f787 arm: build: Support -mcpu= on ARM and ARM64 klzgrad 2020-05-19 23:42:14 +08:00
  • 0e31af968b third_party/brotli: Fix missing import in BUILD.gn klzgrad 2023-03-14 06:41:58 +08:00
  • 1b75f98d19 net/dns: Fix iwyu on win klzgrad 2023-04-05 15:45:53 +08:00
  • cd5823b106 net/quic: Add support for HTTP/3 CONNECT Fast Open klzgrad 2019-01-17 05:47:20 -05:00
  • e14f4093a7 net/spdy: Pad RST_STREAM frames klzgrad 2020-06-13 17:59:48 +08:00
  • 3cfdcb0b18 net/spdy: Add support for HTTP/2 CONNECT Fast Open klzgrad 2018-01-29 13:02:09 -05:00
  • aa93ab7da3 net/spdy: Reduce warnings about RST on invalid streams klzgrad 2018-01-24 23:50:06 -05:00
  • 9130e2c8b9 net: Allow http proxies in proxy chains klzgrad 2024-07-22 00:21:45 +08:00
  • e015752df0 net/socket: Use SO_REUSEPORT for server sockets klzgrad 2024-03-10 10:30:35 +08:00
  • a4b39d2015 net/socket: Force tunneling for all sockets klzgrad 2019-06-09 15:19:03 +00:00
  • 55d89e69a9 net/socket: Allow higher limits for proxies klzgrad 2018-01-25 00:11:23 -05:00
  • d9f2543298 net/cert: Fix iwyu klzgrad 2023-06-04 11:54:34 +08:00