Commit Graph

  • 942f0f6d3d build: Add OpenWrt toolchains klzgrad 2021-05-17 02:01:16 +0800
  • 38df9a1990 build: Support ARM build without FPU klzgrad 2020-07-29 21:43:37 +0800
  • e2109261a0 build: Support -mcpu= on ARM and ARM64 klzgrad 2020-05-19 23:42:14 +0800
  • 50f7f683f6 quic: Add support for HTTP/3 CONNECT Fast Open klzgrad 2019-01-17 05:47:20 -0500
  • 3c563bb899 h2: Pad RST_STREAM frames klzgrad 2020-06-13 17:59:48 +0800
  • 8b1650e726 h2: Add support for HTTP/2 CONNECT Fast Open klzgrad 2018-01-29 13:02:09 -0500
  • ace7f4400c h2: Reduce warnings about RST on invalid streams klzgrad 2018-01-24 23:50:06 -0500
  • 1345a348b8 socket: Force tunneling for all sockets klzgrad 2019-06-09 15:19:03 +0000
  • 8670517bf6 socket: Allow higher limits for proxies klzgrad 2018-01-25 00:11:23 -0500
  • e6ac6695d6 socket: Add RawConnect method klzgrad 2018-12-08 00:52:08 -0500
  • 99335e069c cert: Handle AIA response in PKCS#7 format klzgrad 2021-05-16 00:47:27 +0800
  • 0b362a2457 cert: Use builtin verifier on Android and Linux klzgrad 2021-05-16 00:46:34 +0800
  • 3223a91e83 cert: Add SystemTrustStoreStaticUnix klzgrad 2021-05-16 00:41:07 +0800
  • d18ec75088 libc++: Disable exceptions and RTTI klzgrad 2019-11-30 21:52:42 +0800
  • f148fae6ad base: Disable trace event klzgrad 2020-08-29 20:22:14 +0800
  • 1b3342323c base: Fix iwyu in file_path.cc klzgrad 2022-05-29 19:13:46 +0800
  • 7f9ca17226 base: Don't fix Y2038 problem with icu klzgrad 2020-11-18 22:51:53 +0800
  • e04b8ce6cf net, url: Remove icu klzgrad 2018-01-25 05:02:13 -0500
  • 124b7eedf2 build: Force determinism in official build klzgrad 2019-01-11 11:49:08 +0000
  • 10de02a5e1 build: Disable Android java templates klzgrad 2021-05-16 20:57:51 +0800
  • 5e5174eb00 build: Disable build_with_chromium klzgrad 2021-05-16 20:40:16 +0800
  • 5cdc5f321c base: Remove JNI function on Android klzgrad 2022-03-30 20:23:40 +0800
  • 5d63118783 base: Add Android stubs klzgrad 2021-05-16 10:10:30 +0800
  • 63e6fdd247 net: Add Android stubs klzgrad 2021-05-16 10:10:09 +0800
  • 2646c28978 build: Remove tests and minimize klzgrad 2021-05-16 21:03:12 +0800
  • 2f44ca81d3 Add .gitignore klzgrad 2021-05-20 23:57:20 +0800
  • 2400c50aa5 Import chromium-114.0.5735.91 importer 2023-06-03 08:01:16 +0800
  • b96da9c23b
    Update README.md v113.0.5672.62-2 113.0.5672.62 klzgrad 2023-05-06 09:03:47 +0800
  • 2396bbe185 Check callback availability in SpdyProxyClientSocket::RunWriteCallback Kenichi Ishibashi 2023-05-06 08:13:31 +0800
  • 900f316fde
    Update README.md klzgrad 2023-05-02 20:51:18 +0800
  • 395237215f dns: Fix iwyu on win v113.0.5672.62-1 klzgrad 2023-04-05 15:45:53 +0800
  • 4f8b4b06da brotli: Fix missing import in BUILD.gn klzgrad 2023-03-14 06:41:58 +0800
  • 6d96f6c96d third_party/protobuf: Reduce the required alignment of ArenaString from 8 to 4 klzgrad 2022-09-01 21:37:42 +0800
  • 60700beb7f third_party/protobuf: Disable musttail on MIPS klzgrad 2022-09-01 21:32:55 +0800
  • f721cb3343 net: Remove upstream temporary debug code breaking build klzgrad 2022-05-29 19:14:32 +0800
  • 7e67541d01 Add http server test (#475) Chilledheart 2023-03-17 06:47:03 +0800
  • f00ac6e131 Add continuous integration and tests klzgrad 2019-04-26 01:40:46 +0800
  • 946ca194ab Add build scripts klzgrad 2018-01-25 10:06:30 -0500
  • c16f4c0010 Add example config.json klzgrad 2019-01-11 12:24:28 +0000
  • 85b7e43187 Add README klzgrad 2019-01-14 03:24:16 -0500
  • d9e79a0b07 Add LICENSE klzgrad 2019-01-14 03:24:01 -0500
  • 4edb2d311e Add source import tool klzgrad 2019-01-14 00:42:27 -0500
  • c8b559769a naive: Support http 1.0 proxy request (#418) Chilledheart 2023-01-07 11:49:45 +0800
  • fe779a0148 Add initial implementation of Naive client klzgrad 2018-01-20 12:15:45 -0500
  • 46b1b791e9 build: Use thinlto max optimization for everything klzgrad 2022-05-04 10:31:50 +0800
  • 54162789f5 base: Fix Android build adding extra -latomic klzgrad 2022-05-03 01:01:06 +0800
  • 8fd9845d0b base: Fix OpenWrt build with use_allocator_shim=false klzgrad 2022-03-03 02:09:27 +0800
  • 7b1750eb31 allocator: Fix PartitionAlloc mipsel build klzgrad 2023-04-05 13:47:03 +0800
  • 629fafd213 allocator: Ignore madvise ENOSYS error klzgrad 2022-11-12 15:13:24 +0800
  • 46a411ea0d allocator: Fix __THROW and mallinfo for Musl klzgrad 2022-11-09 23:36:59 +0800
  • 0623a26219 allocator: Improve MIPS coverage of spinlocks klzgrad 2019-11-30 22:38:31 +0800
  • 800f0ef192 debug: Fix uClibc macro condition klzgrad 2019-11-30 22:37:57 +0800
  • 874283e8cf third_party: Fix missing sgidefs.h for Musl klzgrad 2021-10-06 15:30:54 +0800
  • 8a17a173de base: Disable __close overloading for Musl klzgrad 2021-07-23 21:54:20 +0800
  • 846505f507 process: Remove use of mallinfo for Musl klzgrad 2019-11-30 22:37:05 +0800
  • f2d692cb06 base: Remove use of mallinfo for Musl klzgrad 2019-11-30 22:36:22 +0800
  • 2acea1b715 dns: Support Musl klzgrad 2019-11-30 22:21:18 +0800
  • 2f81843df6 lss: Avoid naming conflict in fstatat64 klzgrad 2020-11-19 00:09:26 +0800
  • 221a9b6499 build: Add sysroot creator script klzgrad 2019-10-05 15:52:34 +0800
  • 34ec37dbca build: Add OpenWrt toolchains klzgrad 2021-05-17 02:01:16 +0800
  • c43e9b9ec8 build: Support ARM build without FPU klzgrad 2020-07-29 21:43:37 +0800
  • e552772739 build: Support -mcpu= on ARM and ARM64 klzgrad 2020-05-19 23:42:14 +0800
  • 314107408c quic: Add support for HTTP/3 CONNECT Fast Open klzgrad 2019-01-17 05:47:20 -0500
  • 7111b39eb0 h2: Pad RST_STREAM frames klzgrad 2020-06-13 17:59:48 +0800
  • ad4b5bf32d h2: Add support for HTTP/2 CONNECT Fast Open klzgrad 2018-01-29 13:02:09 -0500
  • b437975671 h2: Reduce warnings about RST on invalid streams klzgrad 2018-01-24 23:50:06 -0500
  • 96ec200d31 socket: Force tunneling for all sockets klzgrad 2019-06-09 15:19:03 +0000
  • d67966a82d socket: Allow higher limits for proxies klzgrad 2018-01-25 00:11:23 -0500
  • 7334774527 socket: Add RawConnect method klzgrad 2018-12-08 00:52:08 -0500
  • 75ff2b8cf6 cert: Handle AIA response in PKCS#7 format klzgrad 2021-05-16 00:47:27 +0800
  • b9c6040ec7 cert: Use builtin verifier on Android and Linux klzgrad 2021-05-16 00:46:34 +0800
  • fd432a82ba cert: Add SystemTrustStoreStaticUnix klzgrad 2021-05-16 00:41:07 +0800
  • 72ad261eda libc++: Disable exceptions and RTTI klzgrad 2019-11-30 21:52:42 +0800
  • 604b7526df url: Remove perfetto tracing klzgrad 2021-04-24 08:18:21 +0800
  • 23f36951f8 base: Disable trace event klzgrad 2020-08-29 20:22:14 +0800
  • 2ec8b2943c base: Fix iwyu in file_path.cc klzgrad 2022-05-29 19:13:46 +0800
  • 08cc0ef770 base: Don't fix Y2038 problem with icu klzgrad 2020-11-18 22:51:53 +0800
  • 383dfc600f net, url: Remove icu klzgrad 2018-01-25 05:02:13 -0500
  • fde971f24c build: Force determinism in official build klzgrad 2019-01-11 11:49:08 +0000
  • 51307ddbe7 build: Disable Android java templates klzgrad 2021-05-16 20:57:51 +0800
  • 225ad9a7fb build: Disable build_with_chromium klzgrad 2021-05-16 20:40:16 +0800
  • 0c28b99347 base: Remove JNI function on Android klzgrad 2022-03-30 20:23:40 +0800
  • 615bdccfc7 base: Add Android stubs klzgrad 2021-05-16 10:10:30 +0800
  • 65b21ed85f net: Add Android stubs klzgrad 2021-05-16 10:10:09 +0800
  • 57f8bfa98c build: Remove tests and minimize klzgrad 2021-05-16 21:03:12 +0800
  • 41d28f63ea Add .gitignore klzgrad 2021-05-20 23:57:20 +0800
  • 7be7d53a5b Import chromium-113.0.5672.62 importer 2023-05-02 12:53:48 +0800
  • a13330f2e7 release:improve for release 1.change github action runner to *-latest instead of a specific version 2.add permission control for upload assets FranzKafkayu 2023-04-28 17:34:26 +0800
  • 0efdd5d766 dns: Fix iwyu on win v112.0.5615.49-1 112.0.5615.49 klzgrad 2023-04-05 15:45:53 +0800
  • 5bf369ecba win: Add missing process_handle.h include Marshall Greenblatt 2023-04-05 13:55:28 +0800
  • 68d7e1fc86 build: Disable UBSAN in brotli klzgrad 2023-03-14 06:41:58 +0800
  • f9b4f7dea8 third_party/protobuf: Reduce the required alignment of ArenaString from 8 to 4 klzgrad 2022-09-01 21:37:42 +0800
  • 7ce1a95eb2 third_party/protobuf: Disable musttail on MIPS klzgrad 2022-09-01 21:32:55 +0800
  • b8c6c99cd8 net: Remove upstream temporary debug code breaking build klzgrad 2022-05-29 19:14:32 +0800
  • 2b5ee1cb94 Add http server test (#475) Chilledheart 2023-03-17 06:47:03 +0800
  • 1d0ca70488 Add continuous integration and tests klzgrad 2019-04-26 01:40:46 +0800
  • 6e00a33b8c Add build scripts klzgrad 2018-01-25 10:06:30 -0500
  • 4fffbfd1a1 Add example config.json klzgrad 2019-01-11 12:24:28 +0000
  • 4c0c3f5fad Add README klzgrad 2019-01-14 03:24:16 -0500
  • 8828fcc8bb Add LICENSE klzgrad 2019-01-14 03:24:01 -0500