summaryrefslogtreecommitdiffstats
path: root/net/url_request
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-1/+1
* Don't crash if test server was not started.dkegel@google.com2008-11-212-4/+26
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-211-1/+1
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-1/+1
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-204-25/+38
* Fix the FTP implementation. Our change to make the MessageLoopForIO notdarin@chromium.org2008-11-202-96/+39
* 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
* revert 5730estade@chromium.org2008-11-194-38/+25
* Port directory lister to posix.estade@chromium.org2008-11-194-25/+38
* revert 5725estade@chromium.org2008-11-194-38/+25
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-194-25/+38
* Add url_request_unittest to mac build.ericroman@google.com2008-11-192-31/+34
* Enforce httponly on cookies coming from the renderer. This prevents javascri...deanm@chromium.org2008-11-191-3/+8
* Don't send Content-Type when redirecting from a POST.ericroman@google.com2008-11-153-0/+100
* fix build linux (namespace changed)tc@google.com2008-11-141-1/+1
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-142-7/+7
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-086-45/+19