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
*
Attempt to back off from Kerberos authentication if we don't have credentials.
ahendrickson@google.com
2010-07-20
8
-10
/
+82
*
Refactor SpdyStream state for WebSocket support
ukai@chromium.org
2010-07-20
9
-51
/
+360
*
Use different separators for service-type and service-name in Kerberos SPN.
cbentzel@chromium.org
2010-07-20
2
-3
/
+30
*
Disk cache: Stop evictions while performing final cleanup.
rvargas@google.com
2010-07-20
4
-2
/
+31
*
Don't do Negotiate with GSSAPI if default credentials are not allowed.
cbentzel@chromium.org
2010-07-19
6
-206
/
+241
*
Fix some network counters to work on linux/mac.
mbelshe@chromium.org
2010-07-19
1
-0
/
+9
*
Disk cache: Protect the code against misuse...
rvargas@google.com
2010-07-19
3
-6
/
+7
*
Add SSL details to the page info dialog.
agl@chromium.org
2010-07-18
1
-0
/
+10
*
net: add ciphersuite and compression to the SSL connection status.
agl@chromium.org
2010-07-18
6
-0
/
+607
*
ASSERT_TRUE that the HttpAuthHandlerNegotiate::Factory creates non-NULL handl...
cbentzel@chromium.org
2010-07-17
1
-2
/
+5
*
Add a command line flag to change the default number of parallel DNS requests...
eroman@chromium.org
2010-07-17
9
-13
/
+33
*
Revert 52799 - Add support for parsing certificate formats other than raw, DE...
rsleevi@chromium.org
2010-07-17
17
-986
/
+19
*
Add support for parsing certificate formats other than raw, DER-encoded certi...
rsleevi@chromium.org
2010-07-17
17
-19
/
+986
*
Disk cache: Final code cleanup from the thread switch.
rvargas@google.com
2010-07-17
2
-147
/
+147
*
Implement MAX_CONCURRENT_STREAMS SETTINGS header
gavinp@google.com
2010-07-17
14
-189
/
+858
*
Http Cache: Make sure that we don't fail transactions when the
rvargas@google.com
2010-07-17
3
-13
/
+15
*
Minor clean-up tasks that were TODO(snej)
rsleevi@chromium.org
2010-07-17
9
-99
/
+87
*
Fix crash in SSLClientSocketPool:GetLoadState
vandebo@chromium.org
2010-07-17
2
-1
/
+7
*
Http Cache: Enable some checks to track a low volume crash.
rvargas@google.com
2010-07-17
1
-10
/
+19
*
Http Cache: Don't delete the callback that is waiting for
rvargas@google.com
2010-07-17
2
-2
/
+46
*
Sync server should return correct version number on item deletion.
rsimha@chromium.org
2010-07-16
1
-4
/
+7
*
Remove now unused states (cleanup).
vandebo@chromium.org
2010-07-16
2
-10
/
+0
*
Added mock libraries for GSSAPI.
ahendrickson@google.com
2010-07-16
6
-30
/
+1037
*
Fix crash bug in new SSLClientSocketPool.
vandebo@chromium.org
2010-07-16
7
-63
/
+58
*
Remove extraneous uses of iostream in x509_cert_types.h, which creates static...
davemoore@chromium.org
2010-07-16
1
-1
/
+0
*
Mac compile warning fix for r52670.
erikchen@google.com
2010-07-16
1
-51
/
+47
*
spdy network tests now use http network transaction (production code).
erikchen@google.com
2010-07-16
1
-604
/
+347
*
DevTools & WebTiming : Migrate from PassiveLogCollector to dedicated LoadTimi...
pfeldman@chromium.org
2010-07-16
1
-0
/
+4
*
base: Return bool instead of void in EnvVarGetter::SetEnv.
tfarina@chromium.org
2010-07-16
1
-1
/
+3
*
Make Objective-C++ compiler happy with net/socket/ssl_test_util.h
suzhe@chromium.org
2010-07-16
1
-1
/
+1
*
Http Cache: chain GetLoadState from transactions waiting for
rvargas@google.com
2010-07-15
6
-6
/
+60
*
On multi-round authentication schemes, the info_ field in the HttpAuthControl...
cbentzel@chromium.org
2010-07-15
4
-2
/
+122
*
Increase npn_spdy to 50%, npn_http 25%.
lzheng@chromium.org
2010-07-15
1
-1
/
+3
*
Move implementation from header to source.
erg@chromium.org
2010-07-15
4
-26
/
+82
*
Disk cache: Code cleanup after the last cl.
rvargas@google.com
2010-07-15
6
-364
/
+316
*
Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.
willchan@chromium.org
2010-07-15
17
-128
/
+164
*
Disk cache: Read the index and data_0 files in a single
rvargas@google.com
2010-07-15
8
-86
/
+174
*
net: add comments
agl@chromium.org
2010-07-15
2
-3
/
+9
*
Attempt four at landing the "histogram.h removed from message_loop.h" patch.
erg@chromium.org
2010-07-15
16
-8
/
+25
*
FTP: add more detailed error codes based on RFC 959.
phajdan.jr@chromium.org
2010-07-15
4
-106
/
+154
*
Fix bad merge in ClientSocketPoolBaseHelper.
vandebo@chromium.org
2010-07-15
1
-6
/
+0
*
TTF: enable HTTPS* tests on mac.
dmuir@chromium.org
2010-07-15
1
-37
/
+3
*
Mark the "StartCom Certification Authority" root CA as EV.
wtc@chromium.org
2010-07-15
1
-0
/
+6
*
Mark KeygenHandlerTest.ConcurrencyTest no longer flakey.
davidben@chromium.org
2010-07-15
1
-8
/
+1
*
Revert 52334 - Http Cache: chain GetLoadState from transactions waiting for
rvargas@google.com
2010-07-14
6
-55
/
+6
*
Revert everything related to the relanding.
erg@chromium.org
2010-07-14
16
-22
/
+5
*
Revert 52352 - SPDY: Initial support for handling WINDOW_UPDATE frames and so...
cbentzel@chromium.org
2010-07-14
11
-250
/
+13
*
SPDY: Initial support for handling WINDOW_UPDATE frames and some cleanup.
cbentzel@chromium.org
2010-07-14
11
-13
/
+250
*
Converted CanonicalCookies over to containing a domain.
rdsmith@google.com
2010-07-14
4
-32
/
+175
*
Reland r52336.
erg@chromium.org
2010-07-14
16
-5
/
+22
[next]