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
*
Keep track of whether we're getting any certificate pin failures.
cevans@chromium.org
2011-04-28
1
-4
/
+9
*
Remove the declaration of the obsolete CreateOSCert method. The method
wtc@chromium.org
2011-04-28
1
-4
/
+0
*
Linux: upgrade a DCHECK to CHECK to try and catch bug 75508 in action.
mdm@chromium.org
2011-04-28
1
-2
/
+2
*
Fix disk cache stats to include 'Open misses'
joth@chromium.org
2011-04-28
1
-4
/
+4
*
Report cert-pin only metadata correctly in the chrome://net-internals/#hsts UI.
cevans@chromium.org
2011-04-27
1
-4
/
+8
*
Flesh out the onBeforeSendHeaders event a bit more. We now send the
mpcomplete@chromium.org
2011-04-27
9
-26
/
+46
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
18
-235
/
+206
*
Fix https://m.gmail.com/ and https://m.googlemail.com/, which don't return a
cevans@chromium.org
2011-04-27
2
-4
/
+14
*
Fix DirectoryLister not to require refcounting.
willchan@chromium.org
2011-04-27
5
-241
/
+245
*
Undo raw DNS resolver changes, this will be implemented differently, on IO-th...
agayev@chromium.org
2011-04-27
7
-16
/
+15
*
Revert r83048 "Removed wchar_t from Time::FromString."
maruel@chromium.org
2011-04-26
3
-7
/
+8
*
Removed wchar_t from Time::FromString.
shinyak@google.com
2011-04-26
3
-8
/
+7
*
Find("SpdyCwnd") is sometimes coming back null. This guards against that case.
russellbrenner@google.com
2011-04-26
1
-0
/
+4
*
Add support for enforcing certificate pinning without requiring https on a
cevans@chromium.org
2011-04-26
4
-7
/
+57
*
Revert 82858 - Added network panel timing, size and raw headers text tests fo...
jar@chromium.org
2011-04-26
1
-50
/
+0
*
Add support for built-in certificate pins, and add a pin list suitable for
cevans@chromium.org
2011-04-25
2
-81
/
+140
*
Added network panel timing, size and raw headers text tests for DevTools
vsevik@chromium.org
2011-04-25
1
-0
/
+50
*
Implemented chrome.experimental.webRequest.onCompleted
battre@chromium.org
2011-04-23
5
-20
/
+12
*
Python sync server support for MIGRATION_DONE errors.
nick@chromium.org
2011-04-23
3
-68
/
+475
*
InitFromPickle should return false on any deserialization
wtc@chromium.org
2011-04-22
1
-4
/
+9
*
net: add histograms for OCSP and CRL fetch failures.
agl@chromium.org
2011-04-22
1
-30
/
+61
*
Address post-review feedback for r82214. In addition, no longer attempt to gr...
rsleevi@chromium.org
2011-04-22
7
-46
/
+40
*
Address post-review feedback for r81702.
rsleevi@chromium.org
2011-04-22
1
-40
/
+50
*
Implement IpcNetworkManger
sergeyu@chromium.org
2011-04-21
1
-1
/
+1
*
Revert 82460 - Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can ...
glider@chromium.org
2011-04-21
3
-5
/
+4
*
Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark
glider@chromium.org
2011-04-21
3
-4
/
+5
*
Add command-line control of the HSTS preload list.
cevans@chromium.org
2011-04-21
6
-45
/
+129
*
Implemented of base functionality of chrome.experimental.webRequest.onBeforeR...
battre@chromium.org
2011-04-20
5
-0
/
+24
*
Implementation of chrome.experimental.webRequest.onRequestSent
battre@chromium.org
2011-04-20
5
-0
/
+31
*
Added raw headers support to DevTools.
vsevik@chromium.org
2011-04-20
2
-0
/
+18
*
Change the HTTP cache to cache the entire certificate chain for SSL sites
rsleevi@chromium.org
2011-04-20
8
-119
/
+250
*
Added GetLocalAddress() in net::ClientSocket.
sergeyu@chromium.org
2011-04-19
30
-4
/
+130
*
Merge server-side changes of the cloud policy protocol
gfeher@chromium.org
2011-04-19
1
-5
/
+0
*
Make URLRequest store the chain of redirects.
mattm@chromium.org
2011-04-19
3
-9
/
+36
*
Delete unused SSL preferences code for Windows and Mac.
rtenneti@chromium.org
2011-04-19
6
-714
/
+0
*
Convert CrOS proxy config serialization to protobuf format.
mnissler@chromium.org
2011-04-19
2
-2
/
+17
*
Cleanup: Standardizing argument order for CanonicalCookie constructors.
mkwst@chromium.org
2011-04-19
3
-51
/
+56
*
Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoids
cevans@chromium.org
2011-04-19
7
-18
/
+64
*
Chrome could not accept IE's proxy exclusions list delimited by commas.
toyoshim@chromium.org
2011-04-19
2
-4
/
+19
*
Fix clang failure.
sergeyu@chromium.org
2011-04-18
2
-4
/
+8
*
Added TCPServerSocket.
sergeyu@chromium.org
2011-04-18
12
-2
/
+724
*
linux: don't always print dlopen errors from LoadNativeLibrary
evan@chromium.org
2011-04-18
1
-2
/
+2
*
Replacing outdated DCHECK(a == b) with DCHECK_EQ(a, b).
david.mike.futcher@gmail.com
2011-04-18
1
-2
/
+2
*
Add net/base/sys_byteorder.h
sergeyu@chromium.org
2011-04-18
5
-17
/
+26
*
Support for repeated strings in policy definitions.
mnissler@chromium.org
2011-04-18
1
-1
/
+7
*
Support key rotation in the policy test server.
mnissler@chromium.org
2011-04-18
2
-12
/
+24
*
net: Put net/server/* into namespace net.
tfarina@chromium.org
2011-04-18
4
-12
/
+29
*
Changed the jingle network code in ChromeAsyncSocket to use the client socket...
sanjeevr@chromium.org
2011-04-15
1
-1
/
+5
*
Allow extensions to redirect requests in onBeforeRequest.
mpcomplete@chromium.org
2011-04-15
9
-54
/
+174
*
Make run_testserver.exe complain if the given --doc-root parameter
darin@chromium.org
2011-04-15
1
-1
/
+8
[next]