summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* Small refactoring of the test webserver.stoyan@chromium.org2009-02-091-5/+22
* Add a null pointer check for transaction_ inwtc@chromium.org2009-02-061-1/+4
* Add a constraint on how many requests can be outstanding for any given render...ericroman@google.com2009-02-063-11/+12
* Can wait for testserver python process to exit. stoyan@chromium.org2009-02-051-15/+27
* On posix platforms make sure the test server has shutdown and wait for it sothomasvl@chromium.org2009-02-031-0/+5
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-292-28/+43
* Change URLRequest to use a ref-counted buffer for actual IO.rvargas@google.com2009-01-2919-54/+72
* Add support for UA spoofing, and spoof Safari's UA string when loading URLsdarin@chromium.org2009-01-273-16/+18
* Change FileStream to use FilePath instead of wstring.erikkay@google.com2009-01-261-1/+1
* revert r8603rvargas@google.com2009-01-2419-72/+54
* Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...rvargas@google.com2009-01-2419-54/+72
* BUG=1112hclam@chromium.org2009-01-231-4/+8
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-1/+1
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-212-3/+6
* Improve SDCH stability stats and error recoveryjar@chromium.org2009-01-201-2/+2
* post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.ericroman@google.com2009-01-152-9/+8
* Correct latency histograms for SDCH encodingjar@chromium.org2009-01-133-7/+12
* 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-082-240/+624
* Revert 7508.7509 and 7510nsylvain@chromium.org2008-12-302-606/+239
* 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-302-239/+604
* Implement extension:// protocol.aa@chromium.org2008-12-242-5/+5
* Refactor the two URLRequestContext subclasses in profile.cc into a new sharedaa@chromium.org2008-12-231-6/+1
* Split ProxyResolver into two interfaces: A. interface for retrieving the sys...ericroman@google.com2008-12-192-4/+2
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-1/+2
* Reverting 7156.ojan@google.com2008-12-171-2/+1
* * On POSIX, make sure we don't leak FDs when launching child Processes.jeremy@chromium.org2008-12-171-1/+2
* I fail at reading code review comments. Second try at getting the white spac...abarth@chromium.org2008-12-161-2/+2
* Comments and white space changes requested by Wan-Teh.abarth@chromium.org2008-12-161-1/+1
* Command line switch for the ultra security concious: --force-https!abarth@chromium.org2008-12-151-1/+11
* Reverting 6966.ericroman@google.com2008-12-134-29/+33
* Use automatic memory management for URLRequestContext's members.ericroman@google.com2008-12-134-33/+29
* Remove overly aggressive assertjar@google.com2008-12-121-9/+0
* 307 redirects of POST should generate POSTs instead of GETs.abarth@chromium.org2008-12-122-10/+21
* Don't append tlslite to PYTHONPATH more than oncemark@chromium.org2008-12-121-15/+20
* Don't require tlslite to be installed, just use what's in the treemark@chromium.org2008-12-111-4/+23
* Misc proxy service changes.ericroman@google.com2008-12-103-3/+20
* Third time's a charm?dkegel@google.com2008-12-071-0/+47
* Remove unused x-SDCH header from get requestsjar@google.com2008-12-031-7/+0
* 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-272-8/+6
* 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
* fix buildtc@google.com2008-11-261-2/+1
* Append a trailing slash on file directory URLs. Thus a link to /directory wil...estade@chromium.org2008-11-253-21/+27
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-244-19/+24