summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Revert 74561 for breaking the ChromeOS buildwillchan@chromium.org2011-02-111-18/+18
* Introduce OffTheRecordProfileIOData and ProfileImplIOData.willchan@chromium.org2011-02-111-18/+18
* NetLog: Log net error codes on a lot of EndEvents.mmenke@chromium.org2011-02-081-6/+6
* Refactor HttpNetworkSession construction.willchan@chromium.org2011-02-0311-44/+59
* Revert 73265 - Check that uncompressed data passed to zlib is defined, and ma...danno@chromium.org2011-02-011-8/+0
* Check that uncompressed data passed to zlib is defined, and mark compressionglider@chromium.org2011-02-011-0/+8
* Simplify HttpCache/HttpNetworkLayer/HttpNetworkSession interaction.willchan@chromium.org2011-01-281-13/+16
* Fix the crash in SpdyNetworkTransactionTest.CorruptFrameSessionError.wtc@chromium.org2011-01-271-6/+5
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* Prototype of chunked transfer encoded POST.satish@chromium.org2011-01-251-1/+1
* More net/ header/implementation method reordering.erg@google.com2011-01-211-460/+464
* More net/ reordering.erg@google.com2011-01-213-111/+131
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-204-26/+28
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-191-3/+3
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+2
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-2/+7
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-3/+3
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-3/+3
* reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.estade@chromium.org2011-01-071-0/+1
* Revert r70628. It broke Linux valgrind bots. See for exampleestade@chromium.org2011-01-071-1/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+1
* Revert 70618 - First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-1/+0
* First pass at adding http/backend cache events to the NetLog. mmenke@chromium.org2011-01-061-0/+1
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-175-10/+50
* Cache certificate verification results in memory.wtc@google.com2010-12-161-0/+9
* Fix 'else' style nit.wtc@google.com2010-12-151-3/+1
* Increase the initial spdy concurrent stream limit to 10mbelshe@chromium.org2010-12-141-1/+1
* Deinline even more destructors.erg@google.com2010-12-142-1/+5
* Add some experiments for different policies on cwnd restore.mbelshe@chromium.org2010-12-111-7/+37
* Add more cwnd histograms - this type partitioned by amount of datambelshe@chromium.org2010-12-102-0/+26
* Add histogram to analyze sent cwnd settings for spdy.mbelshe@chromium.org2010-12-091-0/+14
* Don't tweak buffer size for SPDYmbelshe@chromium.org2010-12-091-13/+0
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-14/+32
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-2/+0
* Don't set SSLInfo on non-https requests. For SPDY with self-signed certsmbelshe@chromium.org2010-12-091-1/+4
* Linux build fix.mbelshe@chromium.org2010-12-081-1/+1
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-086-22/+232
* Missing comment change from last checkin.mbelshe@chromium.org2010-12-071-2/+2
* Add histograms to track stalled spdy streams.mbelshe@chromium.org2010-12-062-0/+8
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-0316-333/+1405
* call SpdySession::flow_control() statically, instead of asrch@chromium.org2010-12-021-1/+1
* Fix case where a SPDY stream with an un-verified cert would kill the browsermbelshe@google.com2010-12-011-6/+8
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-9/+12
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-5/+5
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-221-0/+3
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-221-3/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-221-0/+3
* Make sure to send the SpdySettings frame as soon as possible.willchan@chromium.org2010-11-192-5/+67