summaryrefslogtreecommitdiffstats
path: root/net/flip
Commit message (Expand)AuthorAgeFilesLines
* Currently the code will recursively call betweenmbelshe@chromium.org2010-01-191-5/+6
* Remove accidental checkin which was in flip_session.cc.mbelshe@google.com2010-01-111-4/+1
* Enable JS detection of whether SPDY was used to load a web page.mbelshe@google.com2010-01-112-5/+13
* Cleanup the FlipSession GetLoadState to be more specific.mbelshe@google.com2010-01-071-2/+12
* Add histograms for measuring stream performance.mbelshe@google.com2009-12-282-1/+53
* Add histograms for tracking session utilization.mbelshe@google.com2009-12-272-4/+38
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-242-0/+10
* Fix crash with CancelStream. The stream didn't informmbelshe@chromium.org2009-12-213-16/+26
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-1/+1
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-216-30/+61
* Pass the LoadLog through the FlipStream.mbelshe@google.com2009-12-187-24/+113
* Increase read buffer size to 32KB for the flip session.mbelshe@chromium.org2009-12-171-1/+1
* Make the transactions own the HttpResponseInfo.willchan@chromium.org2009-12-165-12/+21
* Flip: Comma delimit the various flip options. Redo the fixed testing server f...willchan@chromium.org2009-12-152-0/+10
* If the server closes the connection and we're aborting streams,mbelshe@google.com2009-12-102-9/+16
* FlipSession should save the SSLInfo in the HttpResponseInfo beforewtc@chromium.org2009-12-092-1/+19
* Fix build with use_system_zlib=1agl@chromium.org2009-12-081-0/+4
* Flip: Add LoadLog for TCP connect().willchan@chromium.org2009-12-073-4/+9
* Disabled ConnectFailure test due to flaky valgrind failures.willchan@chromium.org2009-12-051-1/+3
* Enable LoadLog for Flip. Improve some LOG messages.willchan@chromium.org2009-12-043-1/+24
* Fix two connection error cases:mbelshe@google.com2009-12-042-6/+6
* Fix bug where FLIP sessions can crash if the connect fails.mbelshe@google.com2009-12-042-2/+57
* Update network priorities to support better granularitymbelshe@google.com2009-12-022-21/+9
* Enable the FlipProtocolTests.mbelshe@google.com2009-12-011-14/+10
* Fix FlipSession cleanup to be unified through CloseSession. Because Flip ismbelshe@google.com2009-12-012-25/+45
* When force-closing sessions we need to close them as abortedmbelshe@google.com2009-11-301-1/+1
* Linux: add next-protocol-negotiation to libssl.agl@chromium.org2009-11-301-0/+11
* Small header cleanup.mbelshe@google.com2009-11-301-3/+4
* Fix case where SynReply messages which were missingmbelshe@google.com2009-11-302-16/+110
* Ressurrect the WriteError test by making a scopedmbelshe@google.com2009-11-301-7/+14
* Fix leak when we get an error during a write. Wembelshe@chromium.org2009-11-301-0/+1
* Backout test change.mbelshe@google.com2009-11-301-17/+7
* Ressurrect the WriteError test by making a scopedmbelshe@google.com2009-11-301-7/+17
* Reland: Fix the FlipSession to support partial writes.mbelshe@google.com2009-11-295-342/+316
* Revert 33073 - Reland 33018:mbelshe@google.com2009-11-255-313/+342
* Reland 33018:mbelshe@google.com2009-11-255-342/+313
* Revert 33018 - Fix the FlipSession to support partial writes.laforge@chromium.org2009-11-255-313/+342
* Fix the FlipSession to support partial writes.mbelshe@google.com2009-11-255-342/+313
* Flip: Fix leak of UploadDataStream if it's empty.willchan@chromium.org2009-11-241-2/+6
* Flip: Handle empty post.willchan@chromium.org2009-11-242-2/+76
* Flip: Fix a bunch of leaks.willchan@chromium.org2009-11-246-33/+61
* Flip: Fix cancellation code path.willchan@chromium.org2009-11-231-8/+8
* Disable FlipStreamTest::SendRequest as it causes leaks.tim@chromium.org2009-11-231-1/+2
* Flip: Merge FlipStreamParser and FlipStream. Eliminate FlipDelegate.willchan@chromium.org2009-11-2211-834/+825
* Add some diagnostics for dumping the headers that the clientmbelshe@google.com2009-11-211-0/+30
* Implement a test case for a basic server-push operation.mbelshe@google.com2009-11-211-0/+180
* When we had upload data, but it was a zero-length uploadmbelshe@chromium.org2009-11-211-1/+1
* Add a sanity check into the framer; this tripsmbelshe@google.com2009-11-201-0/+1
* Robustness improvements on the X-Associated-Content header.mbelshe@google.com2009-11-201-2/+7
* Fix memory leak.mbelshe@google.com2009-11-191-1/+1