summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of unused network flags.willchan@chromium.org2014-03-014-11/+1
* Revert 253860 "Revert 253309 "QUIC - enable persisting of server..."rtenneti@chromium.org2014-02-286-9/+13
* QUIC - Use weak_ptr of QuicCryptoClientStream with IOComplete callback while ...rtenneti@chromium.org2014-02-282-2/+6
* net: add (*.)mailbox.org to HSTS preloaded.agl@chromium.org2014-02-282-0/+2
* Remove SPDY4 RST_STREAM payload flag remnants.jgraettinger@chromium.org2014-02-282-54/+6
* Processing for new SPDY4/HTTP2 SETTINGS frame payload format.jgraettinger@chromium.org2014-02-285-101/+195
* HpackHuffmanTable::DecodeString shouldn't presume an output size.jgraettinger@chromium.org2014-02-283-53/+109
* Fix the console message when reserved bits existricea@chromium.org2014-02-282-4/+10
* Don't unescape BiDi control characters in URL componentsskanuj@chromium.org2014-02-283-29/+116
* QUIC - Cleanup changes found while sync'ing with internal code.rtenneti@chromium.org2014-02-287-56/+44
* Add missing #include of <algorithm> for std::minscottmg@chromium.org2014-02-281-0/+2
* OpenSSL: don't allow the server certificate to change during renegotiation.agl@chromium.org2014-02-282-8/+38
* Implement HPACK Huffman encoding & decoding.jgraettinger@chromium.org2014-02-2810-7/+1612
* quic_encrypter.h and quic_decrypter.h don't need to includewtc@chromium.org2014-02-275-2/+3
* StaticSocketDataProvider should not read beyond the end of the reads_ orwtc@chromium.org2014-02-271-6/+11
* Land Recent QUIC Changes.rtenneti@chromium.org2014-02-2782-967/+1695
* Maintain QuicStopWaitingFrame on stack properlyscottmg@chromium.org2014-02-271-3/+3
* SPDY4 Settings ACK supportjgraettinger@chromium.org2014-02-2713-26/+161
* Extract buffer management logic from SpdyHeadersBlockParser.jgraettinger@chromium.org2014-02-2710-326/+789
* Revert 253309 "QUIC - enable persisting of server config by wiring"rtenneti@chromium.org2014-02-276-13/+9
* Remove obsolete TODO from websocket_stream.ccricea@chromium.org2014-02-271-1/+0
* Enable QUIC packet pacing via field trial or command line flag.rch@chromium.org2014-02-278-5/+31
* Revert r242742. The Clang codegen bug has been fixed.wtc@chromium.org2014-02-274-23/+2
* Do not retry data reduction proxy on direct request failurebengr@chromium.org2014-02-277-82/+67
* Land Recent QUIC Changes.rtenneti@chromium.org2014-02-2742-565/+1793
* Revert 253502 "Add base::TimeDelta::Max()."waffles@chromium.org2014-02-272-2/+4
* Revert 253581 "Reorganize net/disk_cache into backend specific d..."gavinp@chromium.org2014-02-2693-425/+423
* Convert scoped_ptr_malloc -> scoped_ptr, part 2.viettrungluu@chromium.org2014-02-2615-40/+38
* Reorganize net/disk_cache into backend specific directories.gavinp@chromium.org2014-02-2693-423/+425
* net: Add tests for URLFetcherResponseWriterhashimoto@chromium.org2014-02-262-0/+181
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-2615-334/+29
* Add base::TimeDelta::Max().gavinp@chromium.org2014-02-262-4/+2
* fetch_client needs to call set_proxy_config_service on Android and Linux.wtc@chromium.org2014-02-261-0/+10
* QUIC - Clear the server config data in QuicServerInfo object immediatelyrtenneti@chromium.org2014-02-265-5/+20
* Make the cache entry stream index constants private.wtc@chromium.org2014-02-261-5/+4
* net::WebSocketChannel should reject reserved bitsricea@chromium.org2014-02-263-0/+34
* Allow sending of empty Close frames from Blink.ricea@chromium.org2014-02-261-2/+5
* QUIC - enable persisting of server config by wiringrtenneti@chromium.org2014-02-266-9/+13
* Fix invalid scoped_ptr_malloc assignment if NSSProfileFilterChromeOS::Init is...mattm@chromium.org2014-02-251-2/+9
* Partial revert of "Add function to support clearing SSL/certificate store."yfriedman@chromium.org2014-02-252-12/+0
* flip_server: Remove const_cast from SSL_CTX_new() call.tfarina@chromium.org2014-02-251-3/+1
* net: add (*.)prodpad.com to HSTS preloaded.agl@chromium.org2014-02-252-0/+2
* Implements the ACK flag for SPDY4/HTTP2 PING framesjgraettinger@chromium.org2014-02-2518-52/+95
* Enable QUIC_VERSION_15.rch@chromium.org2014-02-251-1/+1
* Use scoped_ptr instead of raw pointer to store SpdyFramerBacek@yandex-team.ru2014-02-242-6/+7
* Do not bypass data reduction proxy when 304 lacks via headerzea@chromium.org2014-02-242-9/+33
* Add a histogram to measure the frequency of OCSP stapling support by serversrsleevi@chromium.org2014-02-221-1/+6
* Refactor ActivityStatus to not store currentdtrainor@chromium.org2014-02-214-26/+21
* Never send empty non-final messages to Blink.ricea@chromium.org2014-02-213-5/+43
* Wrap callback and call streams_->ReadFrames() on the same linetyoshino@chromium.org2014-02-212-11/+16