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
/
http_network_transaction.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed bug where streams do not shutdown properly after the user callback dele...
erikchen@google.com
2010-06-24
1
-11
/
+27
*
Create HttpAuthController. (again)
vandebo@chromium.org
2010-06-24
1
-335
/
+52
*
Fix crash in GetSpdySessionFromSSLSocket in the case where the
mbelshe@chromium.org
2010-06-24
1
-2
/
+4
*
Revert 50647 - Create HttpAuthController.
vandebo@chromium.org
2010-06-23
1
-52
/
+335
*
Create HttpAuthController.
vandebo@chromium.org
2010-06-23
1
-335
/
+52
*
Added NetLog support for HTTP authentication.
cbentzel@chromium.org
2010-06-21
1
-2
/
+2
*
Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou...
willchan@chromium.org
2010-06-18
1
-27
/
+11
*
Refactor SpdyStream to get HTTP specific out of the interface and members.
ukai@chromium.org
2010-06-18
1
-11
/
+27
*
HttpNetworkTransaction handles asynchronous auth token generation.
cbentzel@chromium.org
2010-06-17
1
-54
/
+99
*
Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.
willchan@chromium.org
2010-06-15
1
-0
/
+5
*
Refactor SpdyStream.
ukai@chromium.org
2010-06-14
1
-1
/
+1
*
Add metrics for measuring spdy transaction latency.
mbelshe@chromium.org
2010-06-13
1
-6
/
+28
*
Async support for HttpAuthHandler::GenerateAuthToken.
cbentzel@chromium.org
2010-06-10
1
-11
/
+9
*
Experiment for number of persistent connections to server
ziadh@chromium.org
2010-06-07
1
-0
/
+12
*
HttpAuthHandler's are no longer refcounted.
cbentzel@chromium.org
2010-06-07
1
-9
/
+8
*
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
1
-4
/
+4
*
Eliminate the establishing_tunnel_ internal state and move to explicit
mbelshe@chromium.org
2010-05-25
1
-111
/
+186
*
This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...
lzheng@chromium.org
2010-05-21
1
-4
/
+15
*
Remove the TRACE_EVENT for network states. This is no longer needed, since mo...
eroman@chromium.org
2010-05-21
1
-23
/
+0
*
Track whether a resource was loaded via a proxy. I'm going to use
mbelshe@chromium.org
2010-05-21
1
-0
/
+2
*
Remove handler from HttpAuthCache.
cbentzel@chromium.org
2010-05-20
1
-18
/
+24
*
Trigger SSL fallback based on Bad MAC alert.
agl@chromium.org
2010-05-18
1
-3
/
+6
*
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
*
Added authentication scheme as key to HttpAuthCache.
cbentzel@chromium.org
2010-05-13
1
-23
/
+9
*
Add --host-rules support.
willchan@chromium.org
2010-05-12
1
-8
/
+21
*
Plumb NetLog into SpdySession.
willchan@chromium.org
2010-05-12
1
-4
/
+3
*
Bypass the DNS cache when the LOAD_VALIDATE_CACHE load flag is set.
eroman@chromium.org
2010-05-11
1
-0
/
+1
*
Add the response headers to net-internals.
willchan@chromium.org
2010-05-11
1
-0
/
+40
*
Add http request headers into about:net-internals.
willchan@chromium.org
2010-05-10
1
-0
/
+45
*
Get tests working for Alternate-Protocol and proxies.
willchan@chromium.org
2010-05-05
1
-1
/
+1
*
Fix a DCHECK that was hit when trying to log information on an invalid proxy-...
eroman@chromium.org
2010-05-05
1
-4
/
+21
*
Add ssl into the key for ClientSocketPools.
willchan@chromium.org
2010-05-04
1
-0
/
+3
*
Auto-format style pass over files.
cbentzel@chromium.org
2010-05-04
1
-32
/
+34
*
Fix Alternate-Protocol to work for PAC proxies.
willchan@chromium.org
2010-04-30
1
-27
/
+48
*
Fix Alternate-Protocol to work with proxies.
willchan@chromium.org
2010-04-29
1
-17
/
+16
*
Implement a 15 connection per proxy server limit.
willchan@chromium.org
2010-04-29
1
-45
/
+52
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
1
-16
/
+17
*
Remove proxy_mode_ from the HttpNetworkTransaction since it
mbelshe@chromium.org
2010-04-28
1
-20
/
+8
*
SPDY: Fix Alternate-Protocol.
willchan@chromium.org
2010-04-26
1
-23
/
+27
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-1
/
+1
*
Use HttpRequestHeaders for extra_headers.
willchan@chromium.org
2010-04-20
1
-32
/
+20
*
SSL fixes for sites with buggy DEFLATE support.
agl@chromium.org
2010-04-20
1
-4
/
+31
*
SPDY: Change Chrome code to support new NPN protocols.
willchan@chromium.org
2010-04-19
1
-2
/
+2
*
Added NetLog statements for Canonical name lookup.
cbentzel@chromium.org
2010-04-19
1
-0
/
+4
*
Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...
ahendrickson@chromium.org
2010-04-16
1
-15
/
+2
*
SPDY: Alternate-Protocol changes.
willchan@chromium.org
2010-04-15
1
-8
/
+16
*
Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...
cbentzel@chromium.org
2010-04-14
1
-0
/
+30
[next]