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
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove auth token generation timing histograms.
cbentzel@chromium.org
2011-01-07
2
-29
/
+0
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
6
-47
/
+124
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
6
-124
/
+47
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
6
-47
/
+124
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
6
-124
/
+47
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
6
-47
/
+124
*
Move non_thread_safe from base to base/threading and into the base namespace.
brettw@chromium.org
2011-01-01
5
-10
/
+11
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Move platform_thread to base/threading and put in the base namespace. I left a
brettw@chromium.org
2010-12-31
1
-2
/
+4
*
Http cache: Remove a histogram.
rvargas@google.com
2010-12-28
2
-46
/
+13
*
Clobber the state of the next-protocol-negotiation when disabling spdy.
mbelshe@chromium.org
2010-12-21
1
-0
/
+2
*
Follow up to r69305
agl@chromium.org
2010-12-17
1
-1
/
+1
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
14
-27
/
+389
*
Almost done deinlining virtual methods.
erg@google.com
2010-12-16
1
-0
/
+4
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
12
-12
/
+62
*
net: fix callbacks in DiskCacheBasedSSLHostInfo
agl@chromium.org
2010-12-15
2
-28
/
+79
*
Temporarily allow IO when loading shared GSSAPI library
cbentzel@chromium.org
2010-12-14
1
-0
/
+5
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
6
-16
/
+30
*
Histogram target for each HTTP Authentication Scheme.
cbentzel@chromium.org
2010-12-13
9
-12
/
+101
*
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
4
-7
/
+25
*
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
*
Add the "virtual" keyword on method overrides that are missing it.
erg@google.com
2010-12-08
4
-6
/
+6
*
Initialize HttpStreamRequest::alternate_protocol_ to avoid Valgrind false rep...
timurrrr@chromium.org
2010-12-07
2
-0
/
+2
*
Change HttpProxyClientSocketPool so that when a new SpdyStream is
rch@chromium.org
2010-12-03
1
-1
/
+2
*
Http cache: Make sure that we don't forget that an entry is sparse
rvargas@google.com
2010-12-03
3
-15
/
+28
*
HttpAuthHandlerDigest unit test cleanup.
cbentzel@chromium.org
2010-12-02
1
-78
/
+79
*
Fixes the remaining unit tests failures for OpenSSL:
joth@chromium.org
2010-12-02
1
-3
/
+12
*
Fix case where a SPDY stream with an un-verified cert would kill the browser
mbelshe@google.com
2010-12-01
1
-1
/
+6
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
3
-52
/
+77
*
Support predictive request for multiple preconnections
jar@chromium.org
2010-11-30
2
-4
/
+8
*
Revert 67614 - Support predictive request for multiple preconnections
jar@chromium.org
2010-11-30
2
-8
/
+4
*
Support predictive request for multiple preconnections
jar@chromium.org
2010-11-29
2
-4
/
+8
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
11
-5
/
+40
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
11
-40
/
+5
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
11
-5
/
+40
*
Remember if a user declines to provide a server with a client certificate
rsleevi@chromium.org
2010-11-22
1
-21
/
+32
*
Added more digest auth unit tests.
cbentzel@chromium.org
2010-11-19
1
-0
/
+161
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
11
-40
/
+5
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
11
-5
/
+40
*
Http cache: Remove code used to track a crash.
rvargas@google.com
2010-11-17
1
-8
/
+0
*
Remove static "set_fixed_cnonce" in favor of NonceGenerator objects.
cbentzel@chromium.org
2010-11-17
5
-23
/
+94
*
Improve unit test coverage of HttpAuthHandlerDigest parsing.
cbentzel@chromium.org
2010-11-15
3
-31
/
+195
*
base: Get rid of 'using' declaration of StringAppendF.
tfarina@chromium.org
2010-11-15
3
-8
/
+12
*
Correctly handle SSL Client Authentication requests when connecting
rch@chromium.org
2010-11-12
7
-26
/
+39
*
Support specifying the GSSAPI library that will be used.
danno@chromium.org
2010-11-12
11
-110
/
+129
*
Add a new test to HttpNetworkTransaction that tests
rch@chromium.org
2010-11-12
1
-0
/
+107
*
We should use SSLInfo or related types for HTTPS
wtc@chromium.org
2010-11-11
1
-8
/
+8
*
net: restart on NPN misprediction and add tests for Snap Start errors.
agl@chromium.org
2010-11-11
3
-1
/
+103
[next]