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
*
Do not retry data reduction proxy on direct request failure
bengr@chromium.org
2014-02-27
1
-4
/
+5
*
Do not bypass data reduction proxy when 304 lacks via header
zea@chromium.org
2014-02-24
1
-1
/
+6
*
Support for new data reduction proxy via header
bengr@chromium.org
2014-02-14
1
-25
/
+1
*
Bypass data reduction proxy if response not via it
bengr@chromium.org
2014-02-06
1
-2
/
+29
*
Minor cleanup of SetQuicServerInfo.
rtenneti@chromium.org
2014-01-25
1
-0
/
+7
*
Allows deferral of a URLRequest just before talking to the network, at
jkarlin@chromium.org
2014-01-08
1
-2
/
+28
*
Implement GetTotalReceivedBytes for http transaction.
eustas@chromium.org
2013-12-24
1
-0
/
+20
*
Retry idempotent methods on Chrome-Proxy: bypass
bengr@chromium.org
2013-12-20
1
-5
/
+10
*
Revert of https://codereview.chromium.org/99283006/
cramya@chromium.org
2013-12-19
1
-10
/
+5
*
Retry idempotent methods on Chrome-Proxy: bypass
bengr@chromium.org
2013-12-19
1
-5
/
+10
*
Revert of https://codereview.chromium.org/99283006/
cramya@chromium.org
2013-12-19
1
-10
/
+5
*
Retry idempotent methods on Chrome-Proxy: bypass
bengr@chromium.org
2013-12-19
1
-5
/
+10
*
Change SSLCertRequestInfo.host_and_port from string to HostPortPair.
mattm@chromium.org
2013-12-17
1
-1
/
+1
*
Accept Chrome-Proxy: block=xxx to bypass all Chrome proxies
bengr@chromium.org
2013-12-13
1
-9
/
+30
*
Bypass data reduction proxy on 503 responses
bengr@chromium.org
2013-12-11
1
-1
/
+2
*
Bypass data reduction proxy on 502 responses
bengr@chromium.org
2013-12-09
1
-4
/
+6
*
Remove obsolete error handling code for broken server-side TLS
wtc@chromium.org
2013-12-08
1
-12
/
+12
*
net: implement TLS_FALLBACK_SCSV.
agl@chromium.org
2013-12-07
1
-0
/
+9
*
Revert "Revert: "net: don't allow SSLv3 fallback for Google properties.""
agl@chromium.org
2013-12-06
1
-10
/
+1
*
Revert "net: remove TLS fallback for Google properties."
agl@chromium.org
2013-11-25
1
-17
/
+15
*
HttpNetworkTransaction needs to check if the URL scheme is one
ricea@chromium.org
2013-11-23
1
-2
/
+2
*
Rename websocket_handshake_stream_factory()
ricea@chromium.org
2013-11-18
1
-1
/
+1
*
Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base...
ricea@chromium.org
2013-11-14
1
-11
/
+37
*
Added UMA to track data reduction proxy probe URL and fallback
bengr@chromium.org
2013-11-08
1
-23
/
+34
*
Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better...
ricea@chromium.org
2013-10-30
1
-2
/
+2
*
Added support for a new HTTP response header called Chrome-Proxy, which is re...
bengr@chromium.org
2013-10-28
1
-9
/
+21
*
Fix for proxy-bypass support on iOS.
marq@chromium.org
2013-10-20
1
-4
/
+2
*
When a request fails because the QUIC handshake failed, retry the request
rch@chromium.org
2013-10-17
1
-0
/
+6
*
Make HttpNetworkTransaction no longer own a reference to HttpNetworkSession.
mmenke@chromium.org
2013-10-17
1
-1
/
+1
*
Permit NTLM token on cross-domain images.
tsepez@chromium.org
2013-10-11
1
-1
/
+4
*
net: remove TLS fallback for Google properties.
agl@chromium.org
2013-10-02
1
-15
/
+17
*
net: Reset UploadDataStream on HttpNetworkTransaction destruction
hashimoto@chromium.org
2013-10-02
1
-0
/
+3
*
[Net] Propagate priority changes from HttpNetworkTransaction to its stream
akalin@chromium.org
2013-08-14
1
-1
/
+2
*
[Net] Propagate priority changes from HttpNetworkTransaction to its request
akalin@chromium.org
2013-08-14
1
-2
/
+3
*
Handle the TLS version fallback on the bad_record_mac alert error in
wtc@chromium.org
2013-08-10
1
-9
/
+25
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-4
/
+5
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
Introduce RequestWebSocketStream into HttpStreamFactory
yhirano@chromium.org
2013-06-21
1
-0
/
+7
*
Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.
ttuttle@chromium.org
2013-06-20
1
-0
/
+7
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
1
-6
/
+7
*
Use a direct include of strings headers in net/http/.
avi@chromium.org
2013-06-11
1
-3
/
+3
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-13
/
+16
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
1
-0
/
+6
*
net: Return LoadTiming information in the case of a cache hit.
mmenke@chromium.org
2013-05-15
1
-4
/
+0
*
Bypass data reduction proxy on receipt of a 500 response code
bengr@chromium.org
2013-05-15
1
-3
/
+16
*
Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."
ttuttle@chromium.org
2013-05-10
1
-7
/
+0
*
Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.
ttuttle@chromium.org
2013-05-10
1
-0
/
+7
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-3
/
+2
*
Implement offline mode behind a flag.
rdsmith@chromium.org
2013-04-20
1
-0
/
+1
*
Do not roll back to SSL 3.0 for Google properties.
thaidn@google.com
2013-04-19
1
-31
/
+30
[next]