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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SPDY] Fix bug in session flow control which leaves streams stalled
akalin@chromium.org
2013-03-21
10
-140
/
+571
*
Clean up spdy_protocol* and spdy_test_utils.* files to match server version
akalin@chromium.org
2013-03-20
3
-142
/
+36
*
Revert 189206 "Revert 189196"
rtenneti@chromium.org
2013-03-20
3
-41
/
+182
*
Revert 189196
eroman@chromium.org
2013-03-20
3
-182
/
+41
*
SPDY - Fix for crash bug with CloseIdleConnections invalidating the iterator.
rtenneti@chromium.org
2013-03-20
3
-41
/
+182
*
Fix the EmptyExpires cookie store test on iOS
droger@chromium.org
2013-03-19
1
-0
/
+2
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
49
-729
/
+1110
*
Revert 188912 "Removed static factories for data, ftp, file, and..."
kbr@chromium.org
2013-03-19
31
-153
/
+179
*
Removed static factories for data, ftp, file, and about jobs.
pauljensen@chromium.org
2013-03-19
31
-179
/
+153
*
Disk cache: Fix a race on DiskCacheEntryTest::ExternalAsyncIO
rvargas@google.com
2013-03-19
1
-3
/
+4
*
Remove the unused HttpStreamBase::IsMoreDataBuffered().
mmenke@chromium.org
2013-03-19
13
-42
/
+1
*
[SPDY] Refactor tests in preparation for a fix for a session flow control bug
akalin@chromium.org
2013-03-18
15
-668
/
+818
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
11
-26
/
+26
*
net: move test files out of net/base
phajdan.jr@chromium.org
2013-03-18
6
-10
/
+10
*
Revert 188762 "net: Add more debugging code to diagnose flaky te..."
wjia@chromium.org
2013-03-18
2
-48
/
+14
*
Increase net_unittest verbosity in isolate mode
csharp@chromium.org
2013-03-18
1
-0
/
+2
*
net: Add more debugging code to diagnose flaky testserver failures.
phajdan.jr@chromium.org
2013-03-18
2
-14
/
+48
*
net: remove kyps.net from HSTS preloaded.
agl@chromium.org
2013-03-18
3
-8
/
+2
*
Change ProxyRules to handle ProxyLists rather than just single ProxyServer in...
marq@google.com
2013-03-16
12
-128
/
+313
*
Add histograms to count when SpdySession GetPeer/LocalAddress return ERR_SOCK...
rch@chromium.org
2013-03-16
1
-2
/
+9
*
Partially integrate filename determination with resumption.
rdsmith@chromium.org
2013-03-16
1
-9
/
+50
*
Do not define IsSupported() in the headers.
wtc@chromium.org
2013-03-15
4
-8
/
+10
*
Fix several findbugs issues
yfriedman@chromium.org
2013-03-15
1
-9
/
+12
*
Invoke the iOS hook from TestSuite so each run_all_unittests.cc file does not
lliabraa@chromium.org
2013-03-15
1
-3
/
+0
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-03-15
6
-23
/
+27
*
Add Aes128GcmEncrypter and Aes128GcmDecrypter for the
wtc@chromium.org
2013-03-15
12
-7
/
+1342
*
Refactor QuicClientSession so that it owns the underlying socket
rch@chromium.org
2013-03-15
11
-45
/
+26
*
Retrieve more accurate error code (WSAECONNRESET vs.
wtc@chromium.org
2013-03-15
2
-23
/
+26
*
Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ...
pauljensen@chromium.org
2013-03-15
14
-114
/
+15
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
104
-230
/
+230
*
...
agl@chromium.org
2013-03-14
2
-0
/
+2
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-03-14
77
-652
/
+2009
*
Move policy protocol buffer definitions next to code that needs them.
mnissler@chromium.org
2013-03-14
1
-3
/
+0
*
[SPDY] Refactor use of stream delegates in SpdySession tests
akalin@chromium.org
2013-03-14
4
-174
/
+89
*
Ignore an empty expiry attribute, as per RFC.
erikwright@chromium.org
2013-03-13
4
-2
/
+63
*
Use the main application context in NCNAutoDetect.
pliard@chromium.org
2013-03-13
1
-8
/
+2
*
net: Report net error code from URLFetcher::FileErrorOccurred
hashimoto@chromium.org
2013-03-13
10
-44
/
+36
*
Add a ConnectionInfo enum which describes the kind of connection used to fetc...
rch@chromium.org
2013-03-13
8
-8
/
+74
*
[SPDY] Bump up initial session receive window size to match streams
akalin@chromium.org
2013-03-13
3
-28
/
+63
*
Add QuicCryptoServerStream (and test) and get CryptoUtils working.
rch@chromium.org
2013-03-13
6
-94
/
+312
*
QUIC: NSS part for P256 key exchange.
thaidn@google.com
2013-03-13
5
-40
/
+260
*
[SPDY] Add SpdyStream unit tests for resuming after stall by flow control
akalin@chromium.org
2013-03-13
5
-469
/
+583
*
Remove unused ServerBoundCertStore::FlushStore.
mattm@chromium.org
2013-03-13
3
-25
/
+0
*
Disable QUIC for HTTPS URLs.
rch@chromium.org
2013-03-12
3
-1
/
+65
*
Android: rename android_build_type gyp variable.
torne@chromium.org
2013-03-12
1
-1
/
+1
*
Record QUIC and SPDY in the npn_negotiated_protocol field for QUIC transactions.
rch@chromium.org
2013-03-11
2
-0
/
+4
*
GTTF: Add debugging code for flaky test server startup issues.
phajdan.jr@chromium.org
2013-03-11
1
-0
/
+4
*
Cleanup: remove obsolete comment.
ricea@chromium.org
2013-03-11
1
-3
/
+0
*
QUIC/Crypto - Enabled curve25519 key exchange code.
rtenneti@chromium.org
2013-03-09
3
-37
/
+18
*
[SPDY] Audit delegates of SpdyStream
akalin@chromium.org
2013-03-09
12
-72
/
+153
[next]