Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pico masque #1747

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c6bb25d
Early seleton of picomask
huitema Jul 17, 2024
d2cbcbd
Merge branch 'master' into pico_masque
huitema Jul 18, 2024
eff90b3
Progress on picomask
huitema Jul 20, 2024
7809447
Merge branch 'master' into pico_masque
huitema Jul 21, 2024
164bd28
Merge branch 'master' into pico_masque
huitema Aug 18, 2024
9ddba16
Add picomasc.c to cmake builds.
huitema Aug 19, 2024
a35f5a2
Resolve conflcits
huitema Sep 6, 2024
451e5d5
Add picomask_test to CMakeList
huitema Sep 6, 2024
88584d3
Move picomask_test to http test library
huitema Sep 7, 2024
e119b3d
Fix compile issues
huitema Sep 8, 2024
276d014
Missing include files
huitema Sep 8, 2024
f3f91e4
Beginning of first test
huitema Sep 9, 2024
ea661f8
Merge branch 'master' into pico_masque
huitema Sep 21, 2024
51fa7ce
Merge branch 'master' into pico_masque
huitema Sep 27, 2024
c85ed99
Merge branch 'master' into pico_masque
huitema Oct 22, 2024
18fd3f1
Merge branch 'master' into pico_masque
huitema Oct 23, 2024
d35362e
Merge branch 'master' into pico_masque
huitema Nov 1, 2024
32b02d6
Merge master 2024/11/14
huitema Nov 15, 2024
03e6479
Merge branch 'master' into pico_masque
huitema Nov 18, 2024
774d652
Merge from master
huitema Dec 7, 2024
e0459f4
Merge branch 'master' into pico_masque
huitema Dec 7, 2024
80c6df2
Merge branch 'master' into pico_masque
huitema Dec 18, 2024
d826af2
Merge branch 'master' into pico_masque
huitema Dec 18, 2024
eb7b1d7
Fix merge issues
huitema Dec 18, 2024
0781222
Template expansion support for h3zero
huitema Dec 23, 2024
d5aa422
Expand test of h3zero templates
huitema Dec 23, 2024
0540c93
masque UDP path and verification
huitema Dec 24, 2024
7d212cc
Complete picomask accept
huitema Dec 25, 2024
87fc70a
Work in progress.
huitema Jan 7, 2025
3c435bd
Merge branch 'master' into pico_masque
huitema Jan 8, 2025
74daa1d
Merge branch 'master' into pico_masque
huitema Jan 23, 2025
c99d6a6
Merge branch 'master' into pico_masque
huitema Jan 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge master 2024/11/14
  • Loading branch information
huitema committed Nov 15, 2024
commit 32b02d65fe667d5c9e1b2015271795c1c66fcdfb
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,15 @@ set(PICOHTTP_HEADERS
picohttp/demoserver.h
picohttp/pico_webtransport.h
picohttp/picomask.h
picohttp/quicperf.c
picohttp/wt_baton.h)

set(PICOHTTP_TEST_LIBRARY_FILES
picoquictest/h3zerotest.c
picoquictest/h3zero_stream_test.c
picoquictest/h3zero_uri_test.c
picoquictest/picomask_test.c
picoquictest/picomask_test.c
picoquictest/webtransport_test.c)

OPTION(PICOQUIC_FETCH_PTLS "Fetch PicoTLS during configuration" OFF)
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.