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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: update public key block for the correct Cyber CA certs.
agl@chromium.org
2011-09-13
3
-2
/
+37
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2011-09-12
1
-1
/
+1
*
NetworkChangeNotifierMac: synchronize destruction order with helper thread.
adamk@chromium.org
2011-09-12
2
-14
/
+13
*
Overwrite extensions of filenames determined from URLs if the URL could be a ...
asanka@chromium.org
2011-09-12
3
-29
/
+79
*
net: another HSTS preloaded update
agl@chromium.org
2011-09-12
2
-0
/
+23
*
Change AuthChallengeInfo to better represent underlying encodings.
cbentzel@chromium.org
2011-09-12
2
-13
/
+17
*
...
agl@chromium.org
2011-09-09
2
-0
/
+9
*
Revert 100415 - Re-land http://codereview.chromium.org/7831056/ and http://co...
erikwright@chromium.org
2011-09-09
10
-1612
/
+577
*
Re-land http://codereview.chromium.org/7831056/ and http://codereview.chromiu...
erikwright@chromium.org
2011-09-09
10
-577
/
+1612
*
Revert 100188 - Finalize a CL originally by departed intern ycxiao@ that deta...
estade@chromium.org
2011-09-09
10
-1588
/
+568
*
Revert 100316 - Fix a memory leak in a unit test.
estade@chromium.org
2011-09-09
3
-22
/
+12
*
Fix a memory leak in a unit test.
erikwright@chromium.org
2011-09-09
3
-12
/
+22
*
Fix wrong type for len arg in SEC_StringToOID call in r100264.
mattm@chromium.org
2011-09-08
1
-1
/
+1
*
Resubmission of r98288: Added CreateOriginBound method to x509_certificate.h
mdietz@google.com
2011-09-08
7
-13
/
+294
*
net: remove X509CertificateTest.UnoSoftCertParsing
agl@chromium.org
2011-09-08
1
-22
/
+0
*
Finalize a CL originally by departed intern ycxiao@ that detaches the loading...
erikwright@chromium.org
2011-09-08
10
-568
/
+1588
*
net: add certificate pins for Tor
agl@chromium.org
2011-09-07
2
-0
/
+44
*
Revert 99677 (didn't help) - Revert 99666 (sync tests started failing on mac1...
thakis@chromium.org
2011-09-06
11
-152
/
+284
*
Revert 99666 (sync tests started failing on mac10.6:
thakis@chromium.org
2011-09-05
11
-284
/
+152
*
Linux: Monitor resolv.conf for changes and use that to reload resolver.
craig.schlenter@chromium.org
2011-09-05
11
-152
/
+284
*
Mark net::NetLogStringParameter for export to fix component build for chrome.
sadrul@chromium.org
2011-09-04
1
-1
/
+1
*
Introduced the URLBlacklistManager, and wired it to various places.
joaodasilva@chromium.org
2011-09-04
1
-0
/
+10
*
mac: gcc buildfix
thakis@chromium.org
2011-09-04
1
-1
/
+2
*
Make BaseFile member functions return net::Error's.
ahendrickson@chromium.org
2011-09-04
5
-48
/
+140
*
Landing some further tweaks for Adam.
cevans@chromium.org
2011-09-03
1
-1
/
+9
*
Fix a benign off-by-one error of kNumSerials in IsBlacklisted.
wtc@chromium.org
2011-09-03
1
-3
/
+4
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+1
*
Fix initial online state on Mac.
adamk@chromium.org
2011-09-02
4
-39
/
+77
*
Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job
rch@chromium.org
2011-09-02
2
-2
/
+7
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-1
/
+1
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-1
/
+1
*
Remove use of <iostream> where unnecessary.
evan@chromium.org
2011-09-01
1
-1
/
+1
*
IDNToUnicodeWithOffsets() supports NULL for the offset vector, so make IDNToU...
pkasting@chromium.org
2011-09-01
1
-2
/
+1
*
Force certificate trust preferences checking on OS X.
rsleevi@chromium.org
2011-09-01
1
-1
/
+2
*
Reduce number of unnamed-type-template-args violations (mostly when passing v...
pkasting@chromium.org
2011-09-01
1
-6
/
+6
*
Add drive.google.com to HSTS list.
cevans@chromium.org
2011-09-01
2
-0
/
+3
*
HSTS: add two more hosts.
agl@chromium.org
2011-08-31
2
-4
/
+20
*
net: block bad DigiNotar serial numbers and several intermediates.
agl@chromium.org
2011-08-31
1
-4
/
+273
*
Revert 98885 - Third attempt at the following. Unreviewed, this was original...
rsleevi@chromium.org
2011-08-31
5
-214
/
+295
*
Third attempt at the following. Unreviewed, this was originally reviewed in ...
pkasting@chromium.org
2011-08-30
5
-295
/
+214
*
Mark DigiNotar as untrusted
agl@chromium.org
2011-08-30
4
-9
/
+63
*
fix up perms
dmaclach@chromium.org
2011-08-29
2
-0
/
+0
*
Detect file system errors during downloads.
ahendrickson@chromium.org
2011-08-29
3
-11
/
+136
*
Mark ParseHostAndPort() as NET_EXPORT instead of NET_EXPORT_PRIVATE.
sergeyu@chromium.org
2011-08-29
1
-2
/
+2
*
Only mark a proxy as bad if we have confirmation that another proxy succeeded...
asanka@chromium.org
2011-08-29
1
-0
/
+22
*
Revert 98288 - Added CreateOriginBound method to x509_certificate.h.
jbates@chromium.org
2011-08-25
7
-294
/
+13
*
Added CreateOriginBound method to x509_certificate.h.
mdietz@google.com
2011-08-25
7
-13
/
+294
*
Remove exec flags from cc files.
jbates@chromium.org
2011-08-25
2
-0
/
+0
*
Replace whitespace at beginning and end of file with hyphens, rather than sil...
kenrb@chromium.org
2011-08-24
2
-6
/
+52
*
net: add dropcam.com to HSTS preloaded list.
agl@chromium.org
2011-08-24
2
-0
/
+8
[next]