Sign in
chromium
/
chromium
/
src.git
/
aafff540c0d786f08839b2a7f638f7eed48e047d
/
net
/
http
/
bidirectional_stream_unittest.cc
efda77e53
Include base/timer/timer.h in the files that use it.
by Sebastien Marchand
· 6 years ago
4365a478
Use base::size rather than arraysize in net/.
by Avi Drissman
· 6 years ago
2436b2f
Don't pool HTTP2 sessions used for tunnels and direct connections.
by Matt Menke
· 7 years ago
9c7302b
Use base::MakeRefCounted instead of new to alloc net::IOBuffer instances.
by Victor Costan
· 7 years ago
a4a5093
Use CompletionOnceCallback in //net.
by Bence Béky
· 7 years ago
f3336c9
Support base::OnceCallback on base::OneShotTimer
by tzik
· 7 years ago
08d8d6e
Replace base::Timer with behavior-specific timers in net/
by tzik
· 7 years ago
35945aa
Replace base::MockTimer with behavior-specific timers in net
by tzik
· 7 years ago
0239aac
Move net/third_party/spdy code to a spdy:: namespace
by Ryan Hamilton
· 7 years ago
94658bf
Move //net/spdy/chromium to //net/spdy.
by Bence Béky
· 7 years ago
98447b1
Remove ScopedTaskEnvironment from NetTestSuite.
by Bence Béky
· 7 years ago
b8d7ea0
Switch //net SocketDataProviders to base::span<>
by Ryan Sleevi
· 7 years ago
43e3bee
Ignore client auth request in net::BidirectionalStream.
by Helen Li
· 7 years ago
76bfe08
Plumb socket tag through BidirectionalStream API
by Paul Jensen
· 7 years ago
d74f438
Change ConstructSpdyDataFrame() to take StringPiece.
by Bence Béky
· 7 years ago
27ad0a1
Remove |direct| argument from ConstructSpdyGet().
by Bence Béky
· 7 years ago
a457017a
Plumb SocketTag through Spdy code
by Paul Jensen
· 7 years ago
7a41d355
Run clang-tidy modernize-use-equals-{delete,default} on //net, pt 2
by Chris Watkins
· 8 years ago
5accd24
Remove base::SizeToToString[16]
by Brett Wilson
· 8 years ago
bbd22577
Moved Checking Uppercase in header from SpdyStream::SaveResponseHeaders() to HeaderCoalescer::AddHeader()
by Minjeong Lee
· 8 years ago
4f83209
Refactor SSLSocketDataProvider to provide an SSLInfo
by Ryan Sleevi
· 8 years ago
9c36199
Replace tracked_objects::Location with base::Location.
by Brett Wilson
· 8 years ago
0579ed6
Replace base::MakeUnique with std::make_unique in net/.
by Jeremy Roman
· 8 years ago
0ef1556e
Remove is_secure from SpdySession.
by Bence Béky
· 8 years ago
ef26b60
Simplify CombineFrames() interface.
by bnc
· 8 years ago
422ce35
Change AlternativeServiceInfo to a class
by zhongyi
· 8 years ago
ad39988f
Remove unused BidirectionalStream::SendData() method and implementations.
by rch
· 8 years ago
6ddfbea
Split HttpNetworkSession::Params into two structs.
by mmenke
· 8 years ago
c4de0303
Change GetAlternativeServies to return alternative service infos.
by zhongyi
· 8 years ago
8f8f7d30
Split net/spdy into core and chromium subdirectories.
by bnc
· 8 years ago
9904e27
Spdy{RstStream,GoAway}Status -> SpdyErrorCode.
by diannahu
· 8 years ago
2bdbd00
Remove unused local variables from BidirectionalStreamTest subclasses.
by bnc
· 9 years ago
3472afd
Unify enum NextProto and enum AlternateProtocol.
by bnc
· 9 years ago
e1a722c
Revert of Unify enum NextProto and enum AlternateProtocol. (patchset #4 id:60001 of https://codereview.chromium.org/2373663002/ )
by bnc
· 9 years ago
f98f01d
Unify enum NextProto and enum AlternateProtocol.
by bnc
· 9 years ago
401eb92
QUIC/1+SPYD/3 => QUIC
by bnc
· 9 years ago
f22f981
Main benefits of NetLog inner classes extraction:
by mikecirone
· 9 years ago
369d092
Add GetLoadTimingInfo to net::BidirectionalStream
by xunjieli
· 9 years ago
2deef68
Re-write many calls to WrapUnique() with MakeUnique()
by ricea
· 9 years ago
8b85c43
Extracted NetLog class's inner enum types into their own enum classes and
by mikecirone
· 9 years ago
3cf2a59
Misc SSLClientSocket cleanup inspired by NPN removal.
by bnc
· 9 years ago
9ff75c56
Remove net::BidirectionalStream::Cancel
by xunjieli
· 9 years ago
4233140
s/SYN_STREAM/HEADERS/ in frame types, method names, comments.
by bnc
· 9 years ago
d16676a
Remove NoPriorityDependencies tests.
by bnc
· 9 years ago
df80d44fd
Move ~1000 SpdySerializedFrame instances from heap to stack in tests.
by bnc
· 9 years ago
bca843ba
Remove many-many SpdyMajorVersion and NextProto arguments and members.
by bnc
· 9 years ago
a9b9e22
Remove SPDY/3.1 tests.
by bnc
· 9 years ago
214763f
Refactor net tests to use GMock matchers for checking net::Error results
by robpercival
· 9 years ago
e178048
Add NetLog events for BidirectionalStream.ReadData and SendData
by xunjieli
· 9 years ago
3d9035b3
Minor test cleanup.
by bnc
· 9 years ago
94893a7
Make SpdyHeaderBlock non-copyable.
by bnc
· 9 years ago
086b39e1
Reduce SpdyHeaderBlock copies with move semantics.
by bnc
· 9 years ago
a69c79a
Move net/base/test_data_directory.[cc,h] to net/test
by rsleevi
· 9 years ago
2704f5d
Improve NetLog logging in net::BidirectionalStream
by xunjieli
· 9 years ago
3b6ac70
Use WeakPtrFactory in net::BidirectionalStream when posting task
by xunjieli
· 9 years ago
bcb0f86e
[Cronet]Make delaying sending request headers explicit in bidirectional stream
by xunjieli
· 9 years ago
f88028e
Log BIDIRECTIONL_STREAM_ALIVE before HTTP_STREAM_REQUEST
by xunjieli
· 9 years ago
62f6782
Fix flaky BidirectionalStreamTest
by xunjieli
· 9 years ago
1c196c6e
Remove |parse_alternative_service| flag.
by bnc
· 9 years ago
2328a268
Remove unnecessary array allocation in cronet_bidirectional_stream_adapter.cc
by xunjieli
· 9 years ago
d4c21ab
Log urls and headers in BIDIRECTIONAL_STREAM events
by xunjieli
· 9 years ago
07a42ce
Coalesce small buffers in net::BidirectionalStream
by xunjieli
· 9 years ago
3d4a55e7
Change SupportsSpdy dict, SpdySettingsMap, ServerNetworkStatsMap, AlternativeServiceMap and disk data to use scheme/host/port as keys. Previously we dropped down and ignored the scheme when processing those data.
by zhongyi
· 9 years ago
1fd259a0
Change scoped_ptr to std::unique_ptr in //net/http.
by danakj
· 9 years ago
be07785e
Log sent and received bytes in net::BidirectionalStream
by xunjieli
· 9 years ago
b03b109
Implement SpdySerializedFrame move semantics.
by bnc
· 9 years ago
5749218c
Rename net::BidirectionalStream*Job to net::BidirectionalStream*Impl
by xunjieli
· 9 years ago
b3a648e
Process Alternative Service headers in net::BidirectionalStream
by xunjieli
· 9 years ago
2e54d1f
Fix bug in net::RequestPriority -> HTTP/2 dependency conversion.
by rdsmith
· 9 years ago
38dcd39
Convert SPDY and HTTP/2 unittests to use compression.
by bnc
· 9 years ago
11834f0
Added a net::BidirectionalStream to expose a bidirectional streaming interface
by xunjieli
· 9 years ago