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
*
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
*
Enable EV for D-TRUST Root Class 3 CA 2 2009
rsleevi@chromium.org
2013-03-09
1
-0
/
+6
*
SSL histograms did not use same buckets. Realign them.
willchan@chromium.org
2013-03-08
1
-6
/
+6
*
[SPDY] Rename SpdyStream::Write{Headers,StreamData} to Queue{...}
akalin@chromium.org
2013-03-08
6
-71
/
+51
*
Fix leak in QuicServerConfigProtobuf.
rch@chromium.org
2013-03-08
1
-0
/
+1
*
Land Recent QUIC Changes
rch@chromium.org
2013-03-08
38
-361
/
+1223
*
Add P256 key exchange. This CL is for OpenSSL. The NSS part is coming in anot...
thaidn@google.com
2013-03-08
4
-0
/
+255
*
Remove some calls to URLRequestContext::network_delegate().
tedv@chromium.org
2013-03-08
11
-37
/
+54
*
[SPDY] Fix session flow control bug with incoming data for inactive streams
akalin@chromium.org
2013-03-08
3
-3
/
+41
*
Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()
akalin@chromium.org
2013-03-08
12
-31
/
+30
*
[Android] Change jni_gen_dir to jni_gen_package for jni_generator.
yfriedman@chromium.org
2013-03-07
1
-2
/
+2
*
Change --origin-port-to-force-quic-on to apply only to http urls.
rch@chromium.org
2013-03-07
2
-4
/
+112
*
Only use disk_cache::SimpleBackendImpl for net::DISK_CACHE (i.e. HTTP).
gavinp@chromium.org
2013-03-07
1
-5
/
+9
*
Allow mapping hostnames to ERR_NAME_NOT_RESOLVED with the --host-resolver-rul...
eroman@chromium.org
2013-03-07
3
-15
/
+62
[next]