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
*
net: Add namespace net to URLRequestSimpleJob.
tfarina@chromium.org
2010-12-15
2
-9
/
+15
*
Fix HttpListenSocket.
willchan@chromium.org
2010-12-14
1
-1
/
+1
*
Increase the initial spdy concurrent stream limit to 10
mbelshe@chromium.org
2010-12-14
1
-1
/
+1
*
Temporarily allow IO when loading shared GSSAPI library
cbentzel@chromium.org
2010-12-14
1
-0
/
+5
*
Fix openssl after singleton refactor
joth@chromium.org
2010-12-14
3
-10
/
+15
*
Add /media to whitelist so it can be accessed with file:// protocol on ChromeOS.
achuith@chromium.org
2010-12-14
1
-0
/
+1
*
Explicitly ignore return value of sk_SSL_COMP_delete.
hans@chromium.org
2010-12-14
1
-1
/
+1
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-14
15
-90
/
+119
*
Deinline even more destructors.
erg@google.com
2010-12-14
12
-17
/
+40
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
12
-27
/
+55
*
Track the amount of time chrome spends verifying the certificate.
mbelshe@chromium.org
2010-12-13
2
-1
/
+15
*
Histogram target for each HTTP Authentication Scheme.
cbentzel@chromium.org
2010-12-13
9
-12
/
+101
*
flip_in_mem_edsm_server: Fix friend declaration.
hans@chromium.org
2010-12-13
1
-6
/
+6
*
balsa_headers.h: remove redundant idx_ tests.
hans@chromium.org
2010-12-13
1
-5
/
+2
*
Don't ignore return value from HANDLE_EINTR(close(...))
hans@chromium.org
2010-12-13
1
-1
/
+1
*
net: Add namespace net to URLRequestHttpJob.
tfarina@chromium.org
2010-12-13
5
-158
/
+169
*
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
*
net: Add namespace net to URLRequestDataJob.
tfarina@chromium.org
2010-12-12
3
-9
/
+14
*
net: Add namespace net to URLRequestFileJob.
tfarina@chromium.org
2010-12-12
3
-33
/
+41
*
net: Add namespace net to URLRequestFtpJob.
tfarina@chromium.org
2010-12-12
3
-45
/
+53
*
net: Add namespace net to URLRequestAboutJob.
tfarina@chromium.org
2010-12-11
3
-8
/
+16
*
Add some experiments for different policies on cwnd restore.
mbelshe@chromium.org
2010-12-11
1
-7
/
+37
*
Revert 68932 - Make members of Singleton<T> private and only visible to the s...
satish@chromium.org
2010-12-11
15
-119
/
+90
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
26
-91
/
+91
*
Make members of Singleton<T> private and only visible to the singleton type. ...
satish@chromium.org
2010-12-11
15
-90
/
+119
*
Revert 68899 - Disk cache: Remove the request throttling experiment.
rvargas@google.com
2010-12-10
1
-1
/
+10
*
Disk cache: Remove the request throttling experiment.
rvargas@google.com
2010-12-10
1
-10
/
+1
*
FTP: fix compatibility problems with MLSD by removing MLSD support.
phajdan.jr@chromium.org
2010-12-10
23
-637
/
+6
*
Explicitly whitelist the test server port.
bauerb@chromium.org
2010-12-10
4
-9
/
+34
*
Adds first cut implementation of a private key store abstraction for openssl
joth@chromium.org
2010-12-10
7
-14
/
+152
*
When performing a SSL renegotiation handshake, do not send Certificate/Certif...
rsleevi@chromium.org
2010-12-10
3
-31
/
+134
*
Add more cwnd histograms - this type partitioned by amount of data
mbelshe@chromium.org
2010-12-10
2
-0
/
+26
*
Add a CHECK() to make sure thread creation succeeded.
eroman@chromium.org
2010-12-10
1
-1
/
+1
*
Add histogram to analyze sent cwnd settings for spdy.
mbelshe@chromium.org
2010-12-09
1
-0
/
+14
*
Don't tweak buffer size for SPDY
mbelshe@chromium.org
2010-12-09
1
-13
/
+0
*
Switch linux OpenSSL build to use custom openssl version
joth@chromium.org
2010-12-09
2
-4
/
+5
*
Revert 68696 - Disable SPDY by default as a test to see if heap corruption go...
willchan@chromium.org
2010-12-09
2
-5
/
+1
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
33
-109
/
+242
*
A ScopedNetLogEvent that logs a NetLog begin event on creation,
mmenke@chromium.org
2010-12-09
4
-0
/
+82
*
Add support for OpenSSL Next Protocol Negotiation
bulach@chromium.org
2010-12-09
2
-2
/
+62
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
17
-43
/
+97
*
Disable SPDY by default as a test to see if heap corruption goes away.
willchan@chromium.org
2010-12-09
2
-1
/
+5
*
Http cache: Remove the option to disable byte range support.
rvargas@google.com
2010-12-09
5
-79
/
+12
*
Don't set SSLInfo on non-https requests. For SPDY with self-signed certs
mbelshe@chromium.org
2010-12-09
1
-1
/
+4
*
Get rid of std::wstring version of HasSwitch.
tfarina@chromium.org
2010-12-08
1
-4
/
+4
*
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
3
-41
/
+31
*
Fix cpplint.py nits.
wtc@chromium.org
2010-12-08
2
-4
/
+4
*
Linux build fix.
mbelshe@chromium.org
2010-12-08
1
-1
/
+1
[next]