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
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
2
-1
/
+5
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-5
/
+5
*
Widen file access restriction suppressions in SSLConfigServiceWin. Changing t...
rsleevi@chromium.org
2010-12-12
1
-0
/
+2
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
6
-62
/
+61
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-2
/
+2
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
6
-61
/
+62
*
Explicitly whitelist the test server port.
bauerb@chromium.org
2010-12-10
2
-9
/
+27
*
Adds first cut implementation of a private key store abstraction for openssl
joth@chromium.org
2010-12-10
5
-10
/
+135
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
6
-6
/
+20
*
A ScopedNetLogEvent that logs a NetLog begin event on creation,
mmenke@chromium.org
2010-12-09
3
-0
/
+81
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
2
-3
/
+16
*
False Start blacklist: add giltcdn.com
agl@chromium.org
2010-12-08
1
-0
/
+1
*
Miscellaneous cleanup: remove unnecessary forward
wtc@chromium.org
2010-12-08
2
-35
/
+25
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
2
-3
/
+3
*
Implements disabled cipher support for OpenSSL. (ssl_config_.disabled_cipher_...
joth@chromium.org
2010-12-07
2
-5
/
+8
*
Implements keygen handler for openssl, but without private key persistence
joth@chromium.org
2010-12-07
2
-24
/
+37
*
Also register read cookies in the content settings delegate.
jochen@chromium.org
2010-12-07
3
-6
/
+28
*
I missed some comments from wtc on patch http://codereview.chromium.org/51950...
joth@chromium.org
2010-12-06
2
-3
/
+2
*
Refactored cookies persistent store clean-up on shutdown.
pastarmovj@chromium.org
2010-12-06
3
-6
/
+24
*
Cleanup X509CertificateMac style nits and introduce a crypto library agnostic...
rsleevi@chromium.org
2010-12-05
5
-116
/
+125
*
net: add vibe.novell.com to the False Start blacklist
agl@chromium.org
2010-12-05
1
-0
/
+1
*
This CL add a GetInstance() method to singleton classes instead of relying on...
satish@chromium.org
2010-12-04
1
-2
/
+7
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
2
-0
/
+14
*
Allow data URLs to trigger downloads, as they do in Firefox.
darin@chromium.org
2010-12-03
2
-0
/
+7
*
Fix indentation.
darin@chromium.org
2010-12-03
1
-7
/
+7
*
Don't unescape backslashes in URLs, since these will be converted to slashes
brettw@chromium.org
2010-12-03
1
-2
/
+3
*
Make the cookie list a class (instead of a typedef inside CookieMonster)...
jochen@chromium.org
2010-12-03
3
-24
/
+25
*
Don't unescape characters that can change the meaning of a URL. I removed the...
brettw@google.com
2010-12-02
3
-31
/
+40
*
net: add everbox.com to False Start blacklist
agl@chromium.org
2010-12-02
1
-0
/
+1
*
Fixes the remaining unit tests failures for OpenSSL:
joth@chromium.org
2010-12-02
5
-18
/
+42
*
Fix preconnect crash when we hit max socket limit.
willchan@chromium.org
2010-12-02
1
-1
/
+3
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
7
-276
/
+61
*
This is a cleanup of http://codereview.chromium.org/3274004/.
wtc@chromium.org
2010-12-01
2
-4
/
+0
*
net: add HSTS entry for (*.)riseup.net
agl@chromium.org
2010-11-30
2
-0
/
+4
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
5
-12
/
+13
*
Remove duplicate SetSSL3Enabled and SetTLS1Enabled tests
wtc@chromium.org
2010-11-30
1
-26
/
+0
*
Remove SSL 2.0 support.
wtc@chromium.org
2010-11-30
8
-61
/
+36
*
net: limit HSTS ages to one year.
agl@chromium.org
2010-11-30
3
-8
/
+38
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-0
/
+1
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+0
*
Implement exponential back-off mechanism.
joi@chromium.org
2010-11-25
1
-0
/
+3
*
Fix shutdown crash in CertVerifier by using a MessageLoopProxy.
willchan@chromium.org
2010-11-23
1
-16
/
+19
*
Make NetLog::EventParameters RefCountedThreadSafe.
mmenke@chromium.org
2010-11-23
1
-1
/
+1
*
Add delay when resuming load when network connection is restured.
oshima@chromium.org
2010-11-22
1
-5
/
+5
*
Clean-up style issues in net:: related to X.509 data-types, eliminating unnec...
rsleevi@chromium.org
2010-11-22
9
-199
/
+148
*
Remember if a user declines to provide a server with a client certificate
rsleevi@chromium.org
2010-11-22
3
-23
/
+99
*
FBTF: Remove unneeded headers from base/ (part 9)
thestig@chromium.org
2010-11-20
1
-1
/
+0
*
Reland 66791 (change was innocent)
willchan@chromium.org
2010-11-19
7
-45
/
+64
*
Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread.
willchan@chromium.org
2010-11-19
7
-64
/
+45
*
Implement a dispatcher for prerender requests
gavinp@chromium.org
2010-11-19
1
-0
/
+5
[next]