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
/
spdy
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDY flow control: add support for receive window size
agayev@chromium.org
2010-08-26
6
-12
/
+175
*
Keep push streams open until they are claimed. The previous change I did
mbelshe@chromium.org
2010-08-25
1
-8
/
+14
*
Move the stream initialization out of the HttpStreamRequest and back
mbelshe@chromium.org
2010-08-25
2
-11
/
+55
*
Refactor: change the spdy session pool key to take a ProxyServer instead of a...
eroman@chromium.org
2010-08-25
5
-11
/
+15
*
Make sure the key into the spdy session pool identifies the actual proxy used...
eroman@chromium.org
2010-08-25
3
-19
/
+17
*
Missed a file from last checkin. histograms_recorded member variable is
mbelshe@chromium.org
2010-08-23
1
-1
/
+0
*
Fix bug where pushed SPDY streams were never actually closed.
mbelshe@chromium.org
2010-08-23
5
-137
/
+271
*
SpdySessionPool closes down sessions accurately now.
erikchen@google.com
2010-08-19
5
-32
/
+52
*
Extract connection logic from HttpNetworkTransaction into a new
mbelshe@chromium.org
2010-08-19
7
-36
/
+90
*
Added a new MockSocket that enforces ordering of reads/writes.
erikchen@google.com
2010-08-18
6
-38
/
+106
*
SPDY flow control: fix for WINDOW_UPDATEs arriving while request is being sent.
agayev@chromium.org
2010-08-17
7
-75
/
+92
*
FBTF: Start cleaning up net/
erg@google.com
2010-08-11
1
-0
/
+1
*
SpdySession now closes all streams on receiving GoAway stream.
erikchen@google.com
2010-08-10
2
-48
/
+19
*
Removed spdy_network_transaction.h file.
erikchen@google.com
2010-08-09
5
-710
/
+231
*
Clean up SpdyStream.
erikchen@google.com
2010-08-06
8
-156
/
+97
*
Review URL: http://codereview.chromium.org/3068015
lzheng@google.com
2010-08-06
1
-0
/
+143
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
10
-111
/
+270
*
Disable two SPDY tests, as they sometimes crash net_unittest.
erikchen@google.com
2010-08-05
1
-2
/
+2
*
Implement server push protocol 2.
erikchen@google.com
2010-08-05
10
-337
/
+1093
*
Minor change to: http://codereview.chromium.org/3064033
rch@chromium.org
2010-08-05
1
-6
/
+7
*
FBTF: Remove unneeded headers from base/ (part 1)
thestig@chromium.org
2010-08-05
1
-1
/
+0
*
Revert 54906 - Refactor HttpNetworkTransaction to eliminate the SPDY
dhollowa@chromium.org
2010-08-04
1
-7
/
+6
*
Adds an option, enabled by default, to net-internals to
cbentzel@chromium.org
2010-08-04
1
-3
/
+5
*
Refactor HttpNetworkTransaction to eliminate the SPDY
rch@chromium.org
2010-08-04
1
-6
/
+7
*
Make Chrome capable of advertising spdy version 1.
mbelshe@chromium.org
2010-08-03
2
-8
/
+12
*
SPDY correctly handles socket writes of zero length.
erikchen@google.com
2010-08-03
2
-2
/
+38
*
Fix SpdyHttpStreamTest windows tsan bug.
erikchen@google.com
2010-08-02
1
-6
/
+14
*
SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...
erikchen@google.com
2010-08-02
11
-65
/
+368
*
When we get a silent TCP RST, SPDY connections need to retry.
mbelshe@chromium.org
2010-07-31
6
-8
/
+161
*
Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found it
brettw@chromium.org
2010-07-31
1
-0
/
+1
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
2
-2
/
+4
*
Convert src/net to use std::string/char* for DictionaryValue keys.
viettrungluu@chromium.org
2010-07-31
1
-5
/
+5
*
Net: Fix leak in SpdyNetworkTransactionTest from r54398.
thestig@chromium.org
2010-07-31
1
-10
/
+15
*
Implement prefetching in chrome
gavinp@google.com
2010-07-31
4
-15
/
+80
*
Revert 54381 - Revert 54378 - Add content-length to spdy post request header.
lzheng@chromium.org
2010-07-30
4
-24
/
+115
*
More FRIEND_TEST_ALL_PREFIXES.
phajdan.jr@chromium.org
2010-07-30
4
-9
/
+10
*
Revert 54378 - Add content-length to spdy post request header.
lzheng@chromium.org
2010-07-30
4
-115
/
+24
*
Add content-length to spdy post request header.
lzheng@google.com
2010-07-30
4
-24
/
+115
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-1
/
+2
*
Initialize SpdyStreamMember to kInitialWindowSize.
finnur@chromium.org
2010-07-30
1
-1
/
+1
*
Uninitialized member in SpdyStream.
finnur@chromium.org
2010-07-30
1
-1
/
+2
*
Fix new[]/delete mismatch caused by using scoped_ptr<char> to handle strings.
glider@chromium.org
2010-07-30
1
-3
/
+3
*
Use relative instead of absolute URIs in SPDY requests
mbelshe@chromium.org
2010-07-30
3
-5
/
+37
*
Bump the SPDY protocol version to version 2.
mbelshe@chromium.org
2010-07-30
3
-33
/
+37
*
I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that
rch@chromium.org
2010-07-29
6
-80
/
+144
*
Net: Convert username and password to string16.
thestig@chromium.org
2010-07-29
2
-10
/
+12
*
SPDY sends RST_STREAM upon cancelling request, or bad header parse data.
erikchen@google.com
2010-07-27
5
-16
/
+81
*
SPDY: turn off flow-control by default
agayev@chromium.org
2010-07-27
1
-1
/
+1
*
Remove --testing-fixed-http-port and --testing-fixed-https-port.
cbentzel@chromium.org
2010-07-27
1
-9
/
+0
*
Fix DeleteStream() being called twice per stream and CloseStream() reporting ...
agayev@chromium.org
2010-07-27
1
-7
/
+1
[next]