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
*
Cleanup the URLRequestContext after finishing communication with test sserver...
jnd@chromium.org
2012-05-30
2
-0
/
+8
*
Fix ninja build for android.
yfriedman@chromium.org
2012-05-29
1
-1
/
+1
*
Add socket.setKeepAlive() and socket.setNoDelay().
penghuang@chromium.org
2012-05-29
4
-61
/
+98
*
Do not treat weak (< 1024 bit RSA) keys as fatal on OS X
rsleevi@chromium.org
2012-05-29
2
-2
/
+33
*
Http cache: Test deleting an entry with a pending_entry when
rvargas@google.com
2012-05-29
1
-5
/
+13
*
Add business.medbank.com.mt to HSTS preloaded.
agl@chromium.org
2012-05-29
2
-0
/
+2
*
Make FileSystemOperationWriteTest independent from URLRequest::Deprecated.
kinaba@chromium.org
2012-05-29
1
-2
/
+0
*
RefCounted types should not have public destructors, net/ edition
rsleevi@chromium.org
2012-05-29
9
-22
/
+31
*
RefCounted types should not have public destructors, net/ redux
rsleevi@chromium.org
2012-05-28
2
-19
/
+13
*
Use TLS 1.1.
wtc@chromium.org
2012-05-26
17
-98
/
+348
*
net: Fix RAII fail. Found by clang.
thakis@chromium.org
2012-05-25
1
-2
/
+2
*
Add APK targets for content_unittests and net_unittests.
nileshagrawal@chromium.org
2012-05-25
1
-2
/
+32
*
Remove ahendrickson from net/OWNERS.
gavinp@chromium.org
2012-05-25
1
-1
/
+0
*
Suppress pause-and-buffer behavior when the HTTP response won't satisfy futur...
fischman@chromium.org
2012-05-25
3
-26
/
+49
*
Move URLFetcherFactory from content to net
akalin@chromium.org
2012-05-25
3
-0
/
+44
*
[sync] Add --port and --xmpp-port parameters to run_testserver.cc
rsimha@chromium.org
2012-05-24
7
-16
/
+151
*
Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...
agl@chromium.org
2012-05-24
16
-889
/
+194
*
Revert "nss: revert encrypted and origin bound certificates support."
agl@chromium.org
2012-05-24
16
-194
/
+889
*
nss: revert encrypted and origin bound certificates support.
agl@chromium.org
2012-05-24
11
-885
/
+42
*
net: add certificate pins for tor2web.org
agl@chromium.org
2012-05-24
5
-4
/
+152
*
Use 127.0.0.1 as the local address for Android in the MockHostResolver as well.
peter@chromium.org
2012-05-24
1
-6
/
+0
*
Support for navigator.connection API
droger@google.com
2012-05-24
15
-130
/
+192
*
Use SingleThreadTaskRunner instead of MessageLoopProxy in ProxyConfigService.
sergeyu@chromium.org
2012-05-24
8
-113
/
+126
*
Improve the TLS intolerant server testing support added in r134129
wtc@chromium.org
2012-05-23
4
-11
/
+27
*
Fix more gcc in net/url_request/url_request_unittest.cc
maruel@chromium.org
2012-05-23
1
-4
/
+4
*
Decouple DevTools from socket implementation.
pliard@chromium.org
2012-05-23
6
-11
/
+54
*
Disable ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing
backer@chromium.org
2012-05-23
1
-1
/
+11
*
[net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...
szym@chromium.org
2012-05-23
8
-150
/
+80
*
Prevent the infinite loop inside SSLClientSocketOpenSSL::OnSendComplete.
wtc@chromium.org
2012-05-22
2
-3
/
+10
*
Re-enable embedded identities in URLs for HTTP authentication.
asanka@chromium.org
2012-05-22
4
-11
/
+331
*
Update URL for upstream NSS bug.
agl@chromium.org
2012-05-22
1
-1
/
+1
*
Fix an uninitialized warning treated as error on gcc 4.5.2
maruel@chromium.org
2012-05-22
1
-1
/
+1
*
net: Fix a regression that broke file uploading with http authentication
satorux@chromium.org
2012-05-22
3
-2
/
+60
*
Make AssociateWithRenderView() a free function in the 'content' namespace
akalin@chromium.org
2012-05-22
1
-0
/
+16
*
Revert 138168 - net: Fix a regression that broke file uploading with http aut...
zea@chromium.org
2012-05-22
3
-60
/
+2
*
net: Fix a regression that broke file uploading with http authentication
satorux@chromium.org
2012-05-21
3
-2
/
+60
*
If the version field is omitted from the certificate, the default
wtc@chromium.org
2012-05-19
2
-0
/
+39
*
Removed unreached code related to ESET MITM detection.
rsleevi@chromium.org
2012-05-19
2
-62
/
+52
*
Roll NSS from 136057:137477
rsleevi@chromium.org
2012-05-18
1
-0
/
+4
*
RefCounted types should not have public destructors, Linux fixes
rsleevi@chromium.org
2012-05-18
2
-6
/
+8
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-05-18
1
-2
/
+1
*
Revert 137445 - CHECK for that we are not seeing user-visible SPDY_PING_FAILE...
rch@chromium.org
2012-05-17
1
-2
/
+0
*
Cleanup: Remove unneeded scoped_ptr.h includes from net.
thestig@chromium.org
2012-05-17
19
-34
/
+21
*
Prevent the infinite loop inside SSLClientSocketNSS::OnSendComplete.
wtc@chromium.org
2012-05-16
3
-8
/
+115
*
[net/dns] Isolate DnsConfigWatcher from DnsConfigService.
szym@chromium.org
2012-05-16
21
-406
/
+655
*
Fix typo
amit@chromium.org
2012-05-16
1
-1
/
+1
*
CHECK for that we are not seeing user-visible SPDY_PING_FAILED errors.
rch@chromium.org
2012-05-16
1
-0
/
+2
*
Add emailprivacytester.com to HSTS preloaded
agl@chromium.org
2012-05-16
1
-0
/
+1
*
Rewrite base::JSONReader to be 35-40% faster, depending on the input string.
rsesek@chromium.org
2012-05-16
2
-4
/
+2
*
Refactor TCPListenSocket.
pliard@chromium.org
2012-05-16
18
-622
/
+653
[next]