summaryrefslogtreecommitdiffstats
path: root/net/http/http_transaction_unittest.h
Commit message (Expand)AuthorAgeFilesLines
* Rename http_transaction_unittest to http_transaction_test_util.eustas@chromium.org2014-05-141-306/+0
* net: Avoid recursion in URLRequestJob::ReadFilteredData.rvargas@chromium.org2014-05-031-1/+2
* Don't cache non-redirect HTTP responses when a redirect is forcedmmenke@chromium.org2014-03-241-0/+3
* Minor cleanup of SetQuicServerInfo.rtenneti@chromium.org2014-01-251-0/+3
* Allows deferral of a URLRequest just before talking to the network, atjkarlin@chromium.org2014-01-081-0/+5
* Http Cache: Attempt to authenticate requests that originate in the cache.rvargas@chromium.org2014-01-041-0/+4
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-271-2/+1
* Implement GetTotalReceivedBytes for http transaction.eustas@chromium.org2013-12-241-0/+3
* Add a SetWebSocketHandshakeStreamFactory() method to the HttpTransaction base...ricea@chromium.org2013-11-141-0/+8
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-201-0/+4
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* net: Return LoadTiming information in the case of a cache hit.mmenke@chromium.org2013-05-151-0/+6
* Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."ttuttle@chromium.org2013-05-101-4/+0
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-05-101-0/+4
* Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.rdsmith@chromium.org2013-03-231-0/+3
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+32
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-32/+1
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-1/+32
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-2/+6
* LoadTiming in net, part 3.mmenke@chromium.org2013-01-211-0/+3
* Revert 153131 (Histograms showed it doesn't help much)mmenke@chromium.org2012-09-111-5/+0
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-1/+1
* Reland of http://codereview.chromium.org/10854204/, whichmmenke@chromium.org2012-08-241-0/+5
* Revert 153025 - Automatically retry failed network requests.mmenke@chromium.org2012-08-231-5/+0
* Automatically retry failed network requests.mmenke@chromium.org2012-08-231-0/+5
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-2/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Migrate HttpCache adn HttpCacheTransaction to base::Bind().ajwong@chromium.org2011-12-231-3/+2
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-8/+8
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-4/+5
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-14/+16
* base::Bind conversion for net/http/...adamk@chromium.org2011-10-201-1/+1
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-7/+7
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-1/+1
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-1/+1
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-1/+1
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-2/+11
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-2/+1
* Clean up net unit testing code.erg@google.com2011-01-261-177/+40
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-40/+177
* Clean up net unit testing code.erg@google.com2011-01-251-177/+40
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-3/+4
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-151-1/+2
* Revert 52334 - Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-2/+1
* Http Cache: chain GetLoadState from transactions waiting forrvargas@google.com2010-07-141-1/+2
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-3/+3
* Use HttpRequestHeaders for extra_headers.willchan@chromium.org2010-04-201-1/+1
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+4