Sign in
chromium
/
chromium
/
src.git
/
97cf302c2ab7903de946a7bcc2a26f7c02b2e073
/
net
/
quic
/
test_tools
/
quic_test_utils.cc
97cf302
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
ea825e0
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
e4696aa
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
ea2ab47b
Removing QUIC's VERSION_6, now that QUIC no longer needs to support the
by
[email protected]
· 12 years ago
965dbe6
Simplify QuicConnectionHelper by introducing a new QuicAlarm class
by
[email protected]
· 12 years ago
3e60db8
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
4887809
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
f62262b
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
25c31dc
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
69dfd1b
Revert 204046 "Land Recent QUIC changes."
by
[email protected]
· 12 years ago
059cad5
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
b06431078
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
89995165
Land Recent QUIC changes.
by
[email protected]
· 12 years ago
2532de1
Land Recent QUIC changes
by
[email protected]
· 12 years ago
c244c5a1
Land Recent QUIC changes
by
[email protected]
· 12 years ago
0439abf
Revert 198736 "Land Recent QUIC changes"
by
[email protected]
· 12 years ago
893b1ae
Land Recent QUIC changes
by
[email protected]
· 12 years ago
8ba8121
Land Recent QUIC Changes
by
[email protected]
· 12 years ago
a57e027
Land Recent QUIC Changes
by
[email protected]
· 12 years ago
fe053f9
Land Recent QUIC Changes
by
[email protected]
· 12 years ago
4356f0f
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
by
[email protected]
· 12 years ago
74bda14
Add support for P-256 key exchange in crypto handshake.
by
[email protected]
· 12 years ago
ccc66e8a
Land Recent QUIC Changes
by
[email protected]
· 12 years ago
e8ff2684
QUIC Crypto - Code to mock out the QuicCryptoClientStream.
by
[email protected]
· 12 years ago
6dcd1d5c
Refactor QuicClientSession so that it owns the underlying socket
by
[email protected]
· 12 years ago
14e8106c
Land Recent QUIC Changes
by
[email protected]
· 12 years ago
ed3fc15d
Land Recent QUIC Changes
by
[email protected]
· 12 years ago
5351cc4b
Land Recent QUIC Changes
by
[email protected]
· 12 years ago
6f54ab3
QUIC - Some sketching of the crypto handshake.
by
[email protected]
· 12 years ago
4df6984
Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h.
by
[email protected]
· 12 years ago
9db44391
Land recent QUIC changes.
by
[email protected]
· 12 years ago
fee17f7
Land recent QUIC changes.
by
[email protected]
· 12 years ago
d3d15bf
The first step of server-side crypto handshake: handle ClientHello,
by
[email protected]
· 12 years ago
41d6b17
Add the server name indication (SNI) field to ClientHello.
by
[email protected]
· 12 years ago
8d659e2
Fix coding style nits.
by
[email protected]
· 12 years ago
c995c57
Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to not take unnamed bool values.
by
[email protected]
· 12 years ago
701bc89
Queueing QUIC frames to be resent instead of packets and packing RST frames with acks and congestion info frames.
by
[email protected]
· 12 years ago
872edd9e
Send the ClientHello handshake message.
by
[email protected]
· 12 years ago
cff7b7b
Handling partial writes and fin-only writes in QUIC.
by
[email protected]
· 12 years ago
9558c5d3
Add the GetRandomGenerator() method to QuicConnectionHelperInterface
by
[email protected]
· 12 years ago
610a7e94
Merge recent QUIC changes.
by
[email protected]
· 12 years ago
26f3f8e
Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.
by
[email protected]
· 12 years ago
134e5c3
Incremental improvement to our Ack logic: if we resend a bunch of packets, send an ack updating the least_unacked.
by
[email protected]
· 12 years ago
e13201d8
Add a factory for creating QuicHttpStream objects from an internal collection of QuicClientSessions. Consumers of this factory requests a stream by creating a QuicStreamRequest object, and then calling the Request() method.
by
[email protected]
· 12 years ago
97693d1
Make QuicConnectionHelper::GetClock() const and return a const QuicClock *.
by
[email protected]
· 13 years ago
044ac2b
Clean up a whole raft of differences in QUIC code between the internal and Chrome.
by
[email protected]
· 13 years ago
05e845d
Remove transmission time from QuicPacketHeader. It will be moving into an ack fragment at some point.
by
[email protected]
· 13 years ago
082b65b
Change from re-transmitting an packet with a retransmit number to sending a new packet with a new sequence number.
by
[email protected]
· 13 years ago
fb9e3ce5
Revert 167074 - Change from re-transmitting an packet with a retransmit number to sending a new packet with a new sequence number.
by
[email protected]
· 13 years ago
a0df90e
Change from re-transmitting an packet with a retransmit number to sending a new packet with a new sequence number.
by
[email protected]
· 13 years ago
9c0b135
Add QuicStream and friends to QUIC code.
by
[email protected]
· 13 years ago
0f97c46
Revert 165858 - Add QuicStream and friends to QUIC code.
by
[email protected]
· 13 years ago
1bb0fd5db
Add QuicStream and friends to QUIC code.
by
[email protected]
· 13 years ago
4e6f0ed
Add QuicConnection and MockQuicConnectionHelper.
by
[email protected]
· 13 years ago
be24ab2
Rename Fragment->Frame for QUIC
by
[email protected]
· 13 years ago
dc2cc74
Change CryptoFramer to return a QuicData* instead of returning a bool and setting an out-param to the new QuicData*. This simplifies the API for callers.
by
[email protected]
· 13 years ago
8b37a09
Trying yet again to add QuicFramer and friends.
by
[email protected]
· 13 years ago
186edc4
Revert 162606 - Trying again to add QuicFramer and friends.
by
[email protected]
· 13 years ago
aa765b33
Trying again to add QuicFramer and friends.
by
[email protected]
· 13 years ago
43228bb2c
Revert 162462 - Add QuicFramer and friends.
by
[email protected]
· 13 years ago
aa60c729
Add QuicFramer and friends.
by
[email protected]
· 13 years ago
f992eca
Revert 162259 - Add QuicFramer and friends.
by
[email protected]
· 13 years ago
7a7c8d0
Add QuicFramer and friends.
by
[email protected]
· 13 years ago