summaryrefslogtreecommitdiffstats
path: root/chrome/common/net/url_fetcher_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move UrlFetcher to content. I originally thought that it's only used by chro...jam@chromium.org2011-06-011-902/+0
* Anti-DDoS enhancements: Log to net log, UMA stats, improved policy.joi@chromium.org2011-05-271-5/+5
* Fix memory leak in UrlFetcherTempFileTest.* tests.skerner@chromium.org2011-05-231-13/+2
* clang :(skerner@chromium.org2011-05-231-0/+20
* Allow URLFetcher to save results in a file. Have CRX updates use this capabil...skerner@chromium.org2011-05-231-1/+102
* net: Move ResponseCookies into the net namespace.tfarina@chromium.org2011-05-061-18/+18
* Allow users of URLFetcher to access the IP address of the response server and...panayiotis@google.com2011-04-281-0/+40
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-3/+3
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-15/+23
* Extracting core back-off logic into a separate class,joi@chromium.org2011-03-171-5/+5
* Remove Gears from Chrome.aa@chromium.org2011-03-111-3/+0
* Fix URLFetcher::CancelAll().willchan@chromium.org2011-03-081-26/+68
* Clean up net unit testing code.erg@google.com2011-01-261-2/+2
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* Disable tests that sporadically got SIGSEGV on MAC; tag them with bug number.dilmah@chromium.org2011-01-251-4/+24
* mark tests flakydilmah@chromium.org2011-01-241-4/+4
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-5/+5
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-28/+30
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Fixed a bug with URLFetcher where retrying the request would append the new r...sanjeevr@chromium.org2010-12-011-0/+51
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+1
* Implement exponential back-off mechanism.joi@chromium.org2010-11-251-36/+40
* openssl build fixes, and tidy the build filesjoth@chromium.org2010-11-111-3/+3
* Stop using DestructionObserver in OCSP code. Explicilty cancel all URLRequests.willchan@chromium.org2010-11-091-0/+14
* Add support to test_server.py to restrict the SSL/TLS bulk encryption algorit...rsleevi@chromium.org2010-10-281-2/+3
* Revert "Revert "Const-ify RefCountedThreadSafe::AddRef and Release.""mpcomplete@chromium.org2010-10-221-2/+2
* Revert "Const-ify RefCountedThreadSafe::AddRef and Release."levin@chromium.org2010-10-221-2/+2
* Const-ify RefCountedThreadSafe::AddRef and Release.mpcomplete@chromium.org2010-10-221-2/+2
* Fix typo in a function name.pkasting@chromium.org2010-09-271-2/+2
* GTTF: Make URLFetcherProtectTestPassedThrough fail fast.phajdan.jr@chromium.org2010-08-181-3/+4
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-171-42/+40
* Revert 56376 - This CL will introduce a new way to do exponential back-off on...joi@chromium.org2010-08-171-3/+1
* This CL will introduce a new way to do exponential back-off on failure within joi@chromium.org2010-08-171-1/+3
* GTTF: Move more test server code from net/url_request/url_request_unittest.hphajdan.jr@chromium.org2010-07-291-13/+21
* GTTF: test server cleanup:phajdan.jr@chromium.org2010-07-231-19/+12
* GTTF: Move net/socket/ssl_test_util to net/test/test_serverphajdan.jr@chromium.org2010-07-211-1/+1
* TTF: Re-enable URLFetcherHeadersTest.Headers, which was disabled without anyjhawkins@chromium.org2010-05-101-1/+1
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-0/+613