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
*
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
*
With SPDY, when a proxy is set via automatic settings, we had a crash.
mbelshe@chromium.org
2010-04-02
1
-0
/
+2
*
Reland r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-29
1
-63
/
+80
*
On Windows, use IInternetSecurityManager to determine if it's OK
wtc@chromium.org
2010-03-29
1
-24
/
+66
*
Reducing the debug output spam.
ahendrickson@google.com
2010-03-25
1
-2
/
+0
*
HttpAuthFilterWhitelist is now getting entries from the Windows
ahendrickson@google.com
2010-03-25
1
-0
/
+2
*
Support sending a sliced file in chromium.
jianli@chromium.org
2010-03-24
1
-4
/
+13
*
Revert "Reland r42300: "HttpRequestHeaders refactor."""
willchan@chromium.org
2010-03-23
1
-80
/
+63
*
Reland r42300: "HttpRequestHeaders refactor.""
willchan@chromium.org
2010-03-23
1
-63
/
+80
*
Revert r42300: "HttpRequestHeaders refactor."
willchan@chromium.org
2010-03-23
1
-80
/
+63
*
HttpRequestHeaders refactor.
willchan@chromium.org
2010-03-23
1
-63
/
+80
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-80
/
+40
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-40
/
+26
*
SPDY: Alternate-Protocol changes.
willchan@chromium.org
2010-03-10
1
-21
/
+41
[next]