summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Land Recent QUIC Changes.rtenneti@chromium.org2014-03-0759-530/+737
* Revert 255397 "Fill out the rest of the StringPiece functions fo..."brettw@chromium.org2014-03-071-1/+1
* Remove the flash specific disk cache backend.gavinp@chromium.org2014-03-0620-1769/+0
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-0616-48/+45
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-061-1/+1
* Revert of HttpServerProperties - Implement MRU for AlternateProtocolMap. Pers...rmistry@chromium.org2014-03-067-106/+31
* HttpServerProperties - Implement MRU for AlternateProtocolMap. Persistrtenneti@chromium.org2014-03-067-31/+106
* Bind before sandbox lockdown on Windows.vitalybuka@chromium.org2014-03-068-0/+24
* Remove CERT_STATUS_WEAK_DH_KEY. A weak DH key is not a certificate error.wtc@chromium.org2014-03-062-5/+1
* Disable QUIC port selection when the server is going away.rch@chromium.org2014-03-063-2/+45
* Add a ClearAlternateProtocol method to HttpServerPropertiesrch@chromium.org2014-03-064-0/+22
* Fixed chrome proxy via checkbengr@chromium.org2014-03-062-1/+6
* [mDNS] Move logging from LOG(WARNING) to DVLOG(1) to not spam the consolenoamsml@chromium.org2014-03-052-5/+5
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-2/+4
* Reland "Add base::TimeDelta::Max()" again.gavinp@chromium.org2014-03-052-4/+2
* Remove a dead test for non-final control frames.ricea@chromium.org2014-03-052-33/+4
* Improve network interface name on Win for WebRTC logs.grunell@chromium.org2014-03-055-5/+11
* net: a weak DH key is not a certificate error.agl@chromium.org2014-03-051-1/+2
* Update HPACK Huffman code for '06 draft releasejgraettinger@chromium.org2014-03-045-354/+68
* Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...apavlov@chromium.org2014-03-042-2/+4
* flip_server: Use base's SplitString() function in LoadTimeMeasurement.tfarina@chromium.org2014-03-041-23/+10
* Reland "Add base::TimeDelta::Max()"gavinp@chromium.org2014-03-042-4/+2
* Fix error checking and error reporting in GetIPv4AddressFromIndex.wtc@chromium.org2014-03-041-3/+3
* Enable HPACK Huffman decoding.jgraettinger@chromium.org2014-03-049-152/+531
* Evaluate NetLog::Entry callbacks relative to each observers' log level.davidben@chromium.org2014-03-044-60/+113
* Killing off QUICv12, including cleaning out all of the code for handlingrtenneti@chromium.org2014-03-0344-2147/+262
* Avoid persisting of QUIC server config information in Stable and Betartenneti@chromium.org2014-03-033-1/+6
* Fix ios disk cache test exclusions.gavinp@chromium.org2014-03-031-1/+1
* Implement SPDY4 CONTINUATION frame in SpdyFramer.jgraettinger@chromium.org2014-03-0318-128/+831
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-0311-15/+16
* Reland re-organization of net/disk_cache/gavinp@chromium.org2014-03-0393-424/+426
* Remove unused NSS dependencies in mac certificate handling code. haavardm@opera.com2014-03-032-16/+0
* Fix build issues in net/ for Android x64yang.gu@intel.com2014-03-024-6/+6
* 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