summaryrefslogtreecommitdiffstats
path: root/net/flip/flip_session.cc
Commit message (Expand)AuthorAgeFilesLines
* FlipSession should save the SSLInfo in the HttpResponseInfo beforewtc@chromium.org2009-12-091-1/+13
* Flip: Add LoadLog for TCP connect().willchan@chromium.org2009-12-071-2/+4
* Enable LoadLog for Flip. Improve some LOG messages.willchan@chromium.org2009-12-041-1/+5
* Fix two connection error cases:mbelshe@google.com2009-12-041-3/+5
* Fix bug where FLIP sessions can crash if the connect fails.mbelshe@google.com2009-12-041-2/+6
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-20/+6
* Fix FlipSession cleanup to be unified through CloseSession. Because Flip ismbelshe@google.com2009-12-011-23/+28
* Linux: add next-protocol-negotiation to libssl.agl@chromium.org2009-11-301-0/+11
* Fix case where SynReply messages which were missingmbelshe@google.com2009-11-301-16/+49
* Fix leak when we get an error during a write. Wembelshe@chromium.org2009-11-301-0/+1
* Reland: Fix the FlipSession to support partial writes.mbelshe@google.com2009-11-291-51/+67
* Revert 33073 - Reland 33018:mbelshe@google.com2009-11-251-67/+51
* Reland 33018:mbelshe@google.com2009-11-251-51/+67
* Revert 33018 - Fix the FlipSession to support partial writes.laforge@chromium.org2009-11-251-67/+51
* Fix the FlipSession to support partial writes.mbelshe@google.com2009-11-251-51/+67
* Flip: Fix a bunch of leaks.willchan@chromium.org2009-11-241-3/+5
* Flip: Fix cancellation code path.willchan@chromium.org2009-11-231-8/+8
* Flip: Merge FlipStreamParser and FlipStream. Eliminate FlipDelegate.willchan@chromium.org2009-11-221-125/+190
* Add some diagnostics for dumping the headers that the clientmbelshe@google.com2009-11-211-0/+30
* When we had upload data, but it was a zero-length uploadmbelshe@chromium.org2009-11-211-1/+1
* Robustness improvements on the X-Associated-Content header.mbelshe@google.com2009-11-201-2/+7
* Fix two flip bugs.mbelshe@google.com2009-11-191-13/+28
* Fix multi-valued headers to and from the server.mbelshe@google.com2009-11-141-1/+8
* Fix Coverity defects in the FLIP code.wtc@chromium.org2009-11-121-2/+2
* Enable FLIP POST with unittest.mbelshe@google.com2009-11-121-12/+55
* Switch chrome to requesting full-urls over FLIP rather thanmbelshe@google.com2009-11-101-2/+1
* Take3:mbelshe@google.com2009-11-061-19/+12
* Revert 31277 - Take 2:willchan@chromium.org2009-11-061-12/+19
* Take 2:mbelshe@google.com2009-11-061-19/+12
* Revert 31252 - Rework the FlipProtocol to separate the Clike structs from thewillchan@chromium.org2009-11-061-12/+19
* Rework the FlipProtocol to separate the C-like structs from thembelshe@google.com2009-11-061-19/+12
* Change some logging for better debugging ofmbelshe@chromium.org2009-11-061-1/+2
* Flip: FlipSessionPool changes.willchan@chromium.org2009-11-041-12/+3
* Update the FLIP session to use the FlipIOBuffer.mbelshe@google.com2009-11-041-60/+36
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-2/+2
* FLIP: fix new[]/delete mismatch.agl@chromium.org2009-10-291-1/+1
* Rename FlipStreamImpl to FlipStream and separate it out intombelshe@chromium.org2009-10-291-177/+13
* FLIP requests were missing the host header.mbelshe@google.com2009-10-291-0/+2
* Cleanup the FlipDelegate API a bit in prep for fixing upload.mbelshe@google.com2009-10-281-1/+1
* Update the unit test to test the FLIP client writes as wellmbelshe@google.com2009-10-281-2/+5
* Add download metrics into FLIP. They aren't used yet,mbelshe@google.com2009-10-241-52/+89
* I had some debug URL handling turned on in chromembelshe@google.com2009-10-211-3/+4
* Fixup the flip_framer eof-handling semantics now that we havembelshe@google.com2009-10-201-1/+2
* Enable SSL in FLIP.mbelshe@google.com2009-10-141-15/+11
* Mix mismatched new[] with delete. (should be delete[]).mbelshe@google.com2009-10-131-1/+1
* Fix one more size_t/uint32 casting issue for the mac.mbelshe@chromium.org2009-10-101-1/+1
* A few more misc fixes for the linux port.mbelshe@chromium.org2009-10-091-6/+6
* One more try to get the FilePath usage right.mbelshe@google.com2009-10-091-3/+4
* Linux port for flip_session.mbelshe@chromium.org2009-10-071-16/+23
* Two features:mbelshe@google.com2009-10-011-9/+103