summaryrefslogtreecommitdiffstats
path: root/net/url_request/url_request_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Deprecate wstring version of PathService::Get() in net.thestig@chromium.org2009-05-011-19/+20
* Supports single range request with file protocolhclam@chromium.org2009-04-291-1/+134
* Revert "Supports single range request with file protocol"evan@chromium.org2009-04-291-134/+1
* Supports single range request with file protocolhclam@chromium.org2009-04-281-1/+134
* URLRequest::Interceptor enhancements1) Allow an interceptor to change its min...michaeln@google.com2009-04-161-0/+447
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-12/+13
* Resubmitted code from revision 12809. The bug in the Windows SSL stack thatmarkus@chromium.org2009-03-311-3/+63
* Reverting, as this changelist broke unittests on Windows.markus@chromium.org2009-03-301-63/+3
* Change the bad-certificate handler for SSL (using NSS) to return anmarkus@chromium.org2009-03-301-3/+63
* Respect cookies set in a 401 responses when restarting the http transaction.ericroman@google.com2009-03-271-0/+62
* don't UMR if GetFileSize() fails.ericroman@google.com2009-03-201-2/+2
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Don't let an active network attacker play tricks with CONNECT tunnels throgh ...abarth@chromium.org2009-02-271-4/+3
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-191-10/+19
* Revert 9992, as it broke origin-header-for-https.html on Webkit Linux builderdkegel@google.com2009-02-191-19/+10
* Undo revert http://codereview.chromium.org/23028dkegel@google.com2009-02-181-10/+19
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Reverting r9823 (http://codereview.chromium.org/16207) because dkegel@google.com2009-02-141-7/+10
* ssl_client_socket_unittest.cc: launch local server with TestServerLauncher dkegel@google.com2009-02-141-10/+7
* Add a unit test for ERR_UNEXPECTED_SERVER_AUTH.wtc@chromium.org2009-02-141-3/+28
* Sanitize proxy response codes to CONNECT requests. Forwtc@chromium.org2009-02-111-24/+51
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-291-20/+20
* It looks like the FTP tests are hanging / crashing some percentage of the tim...erikkay@google.com2009-01-081-1/+2
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2009-01-081-73/+218
* Revert 7508.7509 and 7510nsylvain@chromium.org2008-12-301-220/+73
* ack. fix it for real this time.erikkay@google.com2008-12-301-1/+1
* Disable FTP tests that are hanging on the bot.erikkay@google.com2008-12-301-1/+3
* Add FTP unit test in preparation for portable FTP implementation.erikkay@google.com2008-12-301-73/+218
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-191-2/+1
* Reverting 6966.ericroman@google.com2008-12-131-3/+9
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-131-9/+3
* 307 redirects of POST should generate POSTs instead of GETs.abarth@chromium.org2008-12-121-0/+9
* Misc proxy service changes.ericroman@google.com2008-12-101-1/+5
* Third time's a charm?dkegel@google.com2008-12-071-0/+47
* Revert r6233, need to move the cert, there is a policy against dkegel@google.com2008-12-021-42/+0
* For http://code.google.com/p/chromium/issues/detail?id=4510dkegel@google.com2008-12-021-0/+42
* * Cleanup: move base/platform_test.h -> testing/jeremy@chromium.org2008-12-021-1/+1
* Remove file_util::kPathSeparator from posix.estade@chromium.org2008-11-271-7/+3
* Roll back r6063. TBR.dank@chromium.org2008-11-261-41/+0
* Point nss at root certs so test_shell can talk to mail.google.com without war...dank@chromium.org2008-11-261-0/+41
* Don't crash if test server was not started.dkegel@google.com2008-11-211-4/+21
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-201-1/+2
* Revert "Make the net resource interface use StringPiece instead oftc@google.com2008-11-201-2/+1
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-201-1/+2
* Add url_request_unittest to mac build.ericroman@google.com2008-11-191-29/+31
* Don't send Content-Type when redirecting from a POST.ericroman@google.com2008-11-151-0/+51
* Avoid size mismatch on windows.dkegel@google.com2008-11-041-3/+4
* Port more of url_request_unittest.cc.dkegel@google.com2008-11-041-15/+4
* Get url_request_unittest.cc to build on Linux.dkegel@google.com2008-11-031-2/+6
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2