summaryrefslogtreecommitdiffstats
path: root/net/flip
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix two flip bugs.mbelshe@google.com2009-11-195-22/+60
* Add a test for verifying that SYN_REPLY headers are properlymbelshe@google.com2009-11-161-0/+148
* Fix bad last checkin which broke everything in flip.mbelshe@google.com2009-11-151-0/+1
* Fix multi-valued headers to and from the server.mbelshe@google.com2009-11-142-5/+31
* Fix Coverity defects in the FLIP code.wtc@chromium.org2009-11-123-5/+5
* Enable FLIP POST with unittest.mbelshe@google.com2009-11-127-84/+342
* There was confusion in the mock socket classes due tombelshe@google.com2009-11-111-4/+4
* Pickup some server nits from the checkin on the GFE side.mbelshe@google.com2009-11-102-32/+49
* Switch chrome to requesting full-urls over FLIP rather thanmbelshe@google.com2009-11-102-18/+14
* Fix some over-80-char lines.mbelshe@google.com2009-11-091-4/+11
* Take3:mbelshe@google.com2009-11-068-362/+654
* Revert 31277 - Take 2:willchan@chromium.org2009-11-068-654/+362
* Take 2:mbelshe@google.com2009-11-068-362/+654
* Revert 31252 - Rework the FlipProtocol to separate the Clike structs from thewillchan@chromium.org2009-11-068-652/+360
* Rework the FlipProtocol to separate the C-like structs from thembelshe@google.com2009-11-068-360/+652
* Change some logging for better debugging ofmbelshe@chromium.org2009-11-061-1/+2
* Flip: Refactor Flip stream reading and writing out of FlipNetworkTransaction ...willchan@chromium.org2009-11-064-209/+422
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-052-3/+6
* Flip: FlipSessionPool changes.willchan@chromium.org2009-11-046-82/+98
* Update the FLIP session to use the FlipIOBuffer.mbelshe@google.com2009-11-044-121/+49
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-2/+2
* Rename PrioritizedIOBuffer to FlipIOBuffer, refactor it intombelshe@google.com2009-10-292-0/+72
* FLIP: fix new[]/delete mismatch.agl@chromium.org2009-10-291-1/+1
* Rename FlipStreamImpl to FlipStream and separate it out intombelshe@chromium.org2009-10-294-182/+227
* FLIP requests were missing the host header.mbelshe@google.com2009-10-292-18/+26
* Cleanup the FlipDelegate API a bit in prep for fixing upload.mbelshe@google.com2009-10-284-15/+50
* Update the unit test to test the FLIP client writes as wellmbelshe@google.com2009-10-283-22/+126
* linux: Fix signed vs unsigned issuepiman@chromium.org2009-10-261-5/+4
* Add download metrics into FLIP. They aren't used yet,mbelshe@google.com2009-10-243-60/+127
* Expand the options for how FLIP runs. The GFE team needsmbelshe@google.com2009-10-212-1/+4
* I had some debug URL handling turned on in chromembelshe@google.com2009-10-212-4/+5
* Fixup the flip_framer eof-handling semantics now that we havembelshe@google.com2009-10-207-90/+257
* Update the flip_protocol header to add flags to all framesmbelshe@google.com2009-10-144-35/+108
* Enable SSL in FLIP.mbelshe@google.com2009-10-144-41/+43
* Mix mismatched new[] with delete. (should be delete[]).mbelshe@google.com2009-10-132-8/+8
* Use size_t rather than uint32 in a few more placesmbelshe@chromium.org2009-10-122-4/+4
* Fix one more size_t/uint32 casting issue for the mac.mbelshe@chromium.org2009-10-102-2/+2
* A few more misc fixes for the linux port.mbelshe@chromium.org2009-10-094-24/+18
* 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-072-18/+25
* Fix signed/unsigned mismatch for linuxmbelshe@chromium.org2009-10-071-1/+1
* Change many of the int and uint32 uses to size_t.mbelshe@chromium.org2009-10-072-24/+24
* Linux port fixup.mbelshe@chromium.org2009-10-071-4/+4
* Remove VLOG statements which aren't needed and don't work well in chrome.mbelshe@chromium.org2009-10-074-46/+10
* Two features:mbelshe@google.com2009-10-014-14/+116
* Fix bug where we leaked the decompressor state.mbelshe@google.com2009-09-281-0/+3
* Fixup the flip buffer to use a regular IOBuffermbelshe@google.com2009-09-222-8/+4