.circleci
add Go mod support
2019-03-01 10:23:27 +09:00
.travis
fuzz the frame parser
2019-08-24 08:54:56 +07:00
benchmark
add a context to Session.Accept{Uni}Stream
2019-06-22 19:37:11 +08:00
docs
add gopher-logo
2016-05-03 10:27:59 +02:00
example
make example server conform with the GET /xxx format used for interop
2019-08-02 11:27:32 +07:00
fuzzing
fuzz the frame parser
2019-08-24 08:54:56 +07:00
http3
Merge pull request #2091 from lucas-clemente/request-cancelation
2019-08-31 17:32:25 +07:00
integrationtests
Merge pull request #2091 from lucas-clemente/request-cancelation
2019-08-31 17:32:25 +07:00
internal
assemble ackhandler.Frames, not wire.Frames, when packing a packet
2019-08-31 17:34:54 +07:00
quictrace
update quic-trace to handle CRYPTO frames
2019-06-20 22:58:01 +08:00
.editorconfig
add editorconfig
2016-04-15 12:13:33 +02:00
.gitignore
add .gitignore entries for fuzzing
2019-08-24 08:54:56 +07:00
.golangci.yml
implement HTTP/3
2019-04-11 09:06:10 +09:00
.travis.yml
run fuzzit
2019-08-17 08:59:59 +07:00
appveyor.yml
use appveyor-retry for downloading remote resources
2019-08-10 17:33:51 +07:00
buffer_pool.go
fix packet buffer usage when handling coalesced packets
2019-03-05 18:03:38 +09:00
buffer_pool_test.go
fix packet buffer usage when handling coalesced packets
2019-03-05 18:03:38 +09:00
Changelog.md
add a Changelog entry for the TokenStore
2019-08-13 10:56:52 +07:00
client.go
add the TokenStore to the quic.Config, store received tokens
2019-08-13 10:52:59 +07:00
client_test.go
add the TokenStore to the quic.Config, store received tokens
2019-08-13 10:52:59 +07:00
codecov.yml
fuzz the header parsing
2019-08-16 16:21:18 +07:00
conn.go
add a LocalAddr to the Session
2017-03-10 00:07:27 +07:00
conn_test.go
send Version Negotiation packets in a separate Go routine
2018-11-27 17:19:21 +07:00
crypto_stream.go
implement the crypto stream for post-handshake crypto messages
2019-02-06 22:51:44 +08:00
crypto_stream_manager.go
process the NewSessionTicket TLS message
2019-04-01 11:45:20 +09:00
crypto_stream_manager_test.go
process the NewSessionTicket TLS message
2019-04-01 11:45:20 +09:00
crypto_stream_test.go
assemble ackhandler.Frames, not wire.Frames, when packing a packet
2019-08-31 17:34:54 +07:00
frame_sorter.go
move tracking of the final stream offset to the stream
2019-01-23 12:48:37 +07:00
frame_sorter_test.go
move tracking of the final stream offset to the stream
2019-01-23 12:48:37 +07:00
framer.go
assemble ackhandler.Frames, not wire.Frames, when packing a packet
2019-08-31 17:34:54 +07:00
framer_test.go
assemble ackhandler.Frames, not wire.Frames, when packing a packet
2019-08-31 17:34:54 +07:00
go.mod
fix crash when the server disabled session resumption
2019-07-16 18:45:51 +07:00
go.sum
fix crash when the server disabled session resumption
2019-07-16 18:45:51 +07:00
interface.go
add the TokenStore to the quic.Config, store received tokens
2019-08-13 10:52:59 +07:00
LICENSE
add Google to license file
2016-12-14 11:54:01 +01:00
mock_ack_frame_source_test.go
run go generate ./...
2019-03-05 13:42:56 +09:00
mock_crypto_data_handler_test.go
run go generate ./...
2019-03-05 13:42:56 +09:00
mock_crypto_stream_test.go
run go generate ./...
2019-03-05 13:42:56 +09:00
mock_frame_source_test.go
assemble ackhandler.Frames, not wire.Frames, when packing a packet
2019-08-31 17:34:54 +07:00
mock_multiplexer_test.go
implement sending of stateless resets
2019-03-08 18:10:15 +09:00
mock_packer_test.go
retransmit frames instead of packets
2019-08-29 15:00:10 +07:00
mock_packet_handler_manager_test.go
implement sending of stateless resets
2019-03-08 18:10:15 +09:00
mock_packet_handler_test.go
run go generate ./...
2019-03-05 13:42:56 +09:00
mock_quic_session_test.go
implement a listener that returns early sessions
2019-08-13 09:07:13 +07:00
mock_receive_stream_internal_test.go
run go generate ./...
2019-03-05 13:42:56 +09:00
mock_sealing_manager_test.go
use separate sealer interfaces for long and short header packets
2019-06-22 20:01:18 +08:00
mock_send_stream_internal_test.go
run go generate ./...
2019-03-05 13:42:56 +09:00
mock_session_runner_test.go
use the HandshakeComplete() context for accepting sessions in the server
2019-08-13 08:52:26 +07:00
mock_stream_getter_test.go
run go generate ./...
2019-03-05 13:42:56 +09:00
mock_stream_internal_test.go
run go generate ./...
2019-03-05 13:42:56 +09:00
mock_stream_manager_test.go
add a context to Session.Open{Uni}StreamSync
2019-06-22 19:37:21 +08:00
mock_stream_sender_test.go
run go generate ./...
2019-03-05 13:42:56 +09:00
mock_token_store_test.go
add the TokenStore to the quic.Config, store received tokens
2019-08-13 10:52:59 +07:00
mock_unknown_packet_handler_test.go
fix race condition when closing the server after a Read failed
2019-05-10 09:47:52 +09:00
mock_unpacker_test.go
pass the time a packet was received to the short header opener
2019-08-11 13:33:02 +07:00
mockgen.go
add the TokenStore to the quic.Config, store received tokens
2019-08-13 10:52:59 +07:00
mockgen_private.sh
move the mockgen cleanup commands to the mockgen script
2018-08-11 12:45:48 +07:00
multiplexer.go
implement sending of stateless resets
2019-03-08 18:10:15 +09:00
multiplexer_test.go
implement sending of stateless resets
2019-03-08 18:10:15 +09:00
packet_handler_map.go
fix race condition when closing the server after a Read failed
2019-05-10 09:47:52 +09:00
packet_handler_map_test.go
only send stateless resets if a stateless reset key is configured
2019-03-08 18:10:16 +09:00
packet_packer.go
assemble ackhandler.Frames, not wire.Frames, when packing a packet
2019-08-31 17:34:54 +07:00
packet_packer_test.go
assemble ackhandler.Frames, not wire.Frames, when packing a packet
2019-08-31 17:34:54 +07:00
packet_unpacker.go
pass the time a packet was received to the short header opener
2019-08-11 13:33:02 +07:00
packet_unpacker_test.go
pass the time a packet was received to the short header opener
2019-08-11 13:33:02 +07:00
quic_suite_test.go
drop support for gQUIC
2018-10-30 10:20:39 +07:00
README.md
run fuzzit
2019-08-17 08:59:59 +07:00
receive_stream.go
remove some defer statements in the stream
2019-01-24 16:59:13 +07:00
receive_stream_test.go
remove the error return value from Stream.CancelRead
2019-01-24 16:00:11 +07:00
retransmission_queue.go
retransmit frames instead of packets
2019-08-29 15:00:10 +07:00
retransmission_queue_test.go
retransmit frames instead of packets
2019-08-29 15:00:10 +07:00
send_queue.go
implement a send queue to send packet asynchronously
2019-08-24 15:25:38 +07:00
send_queue_test.go
implement a send queue to send packet asynchronously
2019-08-24 15:25:38 +07:00
send_stream.go
implement a STREAM frame retransmission queue in the sendStream
2019-08-31 17:34:54 +07:00
send_stream_test.go
implement a STREAM frame retransmission queue in the sendStream
2019-08-31 17:34:54 +07:00
server.go
remove stray TODO in the server
2019-08-13 10:58:01 +07:00
server_test.go
implement a listener that returns early sessions
2019-08-13 09:07:13 +07:00
session.go
assemble ackhandler.Frames, not wire.Frames, when packing a packet
2019-08-31 17:34:54 +07:00
session_test.go
assemble ackhandler.Frames, not wire.Frames, when packing a packet
2019-08-31 17:34:54 +07:00
stream.go
copy error code from the STOP_SENDING frame to the RESET_STREAM frame
2019-08-31 12:51:02 +07:00
stream_test.go
drop support for gQUIC
2018-10-30 10:20:39 +07:00
streams_map.go
add a context to Session.Open{Uni}StreamSync
2019-06-22 19:37:21 +08:00
streams_map_generic_helper.go
implement and use the MAX_STREAMS frame
2018-11-10 09:38:50 +07:00
streams_map_incoming_bidi.go
add a context to Session.Accept{Uni}Stream
2019-06-22 19:37:11 +08:00
streams_map_incoming_generic.go
add a context to Session.Accept{Uni}Stream
2019-06-22 19:37:11 +08:00
streams_map_incoming_generic_test.go
add a context to Session.Accept{Uni}Stream
2019-06-22 19:37:11 +08:00
streams_map_incoming_uni.go
add a context to Session.Accept{Uni}Stream
2019-06-22 19:37:11 +08:00
streams_map_outgoing_bidi.go
add a context to Session.Open{Uni}StreamSync
2019-06-22 19:37:21 +08:00
streams_map_outgoing_generic.go
add a context to Session.Open{Uni}StreamSync
2019-06-22 19:37:21 +08:00
streams_map_outgoing_generic_test.go
add a context to Session.Open{Uni}StreamSync
2019-06-22 19:37:21 +08:00
streams_map_outgoing_uni.go
add a context to Session.Open{Uni}StreamSync
2019-06-22 19:37:21 +08:00
streams_map_test.go
add a context to Session.Accept{Uni}Stream
2019-06-22 19:37:11 +08:00
token_store.go
define a quic.TokenStore interface and provide a LRU implementation
2019-08-13 10:30:31 +07:00
token_store_test.go
define a quic.TokenStore interface and provide a LRU implementation
2019-08-13 10:30:31 +07:00
window_update_queue.go
never increase the flow control limit for the crypto stream
2018-09-19 09:00:23 -04:00
window_update_queue_test.go
never increase the flow control limit for the crypto stream
2018-09-19 09:00:23 -04:00