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
*
More net/ reordering.
erg@google.com
2011-01-21
4
-52
/
+52
*
Honor User-Agent header added by WebCore
caseq@google.com
2011-01-21
3
-0
/
+21
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-1
/
+0
*
Even more reordering the methods in headers and implementation in net/.
erg@google.com
2011-01-20
7
-147
/
+143
*
Remove unnecessary const from HttpAuthCache to appease the clang gods.
cbentzel@chromium.org
2011-01-13
1
-1
/
+1
*
Cleanup: Use AUTH_SCHEME enum instead of a string.
cbentzel@chromium.org
2011-01-13
17
-154
/
+209
*
Address post-review/commit nits from wtc for r71096 ( http://codereview.chrom...
rsleevi@chromium.org
2011-01-13
2
-5
/
+6
*
Remove extraneous #include's from http_auth_controller.cc
cbentzel@chromium.org
2011-01-12
1
-2
/
+0
*
net: Disable False Start and clear the SSL client auth cache for HTTPS proxie...
agl@chromium.org
2011-01-11
2
-0
/
+117
*
net: Ensure that when using False Start + client auth, bad client certificate...
agl@chromium.org
2011-01-11
5
-62
/
+260
*
More reordering the methods in headers in net/.
erg@chromium.org
2011-01-11
6
-94
/
+96
*
Add a port to the SPDY debugging flags so that we can force SPDY for just a
mbelshe@chromium.org
2011-01-08
5
-6
/
+59
*
Start reordering the methods in headers in net/.
erg@google.com
2011-01-07
5
-41
/
+45
*
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
[next]