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
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)
thestig@chromium.org
2011-06-15
1
-1
/
+1
*
Added a metric to measure how much time is saved by having
rtenneti@chromium.org
2011-06-14
1
-0
/
+17
*
Promoting the MHTML file extension to primary mappings.
jcivelli@chromium.org
2011-06-14
1
-3
/
+3
*
Revert 88553 - Revert 88510 - Escaping file names correctly. Also fixed a cru...
thestig@chromium.org
2011-06-14
3
-5
/
+13
*
NetworkChangeNotifierMac: use a synchronous call to get initial
adamk@chromium.org
2011-06-14
1
-5
/
+22
*
net: add (*.)cert.se to HSTS preloaded list.
agl@chromium.org
2011-06-13
2
-0
/
+8
*
Add LOG(WARNING) messages to track down where we set CERT_STATUS_INVALID.
wtc@chromium.org
2011-06-11
1
-1
/
+11
*
Add histograms to measure DNS lookups for different configurations.
mbelshe@chromium.org
2011-06-10
1
-0
/
+27
*
Revert 88510 - Escaping file names correctly. Also fixed a crush in chromeos ...
ericu@google.com
2011-06-09
3
-13
/
+5
*
Break the dependency of DnsQuery and DnsResponse from AddressList
agayev@chromium.org
2011-06-09
6
-163
/
+115
*
Add revocation checking field trial.
agl@chromium.org
2011-06-09
2
-0
/
+16
*
Escaping file names correctly. Also fixed a crush in chromeos debug build whi...
serya@chromium.org
2011-06-09
3
-5
/
+13
*
Collect stats to investigate the viability of UDP
rtenneti@chromium.org
2011-06-09
2
-0
/
+116
*
NetworkChangeNotifierMac: lock access to network_reachable_ as it may be read
adamk@chromium.org
2011-06-08
2
-1
/
+8
*
Fix debug crash caused by NetworkChangeNotifierChromeos.
rhashimoto@chromium.org
2011-06-08
3
-5
/
+7
*
Revert "Revert "net: followup to codereview for cl/7096014""
agl@chromium.org
2011-06-08
3
-22
/
+66
*
Revert "net: followup to codereview for cl/7096014"
agl@chromium.org
2011-06-08
3
-66
/
+22
*
net: followup to codereview for cl/7096014
agl@chromium.org
2011-06-08
3
-22
/
+66
*
Rename the x509_openssl_util namespace to x509_util
rsleevi@chromium.org
2011-06-07
3
-24
/
+22
*
Fix AddressList unittests
agayev@chromium.org
2011-06-07
1
-22
/
+38
*
Remove special case hack for *.latest.chrome.google.com now that --hsts-hosts
cevans@chromium.org
2011-06-07
2
-7
/
+3
*
Add unit-tests for SingleRequestHostResolver.
eroman@chromium.org
2011-06-06
5
-103
/
+251
*
net: Add NET_TEST to a new code.
rvargas@google.com
2011-06-03
3
-9
/
+11
*
Changes to have chrome building with net.dll
rvargas@google.com
2011-06-03
2
-2
/
+2
*
Implements DnsRequest and DnsResponse classes.
agayev@chromium.org
2011-06-03
9
-2
/
+620
*
Revert 87809 - Added DnsQuery class
agayev@chromium.org
2011-06-03
9
-612
/
+2
*
Added DnsQuery class
agayev@chromium.org
2011-06-03
9
-2
/
+612
*
net: pull DNSSEC out from behind the flag.
agl@chromium.org
2011-06-03
2
-19
/
+1
*
Build fix for the valgrind builders.
agl@chromium.org
2011-06-02
3
-59
/
+82
*
Implement NetworkChangeNotifier::IsCurrentlyOffline() for Mac.
adamk@google.com
2011-06-02
2
-7
/
+77
*
Clang build fix (last one, hopefully).
agl@chromium.org
2011-06-02
2
-0
/
+4
*
Clang build fix for r87677.
agl@chromium.org
2011-06-02
2
-0
/
+5
*
Clang build fix for r87676.
agl@chromium.org
2011-06-02
2
-0
/
+5
*
net: switch from TXT DNS records to CAA.
agl@chromium.org
2011-06-02
4
-172
/
+509
*
net: add CRL filter infrastructure.
agl@chromium.org
2011-06-02
3
-0
/
+1176
*
Don't include SCDynamicStoreKey.h and SCSchemaDefinitions.h.
wtc@chromium.org
2011-06-02
1
-3
/
+1
*
More POSIX support for Chromium, consisting mostly of broadening ifdefs. This
tony@chromium.org
2011-06-02
2
-8
/
+10
*
net: Add code to extract CRL URLs from X.509 certificates.
agl@chromium.org
2011-06-02
3
-14
/
+194
*
Add talk.google.com and hostedtalkgadget.google.com to the HSTS list after
cevans@chromium.org
2011-06-01
2
-0
/
+11
*
Adds URLRequestJob bytes read to NetLog.
mmenke@chromium.org
2011-06-01
3
-0
/
+63
*
fix unit test bug
agayev@chromium.org
2011-06-01
2
-4
/
+10
*
net: Add NET_API to more code, this time what's used by chrome.dll
rvargas@google.com
2011-05-31
6
-15
/
+16
*
Apparently, ssl.gstatic.com is used to load a lot of content over http too.
cevans@chromium.org
2011-05-31
2
-3
/
+2
*
net: remove a random 10% of the False Start blocklist.
agl@chromium.org
2011-05-31
1
-439
/
+0
*
Adding ScopedAllowIO in UploadData::Element::GetContentLength.
tzik@chromium.org
2011-05-31
1
-3
/
+18
*
net: add squareup.com and uprotect.it to HSTS preloaded list.
agl@chromium.org
2011-05-30
2
-0
/
+16
*
Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
2
-0
/
+5
*
Revert 87077 - Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
2
-5
/
+0
*
Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
2
-0
/
+5
*
Revert 87066 - Bind() methods for TCP sockets
sergeyu@chromium.org
2011-05-27
2
-5
/
+0
[next]