Commit graph

  • a6f3d84057 cert: Use builtin verifier on Android and Linux klzgrad 2021-05-16 00:46:34 +08:00
  • 434dab01ee cert: Add SystemTrustStoreStaticUnix klzgrad 2021-05-16 00:41:07 +08:00
  • ff294d3674 libc++: Disable exceptions and RTTI klzgrad 2019-11-30 21:52:42 +08:00
  • 8996efc368 url: Remove perfetto tracing klzgrad 2021-04-24 08:18:21 +08:00
  • f701b08a6d base: Disable trace event klzgrad 2020-08-29 20:22:14 +08:00
  • 2a9473027a lss: Avoid naming conflict in fstatat64 klzgrad 2020-11-19 00:09:26 +08:00
  • 7bc4eda900 base: Fix iwyu in file_path.cc klzgrad 2022-05-29 19:13:46 +08:00
  • d277cd6c6a base: Don't fix Y2038 problem with icu klzgrad 2020-11-18 22:51:53 +08:00
  • 97ece1b742 net, url: Remove icu klzgrad 2018-01-25 05:02:13 -05:00
  • 7320a34bc7 build: Force determinism in official build klzgrad 2019-01-11 11:49:08 +00:00
  • d8917f9b76 build: Disable Android java templates klzgrad 2021-05-16 20:57:51 +08:00
  • c29bd779a0 build: Disable build_with_chromium klzgrad 2021-05-16 20:40:16 +08:00
  • 51eef9f2d9 base: Remove JNI function on Android klzgrad 2022-03-30 20:23:40 +08:00
  • 785f143c44 base: Add Android stubs klzgrad 2021-05-16 10:10:30 +08:00
  • 2102787639 net: Add Android stubs klzgrad 2021-05-16 10:10:09 +08:00
  • 7a4dddc5ae build: Remove tests and minimize klzgrad 2021-05-16 21:03:12 +08:00
  • e018cc8d7d Add .gitignore klzgrad 2021-05-20 23:57:20 +08:00
  • 8de0e3898b Import chromium-109.0.5414.74 importer 2023-01-11 16:33:15 +08:00
  • 9d972a87da Fix DCHECK from malformed query in redirect resolver 108.0.5359.94 klzgrad 2023-01-07 12:38:54 +08:00
  • e30e3cb457
    naive: Support http 1.0 proxy request (#418) Chilledheart 2023-01-07 11:49:45 +08:00
  • 52fb5cfb6e Fix crash from invalid proxy url klzgrad 2022-12-10 09:40:30 +08:00
  • 93575950d7 naive: support http 1.0 proxy request Chilledheart 2022-03-03 18:26:27 +08:00
  • f032d7911c base: include sys/types.h in symbolize.h v108.0.5359.94-1 Elly Fong-Jones 2022-11-02 15:29:48 +00:00
  • c1b789a825 sysroot: Fix arm64 build requiring glibc 2.29 klzgrad 2022-10-06 00:14:04 +08:00
  • b497e0aba7 third_party/protobuf: Reduce the required alignment of ArenaString from 8 to 4 klzgrad 2022-09-01 21:37:42 +08:00
  • 18a93358d1 third_party/protobuf: Disable musttail on MIPS klzgrad 2022-09-01 21:32:55 +08:00
  • 01ed881ac1 net: Remove upstream temporary debug code breaking build klzgrad 2022-05-29 19:14:32 +08:00
  • 935bf0cccb Add continuous integration and tests klzgrad 2019-04-26 01:40:46 +08:00
  • 2f7593492b Add build scripts klzgrad 2018-01-25 10:06:30 -05:00
  • 57453ff6c2 Add example config.json klzgrad 2019-01-11 12:24:28 +00:00
  • 426bd24df2 Add README klzgrad 2019-01-14 03:24:16 -05:00
  • d50caeded7 Add LICENSE klzgrad 2019-01-14 03:24:01 -05:00
  • 2c467bc3f7 Add source import tool klzgrad 2019-01-14 00:42:27 -05:00
  • 49036e5b83 Add initial implementation of Naive client klzgrad 2018-01-20 12:15:45 -05:00
  • be9d9159ca build: Use thinlto max optimization for everything klzgrad 2022-05-04 10:31:50 +08:00
  • 8edd1a66b2 base: Fix Android build missing -latomic klzgrad 2022-05-03 01:01:06 +08:00
  • ef58cd0a89 base: Fix OpenWrt build with use_allocator_shim=false klzgrad 2022-03-03 02:09:27 +08:00
  • fec1834dfc allocator: Ignore madvise ENOSYS error klzgrad 2022-11-12 15:13:24 +08:00
  • 928267c103 allocator: Fix __THROW and mallinfo for Musl klzgrad 2022-11-09 23:36:59 +08:00
  • 335deca205 allocator: Improve MIPS coverage of spinlocks klzgrad 2019-11-30 22:38:31 +08:00
  • 29f3c35f69 debug: Fix uClibc macro condition klzgrad 2019-11-30 22:37:57 +08:00
  • 7af171f868 third_party: Fix missing sgidefs.h for Musl klzgrad 2021-10-06 15:30:54 +08:00
  • 469c90c060 base: Do not forward declare stat64 for Musl klzgrad 2021-09-24 23:46:21 +08:00
  • d23d609b0c base: Fix narrowing casting for Musl klzgrad 2021-09-02 00:42:31 +08:00
  • 2845894eae base: Disable __close overloading for Musl klzgrad 2021-07-23 21:54:20 +08:00
  • ae79b28afe process: Remove use of mallinfo for Musl klzgrad 2019-11-30 22:37:05 +08:00
  • 095bcf3f94 base: Remove use of mallinfo for Musl klzgrad 2019-11-30 22:36:22 +08:00
  • fd2b17ff4a dns: Support Musl klzgrad 2019-11-30 22:21:18 +08:00
  • a58d4a2239 debug: Fix obsolete max check klzgrad 2019-11-30 22:39:06 +08:00
  • 6ff76e585a build: Add sysroot creator script klzgrad 2019-10-05 15:52:34 +08:00
  • 1386d12688 build: Add OpenWrt toolchains klzgrad 2021-05-17 02:01:16 +08:00
  • a69c822efc build: Support ARM build without FPU klzgrad 2020-07-29 21:43:37 +08:00
  • ca80a0a39a build: Support -mcpu= on ARM and ARM64 klzgrad 2020-05-19 23:42:14 +08:00
  • 701e7da507 quic: Add support for HTTP/3 CONNECT Fast Open klzgrad 2019-01-17 05:47:20 -05:00
  • 344d91a510 h2: Pad RST_STREAM frames klzgrad 2020-06-13 17:59:48 +08:00
  • 192597d4d2 h2: Add support for HTTP/2 CONNECT Fast Open klzgrad 2018-01-29 13:02:09 -05:00
  • b96a3c98fc h2: Reduce warnings about RST on invalid streams klzgrad 2018-01-24 23:50:06 -05:00
  • ca01c27db9 socket: Force tunneling for all sockets klzgrad 2019-06-09 15:19:03 +00:00
  • eb5e228a43 socket: Allow higher limits for proxies klzgrad 2018-01-25 00:11:23 -05:00
  • 9513f88fdc socket: Add RawConnect method klzgrad 2018-12-08 00:52:08 -05:00
  • d34742571b cert: Handle AIA response in PKCS#7 format klzgrad 2021-05-16 00:47:27 +08:00
  • 7a13164b40 cert: Use builtin verifier on Android and Linux klzgrad 2021-05-16 00:46:34 +08:00
  • 9258ae9ef9 cert: Add SystemTrustStoreStaticUnix klzgrad 2021-05-16 00:41:07 +08:00
  • 6a3d656f3b libc++: Disable exceptions and RTTI klzgrad 2019-11-30 21:52:42 +08:00
  • 91f84f2b68 url: Remove perfetto tracing klzgrad 2021-04-24 08:18:21 +08:00
  • a00628f48d base: Disable trace event klzgrad 2020-08-29 20:22:14 +08:00
  • 6ad6d8cf9f lss: Avoid naming conflict in fstatat64 klzgrad 2020-11-19 00:09:26 +08:00
  • cbf88a90ee base: Fix iwyu in file_path.cc klzgrad 2022-05-29 19:13:46 +08:00
  • 67b8c97f85 base: Don't fix Y2038 problem with icu klzgrad 2020-11-18 22:51:53 +08:00
  • daa4f46178 net, url: Remove icu klzgrad 2018-01-25 05:02:13 -05:00
  • 6aa14d128d build: Force determinism in official build klzgrad 2019-01-11 11:49:08 +00:00
  • 0607b155e1 build: Disable Android java templates klzgrad 2021-05-16 20:57:51 +08:00
  • c0e9f8dad1 build: Disable build_with_chromium klzgrad 2021-05-16 20:40:16 +08:00
  • 4e3ad2e10f base: Remove JNI function on Android klzgrad 2022-03-30 20:23:40 +08:00
  • 987c099b5c base: Add Android stubs klzgrad 2021-05-16 10:10:30 +08:00
  • 79e29d1c3d net: Add Android stubs klzgrad 2021-05-16 10:10:09 +08:00
  • d447a732d6 build: Remove tests and minimize klzgrad 2021-05-16 21:03:12 +08:00
  • b0dc96383d Add .gitignore klzgrad 2021-05-20 23:57:20 +08:00
  • 58d0eb0da6 Import chromium-108.0.5359.94 importer 2022-12-03 16:11:17 +08:00
  • 369729a74e Update Github Actions runners 107.0.5304.87 klzgrad 2022-11-13 20:58:01 +08:00
  • 5edebbfffb allocator: Ignore madvise ENOSYS error v107.0.5304.87-3 klzgrad 2022-11-12 15:13:24 +08:00
  • f9f98eedd9 Revert "Disable PartitionAlloc for old device builds" klzgrad 2022-11-12 15:13:17 +08:00
  • 15fe90088c Disable PartitionAlloc for old device builds klzgrad 2022-11-12 14:29:20 +08:00
  • 44e5796908 Enable PartitionAlloc on OpenWrt v107.0.5304.87-2 klzgrad 2022-11-09 23:39:51 +08:00
  • d1cef3d803 allocator: Fix __THROW and mallinfo for Musl klzgrad 2022-11-09 23:36:59 +08:00
  • 6e5b245e64 Add PartitionAlloc support klzgrad 2022-11-05 18:34:44 +08:00
  • 611b3bdcf9 base: include sys/types.h in symbolize.h v107.0.5304.87-1 Elly Fong-Jones 2022-11-02 15:29:48 +00:00
  • 1a16a881a5 sysroot: Fix arm64 build requiring glibc 2.29 klzgrad 2022-10-06 00:14:04 +08:00
  • 62f24fdbc8 third_party/protobuf: Reduce the required alignment of ArenaString from 8 to 4 klzgrad 2022-09-01 21:37:42 +08:00
  • 519dcfb4b6 third_party/protobuf: Disable musttail on MIPS klzgrad 2022-09-01 21:32:55 +08:00
  • a196a21709 net: Remove upstream temporary debug code breaking build klzgrad 2022-05-29 19:14:32 +08:00
  • b352765b77 Add continuous integration and tests klzgrad 2019-04-26 01:40:46 +08:00
  • c55997b837 Add build scripts klzgrad 2018-01-25 10:06:30 -05:00
  • 29405c119d Add example config.json klzgrad 2019-01-11 12:24:28 +00:00
  • 826e884bcc Add README klzgrad 2019-01-14 03:24:16 -05:00
  • ea65ce0f64 Add LICENSE klzgrad 2019-01-14 03:24:01 -05:00
  • 7879e29223 Add source import tool klzgrad 2019-01-14 00:42:27 -05:00
  • 1f9e66c1ba Add initial implementation of Naive client klzgrad 2018-01-20 12:15:45 -05:00
  • 0e75c24879 build: Use thinlto max optimization for everything klzgrad 2022-05-04 10:31:50 +08:00
  • 35e3ad0111 base: Fix Android build missing -latomic klzgrad 2022-05-03 01:01:06 +08:00