513 Commits

Author SHA1 Message Date
Kazuho Oku
c0d963c36c add test for pipe errors 2025-04-28 15:26:13 +09:00
Kazuho Oku
fe2bc7b6cd don't pretend we have abstraction; type has to be public to be used by tracing 2025-04-25 17:10:34 +09:00
Kazuho Oku
e2ca1fca8e add files to xcodeproj 2025-04-05 08:16:53 +09:00
Kazuho Oku
972191f355 Merge branch 'master' into kazuho/io_uring-take-3 2025-04-04 09:00:45 +08:00
Kazuho Oku
8827f8d38c remove remaining EBPF-based selective tracing, replacing it with picotls's sampling-based logging; sni-based is turned off for now 2024-12-02 14:55:46 +09:00
Kazuho Oku
0246737670 bare bone implementation of h2olog in perl 2024-10-28 14:05:08 +09:00
Kazuho Oku
16c31d4dde [xcode] register tests 2024-10-25 16:46:12 +09:00
Kazuho Oku
2cb989a4ab remove h2olog in current form 2024-10-25 16:43:15 +09:00
Kazuho Oku
9f8514ff4b add files 2024-09-17 14:20:24 +09:00
Kazuho Oku
7bdf4c38a5 Merge branch 'master' into gfx/h2olog2 2024-02-07 06:22:17 +09:00
Kazuho Oku
b878d2ff74
Merge pull request #3278 from h2o/kazuho/masque-rfc
Update masque to RFC version
2024-01-31 11:21:17 +09:00
Kazuho Oku
649c6b8f33 add failing test 2024-01-25 06:39:24 +09:00
Kazuho Oku
e78ca9a6a4 [xcode] add files 2024-01-16 16:27:34 +09:00
Kazuho Oku
cf9ca4c133 [test] tiny editorial changes 2023-12-15 12:33:41 +09:00
Kazuho Oku
8ff25a3dd3 Merge branch 'master' into kazuho/session-ticket-context 2023-12-11 13:41:25 +09:00
Kazuho Oku
e7e951c404 add tests 2023-12-04 17:06:17 +09:00
Kazuho Oku
564c473e60 add test 2023-10-10 21:40:26 +09:00
Kazuho Oku
6c1a64c191 [aegis] add test (ATM only boots the server) 2023-09-19 10:17:28 +09:00
Kazuho Oku
1231db09f9 add tests 2023-09-08 17:07:47 +09:00
Kazuho Oku
1f9e00ea87 use spawn_server, and you'll notice that nghttpd is missing on ubuntu2204 2023-08-13 16:43:50 +09:00
Kazuho Oku
d7beef484c rename, as this feature is reverse-proxy-specific 2023-08-13 16:32:57 +09:00
Kazuho Oku
44a44ca5d7 [xcode] add test 2023-08-13 13:43:55 +09:00
Kazuho Oku
9f3e083c6c add end-to-end test using vectors from @kenballus 2023-07-18 15:23:32 +09:00
Kazuho Oku
7f94d9f69d update H3 doc 2023-05-06 18:26:33 +09:00
Kazuho Oku
de63bb2fb0 add test that detects commands with missing docs (or vice versa) 2023-05-01 15:15:47 +09:00
Kazuho Oku
fc956c25bd Merge branch 'master' into kazuho/io_uring-take-3 2023-04-17 14:54:19 +09:00
Kazuho Oku
618c307c6b Merge branch 'master' into wetags 2023-03-13 18:20:15 +09:00
Kazuho Oku
7a29ddac9e [xcode] add files 2023-03-13 11:51:17 +09:00
Kazuho Oku
1ce4140fcc [xcode] add files 2023-03-10 23:29:21 +09:00
Kazuho Oku
f69e4b7be3 prepare API for io_uring+splice 2023-02-20 16:40:58 +09:00
Kazuho Oku
d6f597d3f7 [xcode] add dockerfiles 2023-02-10 18:52:49 +09:00
Kazuho Oku
5fb4b42687 use Make to build docker images 2023-02-10 17:39:10 +09:00
Kazuho Oku
0cfa660de1 add ECH test (at the moment, only for TCP) 2022-12-08 16:30:17 +09:00
Kazuho Oku
8ed956403f update build settings 2022-12-07 16:22:07 +09:00
Frederik Deweerdt
52cc19068b collect zerocopy memory stats 2022-08-01 10:43:45 +09:00
Kazuho Oku
4f74f19433 [xcode] syntax coloring for t/90h2olog.t 2022-07-21 09:17:35 +09:00
Kazuho Oku
c63dad3f15 [xcode] add files 2022-06-30 19:07:23 +09:00
Kazuho Oku
98c7c889d5
Merge pull request #2968 from h2o/kazuho/sort-paths
Sort paths in the descending order of length at libh2o-level
2022-05-26 13:33:19 +09:00
Kazuho Oku
06244d591c [xcode] add files 2022-05-19 16:53:28 +09:00
Kazuho Oku
bf791d5b2d add failing test 2022-04-22 15:42:43 +09:00
Kazuho Oku
214161e489 use accurate timeout rather than interval of 100ms, also fixes the bug in which h2o_ostream_send_next is invoked more than once for each do_send 2022-04-07 14:22:25 +09:00
Kazuho Oku
a3a7e449d5 Sort paths in the descending order of length at libh2o-level. Previously, this was done only in h2o standalone server. 2022-03-16 14:53:00 +09:00
Kazuho Oku
65f7ebf93f Merge branch 'master' into kazuho/connect-udp 2022-01-05 16:08:18 +09:00
Kazuho Oku
f4a72d8780 Merge branch 'kazuho/connect-udp' into kazuho/pr/2830 2021-12-15 15:56:19 +09:00
Kazuho Oku
895460907d Merge branch 'master' into kazuho/connect-udp 2021-12-15 11:07:05 +09:00
Kazuho Oku
043f90f823 start adding happy eyeballs test 2021-11-29 13:19:13 +09:00
Kazuho Oku
d4369296b0 Merge branch 'master' into kazuho/connect-udp 2021-11-26 10:04:47 +09:00
Kazuho Oku
be5c2e8678 Merge branch 'kazuho/multiple-certs' into kazuho/ocsp-staple-loaded-cert 2021-11-24 15:51:21 +09:00
Kazuho Oku
fa01e7ca98 Merge branch 'master' into kazuho/multiple-certs 2021-11-24 15:29:58 +09:00
Kazuho Oku
cce58bee71 run fuzzer as part of tests 2021-11-23 13:30:07 +09:00