index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
flip
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the LoadLog through the FlipStream.
mbelshe@google.com
2009-12-18
7
-24
/
+113
*
Increase read buffer size to 32KB for the flip session.
mbelshe@chromium.org
2009-12-17
1
-1
/
+1
*
Make the transactions own the HttpResponseInfo.
willchan@chromium.org
2009-12-16
5
-12
/
+21
*
Flip: Comma delimit the various flip options. Redo the fixed testing server f...
willchan@chromium.org
2009-12-15
2
-0
/
+10
*
If the server closes the connection and we're aborting streams,
mbelshe@google.com
2009-12-10
2
-9
/
+16
*
FlipSession should save the SSLInfo in the HttpResponseInfo before
wtc@chromium.org
2009-12-09
2
-1
/
+19
*
Fix build with use_system_zlib=1
agl@chromium.org
2009-12-08
1
-0
/
+4
*
Flip: Add LoadLog for TCP connect().
willchan@chromium.org
2009-12-07
3
-4
/
+9
*
Disabled ConnectFailure test due to flaky valgrind failures.
willchan@chromium.org
2009-12-05
1
-1
/
+3
*
Enable LoadLog for Flip. Improve some LOG messages.
willchan@chromium.org
2009-12-04
3
-1
/
+24
*
Fix two connection error cases:
mbelshe@google.com
2009-12-04
2
-6
/
+6
*
Fix bug where FLIP sessions can crash if the connect fails.
mbelshe@google.com
2009-12-04
2
-2
/
+57
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
2
-21
/
+9
*
Enable the FlipProtocolTests.
mbelshe@google.com
2009-12-01
1
-14
/
+10
*
Fix FlipSession cleanup to be unified through CloseSession. Because Flip is
mbelshe@google.com
2009-12-01
2
-25
/
+45
*
When force-closing sessions we need to close them as aborted
mbelshe@google.com
2009-11-30
1
-1
/
+1
*
Linux: add next-protocol-negotiation to libssl.
agl@chromium.org
2009-11-30
1
-0
/
+11
*
Small header cleanup.
mbelshe@google.com
2009-11-30
1
-3
/
+4
*
Fix case where SynReply messages which were missing
mbelshe@google.com
2009-11-30
2
-16
/
+110
*
Ressurrect the WriteError test by making a scoped
mbelshe@google.com
2009-11-30
1
-7
/
+14
*
Fix leak when we get an error during a write. We
mbelshe@chromium.org
2009-11-30
1
-0
/
+1
*
Backout test change.
mbelshe@google.com
2009-11-30
1
-17
/
+7
*
Ressurrect the WriteError test by making a scoped
mbelshe@google.com
2009-11-30
1
-7
/
+17
*
Reland: Fix the FlipSession to support partial writes.
mbelshe@google.com
2009-11-29
5
-342
/
+316
*
Revert 33073 - Reland 33018:
mbelshe@google.com
2009-11-25
5
-313
/
+342
*
Reland 33018:
mbelshe@google.com
2009-11-25
5
-342
/
+313
*
Revert 33018 - Fix the FlipSession to support partial writes.
laforge@chromium.org
2009-11-25
5
-313
/
+342
*
Fix the FlipSession to support partial writes.
mbelshe@google.com
2009-11-25
5
-342
/
+313
*
Flip: Fix leak of UploadDataStream if it's empty.
willchan@chromium.org
2009-11-24
1
-2
/
+6
*
Flip: Handle empty post.
willchan@chromium.org
2009-11-24
2
-2
/
+76
*
Flip: Fix a bunch of leaks.
willchan@chromium.org
2009-11-24
6
-33
/
+61
*
Flip: Fix cancellation code path.
willchan@chromium.org
2009-11-23
1
-8
/
+8
*
Disable FlipStreamTest::SendRequest as it causes leaks.
tim@chromium.org
2009-11-23
1
-1
/
+2
*
Flip: Merge FlipStreamParser and FlipStream. Eliminate FlipDelegate.
willchan@chromium.org
2009-11-22
11
-834
/
+825
*
Add some diagnostics for dumping the headers that the client
mbelshe@google.com
2009-11-21
1
-0
/
+30
*
Implement a test case for a basic server-push operation.
mbelshe@google.com
2009-11-21
1
-0
/
+180
*
When we had upload data, but it was a zero-length upload
mbelshe@chromium.org
2009-11-21
1
-1
/
+1
*
Add a sanity check into the framer; this trips
mbelshe@google.com
2009-11-20
1
-0
/
+1
*
Robustness improvements on the X-Associated-Content header.
mbelshe@google.com
2009-11-20
1
-2
/
+7
*
Fix memory leak.
mbelshe@google.com
2009-11-19
1
-1
/
+1
*
Fix two flip bugs.
mbelshe@google.com
2009-11-19
5
-22
/
+60
*
Add a test for verifying that SYN_REPLY headers are properly
mbelshe@google.com
2009-11-16
1
-0
/
+148
*
Fix bad last checkin which broke everything in flip.
mbelshe@google.com
2009-11-15
1
-0
/
+1
*
Fix multi-valued headers to and from the server.
mbelshe@google.com
2009-11-14
2
-5
/
+31
*
Fix Coverity defects in the FLIP code.
wtc@chromium.org
2009-11-12
3
-5
/
+5
*
Enable FLIP POST with unittest.
mbelshe@google.com
2009-11-12
7
-84
/
+342
*
There was confusion in the mock socket classes due to
mbelshe@google.com
2009-11-11
1
-4
/
+4
*
Pickup some server nits from the checkin on the GFE side.
mbelshe@google.com
2009-11-10
2
-32
/
+49
*
Switch chrome to requesting full-urls over FLIP rather than
mbelshe@google.com
2009-11-10
2
-18
/
+14
*
Fix some over-80-char lines.
mbelshe@google.com
2009-11-09
1
-4
/
+11
[next]