summaryrefslogtreecommitdiffstats
path: root/net/http/http_transaction_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-281-1/+1
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-06-201-0/+5
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-3/+1
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-2/+2
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-021-1/+1
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-3/+4
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-231-2/+2
* net: Return LoadTiming information in the case of a cache hit.mmenke@chromium.org2013-05-151-3/+26
* Revert 199535 "Add GetFullRequestHeaders, from URLRequestJob to ..."ttuttle@chromium.org2013-05-101-5/+0
* Add GetFullRequestHeaders, from URLRequestJob to HttpNetworkTransaction.ttuttle@chromium.org2013-05-101-0/+5
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Implement offline mode behind a flag.rdsmith@chromium.org2013-04-201-0/+1
* Fix error in use-before-init of test member variable in MockNetworkTransaction.rdsmith@chromium.org2013-03-261-1/+2
* Cache failover to LOAD_PREFERRING_CACHE if network response suggests offline.rdsmith@chromium.org2013-03-231-5/+18
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-2/+13
* Revert 189829 "[Net] Propagate priority changes from URLRequest ..."msw@chromium.org2013-03-221-13/+2
* [Net] Propagate priority changes from URLRequest to HttpTransactionakalin@chromium.org2013-03-221-2/+13
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-3/+7
* LoadTiming in net, part 3.mmenke@chromium.org2013-01-211-0/+5
* Http cache: Modify the Vary header behavior.rvargas@google.com2012-11-161-0/+1
* Revert 153131 (Histograms showed it doesn't help much)mmenke@chromium.org2012-09-111-36/+25
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-301-2/+2
* Reland of http://codereview.chromium.org/10854204/, whichmmenke@chromium.org2012-08-241-25/+36
* Revert 153025 - Automatically retry failed network requests.mmenke@chromium.org2012-08-231-32/+21
* Automatically retry failed network requests.mmenke@chromium.org2012-08-231-21/+32
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-301-2/+3
* Make disk cache tests ETags more HTTP standard conformant.gavinp@chromium.org2012-07-221-2/+2
* Migrate HttpCache adn HttpCacheTransaction to base::Bind().ajwong@chromium.org2011-12-231-6/+6
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-21/+23
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-3/+3
* base::Bind conversion for net/http/...adamk@chromium.org2011-10-201-3/+5
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-8/+8
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-121-4/+16
* Kill URLRequestJobTracker.willchan@chromium.org2011-05-221-2/+0
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-121-1/+1
* Clean up net unit testing code.erg@google.com2011-01-261-14/+218
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-218/+14
* Clean up net unit testing code.erg@google.com2011-01-251-14/+218
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-1/+1
* Update the request time of http cache entries on 304.eroman@chromium.org2009-09-041-0/+5
* Update the response time of http cache entries on 304.eroman@chromium.org2009-09-041-0/+5
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-291-3/+3
* revert r8603rvargas@google.com2009-01-241-3/+3
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-241-3/+3
* Some platform cleanup to net/deanm@google.com2008-09-231-5/+1
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-081-4/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net to the repository.initial.commit2008-07-261-0/+183