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
*
Preliminary support for GSSAPI (Linux and Mac OS X).
ahendrickson@google.com
2010-06-04
3
-0
/
+675
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
8
-22
/
+47
*
Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...
pkasting@chromium.org
2010-06-01
1
-4
/
+4
*
view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactory
rvargas@google.com
2010-05-27
1
-2
/
+2
*
Change the proxy waiting-for message to:
mbelshe@chromium.org
2010-05-27
1
-0
/
+5
*
HttpAuthHandlers hold onto a bound net log.
cbentzel@chromium.org
2010-05-27
23
-48
/
+81
*
net-internals: use the async interface for displaying cache statistics.
rvargas@google.com
2010-05-27
2
-0
/
+7
*
Increase the socket limit for proxy servers to 32.
willchan@chromium.org
2010-05-25
1
-3
/
+3
*
Eliminate the establishing_tunnel_ internal state and move to explicit
mbelshe@chromium.org
2010-05-25
2
-119
/
+198
*
This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...
lzheng@chromium.org
2010-05-21
5
-18
/
+129
*
Remove the TRACE_EVENT for network states. This is no longer needed, since mo...
eroman@chromium.org
2010-05-21
2
-32
/
+0
*
Track whether a resource was loaded via a proxy. I'm going to use
mbelshe@chromium.org
2010-05-21
3
-3
/
+18
*
Make ClientSocketPool histograms static so that they work properly.
vandebo@chromium.org
2010-05-20
3
-12
/
+19
*
Lazy initialization of URLSecurityManager to reduce start-up time.
ahendrickson@chromium.org
2010-05-20
10
-26
/
+25
*
Remove handler from HttpAuthCache.
cbentzel@chromium.org
2010-05-20
23
-76
/
+216
*
Revert r47395. Looks like it still crashes =/
willchan@chromium.org
2010-05-20
6
-162
/
+42
*
Create a dedicated cache thread and use it to create the
rvargas@google.com
2010-05-18
1
-3
/
+3
*
Digest Authentication: Test that "nc" is incremented for same "nonce".
cbentzel@chromium.org
2010-05-18
3
-0
/
+150
*
Trigger SSL fallback based on Bad MAC alert.
agl@chromium.org
2010-05-18
1
-3
/
+6
*
This is roughly a reland of r43908, although I had to rewrite a fair chunk si...
willchan@chromium.org
2010-05-17
6
-42
/
+162
*
Add the status line to the NetLogHttpResponseParameter.
willchan@chromium.org
2010-05-14
1
-0
/
+1
*
Fix --host-rules to work properly with proxies.
willchan@chromium.org
2010-05-13
1
-7
/
+19
*
Add SPDY SYN_STREAM and SYN_REPLY events to about:net-internals.
willchan@chromium.org
2010-05-13
1
-1
/
+2
*
Remove CRLF from three lines in http_auth_handler.h
cbentzel@chromium.org
2010-05-13
1
-3
/
+3
*
Added authentication scheme as key to HttpAuthCache.
cbentzel@chromium.org
2010-05-13
4
-77
/
+126
*
Add --host-rules support.
willchan@chromium.org
2010-05-12
2
-8
/
+23
*
Enable Alternate-Protocol support by default when NPN support is enabled.
willchan@chromium.org
2010-05-12
1
-0
/
+1
*
Http Cache: Add a backend factory class so that the caller
rvargas@google.com
2010-05-12
3
-302
/
+268
*
Plumb NetLog into SpdySession.
willchan@chromium.org
2010-05-12
2
-7
/
+5
*
Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set.
eroman@chromium.org
2010-05-11
2
-4
/
+19
*
Add the response headers to net-internals.
willchan@chromium.org
2010-05-11
2
-2
/
+54
*
Add http request headers into about:net-internals.
willchan@chromium.org
2010-05-10
2
-1
/
+53
*
Http cache: Add a check to MockHttpCache to make sure
rvargas@google.com
2010-05-10
4
-81
/
+151
*
Http Cache: Handle the asynchronous instantiation of the
rvargas@google.com
2010-05-07
5
-191
/
+624
*
Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.
willchan@chromium.org
2010-05-06
2
-1
/
+5
*
Get tests working for Alternate-Protocol and proxies.
willchan@chromium.org
2010-05-05
2
-23
/
+24
*
Added unit tests for URLSecurityManager.
ahendrickson@chromium.org
2010-05-05
1
-0
/
+88
*
Fix a DCHECK that was hit when trying to log information on an invalid proxy-...
eroman@chromium.org
2010-05-05
3
-4
/
+65
*
Add ssl into the key for ClientSocketPools.
willchan@chromium.org
2010-05-04
2
-8
/
+11
*
Auto-format style pass over files.
cbentzel@chromium.org
2010-05-04
25
-199
/
+210
*
Fix Alternate-Protocol to work for PAC proxies.
willchan@chromium.org
2010-04-30
2
-27
/
+188
*
Fix Alternate-Protocol to work with proxies.
willchan@chromium.org
2010-04-29
2
-29
/
+26
*
Fix HttpAlternateProtocols unit test.
cbentzel@chromium.org
2010-04-29
1
-1
/
+1
*
Http cache: Add support for a dedicated cache thread.
rvargas@google.com
2010-04-29
2
-2
/
+25
*
Implement a 15 connection per proxy server limit.
willchan@chromium.org
2010-04-29
5
-154
/
+347
*
Compile fix.
eroman@chromium.org
2010-04-28
1
-1
/
+1
*
Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing...
eroman@chromium.org
2010-04-28
4
-105
/
+105
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
3
-30
/
+31
*
Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.
cbentzel@chromium.org
2010-04-28
2
-2
/
+102
*
Remove proxy_mode_ from the HttpNetworkTransaction since it
mbelshe@chromium.org
2010-04-28
2
-28
/
+8
[next]