| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct latency histograms for SDCH encoding | jar@chromium.org | 2009-01-13 | 3 | -7/+12 |
* | It looks like the FTP tests are hanging / crashing some percentage of the tim... | erikkay@google.com | 2009-01-08 | 1 | -1/+2 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2009-01-08 | 2 | -240/+624 |
* | Revert 7508.7509 and 7510 | nsylvain@chromium.org | 2008-12-30 | 2 | -606/+239 |
* | ack. fix it for real this time. | erikkay@google.com | 2008-12-30 | 1 | -1/+1 |
* | Disable FTP tests that are hanging on the bot. | erikkay@google.com | 2008-12-30 | 1 | -1/+3 |
* | Add FTP unit test in preparation for portable FTP implementation. | erikkay@google.com | 2008-12-30 | 2 | -239/+604 |
* | Implement extension:// protocol. | aa@chromium.org | 2008-12-24 | 2 | -5/+5 |
* | Refactor the two URLRequestContext subclasses in profile.cc into a new shared | aa@chromium.org | 2008-12-23 | 1 | -6/+1 |
* | Split ProxyResolver into two interfaces: A. interface for retrieving the sys... | ericroman@google.com | 2008-12-19 | 2 | -4/+2 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -1/+2 |
* | Reverting 7156. | ojan@google.com | 2008-12-17 | 1 | -2/+1 |
* | * On POSIX, make sure we don't leak FDs when launching child Processes. | jeremy@chromium.org | 2008-12-17 | 1 | -1/+2 |
* | I fail at reading code review comments. Second try at getting the white spac... | abarth@chromium.org | 2008-12-16 | 1 | -2/+2 |
* | Comments and white space changes requested by Wan-Teh. | abarth@chromium.org | 2008-12-16 | 1 | -1/+1 |
* | Command line switch for the ultra security concious: --force-https! | abarth@chromium.org | 2008-12-15 | 1 | -1/+11 |
* | Reverting 6966. | ericroman@google.com | 2008-12-13 | 4 | -29/+33 |
* | Use automatic memory management for URLRequestContext's members. | ericroman@google.com | 2008-12-13 | 4 | -33/+29 |
* | Remove overly aggressive assert | jar@google.com | 2008-12-12 | 1 | -9/+0 |
* | 307 redirects of POST should generate POSTs instead of GETs. | abarth@chromium.org | 2008-12-12 | 2 | -10/+21 |
* | Don't append tlslite to PYTHONPATH more than once | mark@chromium.org | 2008-12-12 | 1 | -15/+20 |
* | Don't require tlslite to be installed, just use what's in the tree | mark@chromium.org | 2008-12-11 | 1 | -4/+23 |
* | Misc proxy service changes. | ericroman@google.com | 2008-12-10 | 3 | -3/+20 |
* | Third time's a charm? | dkegel@google.com | 2008-12-07 | 1 | -0/+47 |
* | Remove unused x-SDCH header from get requests | jar@google.com | 2008-12-03 | 1 | -7/+0 |
* | Revert r6233, need to move the cert, there is a policy against | dkegel@google.com | 2008-12-02 | 1 | -42/+0 |
* | For http://code.google.com/p/chromium/issues/detail?id=4510 | dkegel@google.com | 2008-12-02 | 1 | -0/+42 |
* | * Cleanup: move base/platform_test.h -> testing/ | jeremy@chromium.org | 2008-12-02 | 1 | -1/+1 |
* | Remove file_util::kPathSeparator from posix. | estade@chromium.org | 2008-11-27 | 2 | -8/+6 |
* | Roll back r6063. TBR. | dank@chromium.org | 2008-11-26 | 1 | -41/+0 |
* | Point nss at root certs so test_shell can talk to mail.google.com without war... | dank@chromium.org | 2008-11-26 | 1 | -0/+41 |
* | fix build | tc@google.com | 2008-11-26 | 1 | -2/+1 |
* | Append a trailing slash on file directory URLs. Thus a link to /directory wil... | estade@chromium.org | 2008-11-25 | 3 | -21/+27 |
* | Clean up some net/ code. Change a number of wstrings to FilePaths. | estade@chromium.org | 2008-11-24 | 4 | -19/+24 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-22 | 1 | -1/+1 |
* | Don't crash if test server was not started. | dkegel@google.com | 2008-11-21 | 2 | -4/+26 |
* | Rollback "Remove use of wide characters in stats table identifiers." | evanm@google.com | 2008-11-21 | 1 | -1/+1 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-21 | 1 | -1/+1 |
* | Port directory lister to allow the linux and mac test shells to display file ... | estade@chromium.org | 2008-11-20 | 4 | -25/+38 |
* | Fix the FTP implementation. Our change to make the MessageLoopForIO not | darin@chromium.org | 2008-11-20 | 2 | -96/+39 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 1 | -1/+2 |
* | Revert "Make the net resource interface use StringPiece instead of | tc@google.com | 2008-11-20 | 1 | -2/+1 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 1 | -1/+2 |
* | revert 5730 | estade@chromium.org | 2008-11-19 | 4 | -38/+25 |
* | Port directory lister to posix. | estade@chromium.org | 2008-11-19 | 4 | -25/+38 |
* | revert 5725 | estade@chromium.org | 2008-11-19 | 4 | -38/+25 |
* | Port directory lister so test shell can view file directories. | estade@chromium.org | 2008-11-19 | 4 | -25/+38 |
* | Add url_request_unittest to mac build. | ericroman@google.com | 2008-11-19 | 2 | -31/+34 |
* | Enforce httponly on cookies coming from the renderer. This prevents javascri... | deanm@chromium.org | 2008-11-19 | 1 | -3/+8 |
* | Don't send Content-Type when redirecting from a POST. | ericroman@google.com | 2008-11-15 | 3 | -0/+100 |