File tree
7 files changed
+349
-242
lines changed- external
- include/session
- src
- tests
7 files changed
+349
-242
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
Submodule oxen-libquic updated 63 files
- CMakeLists.txt+1-1
- cmake/StaticBuild.cmake+4-2
- include/oxen/quic.hpp-1
- include/oxen/quic/address.hpp+2-2
- include/oxen/quic/btstream.hpp+24-26
- include/oxen/quic/connection.hpp+125-199
- include/oxen/quic/context.hpp+1
- include/oxen/quic/datagram.hpp+308-53
- include/oxen/quic/endpoint.hpp+34-62
- include/oxen/quic/format.hpp+9-34
- include/oxen/quic/gnutls_crypto.hpp+4-4
- include/oxen/quic/iochannel.hpp+31-43
- include/oxen/quic/ip.hpp+33-18
- include/oxen/quic/loop.hpp+63-67
- include/oxen/quic/messages.hpp-285
- include/oxen/quic/network.hpp+38-92
- include/oxen/quic/opt.hpp+8-37
- include/oxen/quic/stream.hpp+81-45
- include/oxen/quic/udp.hpp+4-4
- include/oxen/quic/utils.hpp+13-61
- readme.md+1-1
- src/CMakeLists.txt-3
- src/address.cpp+7-10
- src/btstream.cpp+12-12
- src/connection.cpp+91-118
- src/datagram.cpp+342-35
- src/endpoint.cpp+54-29
- src/gnutls_creds.cpp-474
- src/gnutls_crypto.cpp+864
- src/gnutls_session.cpp-423
- src/iochannel.cpp+14-16
- src/ip.cpp+7-20
- src/loop.cpp+24-65
- src/messages.cpp-334
- src/network.cpp+31-24
- src/stream.cpp+92-99
- src/udp.cpp+9-5
- tests/001-handshake.cpp+50-46
- tests/002-send-receive.cpp+38-44
- tests/003-multiclient.cpp+2-3
- tests/004-streams.cpp+89-89
- tests/005-chunked-sender.cpp+1-1
- tests/006-server-send.cpp+8-11
- tests/007-datagrams.cpp+39-36
- tests/008-conn_hooks.cpp+4-4
- tests/009-alpns.cpp+4-4
- tests/010-migration.cpp+7-8
- tests/011-manual_transmission.cpp+28-23
- tests/012-watermarks.cpp+213-108
- tests/013-eventhandler.cpp+6-7
- tests/014-0rtt.cpp+31-34
- tests/015-bt-encoding.cpp+18-18
- tests/016-stateless_reset.cpp+3-3
- tests/dgram-speed-client.cpp+11-15
- tests/dgram-speed-server.cpp+16-23
- tests/ping-client.cpp+12-9
- tests/ping-server.cpp+7-9
- tests/speedtest-client.cpp+2-7
- tests/speedtest-server.cpp+1-1
- tests/unit_test.hpp-25
- tests/utils.cpp+67-36
- tests/utils.hpp+37-12
- utils/build_scripts/gnutls-android-timezone-t.patch+128-117
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | 207 | | |
209 | 208 | | |
210 | | - | |
| 209 | + | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
675 | | - | |
| 675 | + | |
676 | 676 | | |
677 | 677 | | |
678 | 678 | | |
| |||
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | | - | |
| 692 | + | |
693 | 693 | | |
694 | 694 | | |
695 | 695 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
Large diffs are not rendered by default.
0 commit comments