| Commit message (Expand) | Author | Age | Files | Lines |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-29 | 1 | -1/+1 |
* | Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ... | cbentzel@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-28 | 1 | -1/+1 |
* | net: Append base:: in the StringPrintf calls. | tfarina@chromium.org | 2010-09-25 | 4 | -27/+31 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -0/+1 |
* | Implement changes_remaining GetUpdates response; this will reduce | nick@chromium.org | 2010-09-22 | 3 | -43/+82 |
* | Wait on a pipe for the test server to start up | davidben@chromium.org | 2010-09-22 | 1 | -0/+17 |
* | Revert "net: add test for False Start corking." | agl@chromium.org | 2010-09-21 | 1 | -24/+0 |
* | net: add test for False Start corking. | agl@chromium.org | 2010-09-21 | 1 | -0/+24 |
* | Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos... | eroman@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | GTTF: Make the parallel launcher use different ports for test https servers f... | phajdan.jr@chromium.org | 2010-09-15 | 1 | -39/+0 |
* | Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi... | tfarina@chromium.org | 2010-09-15 | 1 | -1/+1 |
* | Stabilize sync integration tests | rsimha@chromium.org | 2010-09-15 | 2 | -38/+1 |
* | Readability fixes to chromiumsync.py. | nick@chromium.org | 2010-09-14 | 2 | -90/+114 |
* | Trying to green up the tree, lots of mac and win red around this cl. | thomasvl@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. | tfarina@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | net: add DNSSEC tool and CNAME support. | agl@chromium.org | 2010-09-09 | 1 | -0/+108 |
* | Implement gallery install API | rafaelw@chromium.org | 2010-09-09 | 1 | -1/+2 |
* | Restore run_testserver, it's needed for PPAPI and possibly others. | phajdan.jr@chromium.org | 2010-09-03 | 1 | -0/+57 |
* | FBTF: A giant cleanup to net/ | erg@google.com | 2010-08-31 | 1 | -0/+1 |
* | Disable request logging in test HTTP server to declutter log output. | phajdan.jr@chromium.org | 2010-08-26 | 1 | -0/+4 |
* | Add the apps datatype to the python sync server. | rsimha@chromium.org | 2010-08-25 | 1 | -1/+6 |
* | Adds HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-24 | 2 | -2/+3 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -2/+1 |
* | Improve support for requesting client certs in tlslite | rsleevi@chromium.org | 2010-08-21 | 1 | -4/+21 |
* | GTTF: Remove TryKillingOldServer from testserver.py, it's broken. | phajdan.jr@chromium.org | 2010-08-19 | 1 | -14/+0 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -5/+3 |
* | Revert 56539 - Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 2 | -3/+2 |
* | Added HostResolveImpl Requests and Jobs to log. | mmenke@chromium.org | 2010-08-18 | 2 | -2/+3 |
* | Syncing url_to_filename_encoder with internal version. | mbelshe@chromium.org | 2010-08-17 | 10 | -419/+505 |
* | Test server cleanup patch of death: | phajdan.jr@chromium.org | 2010-08-17 | 2 | -74/+28 |
* | CommandLine: eliminate wstring-accepting AppendLooseValue | evan@chromium.org | 2010-08-13 | 1 | -1/+1 |
* | Simple offline startup integration test. | skrul@chromium.org | 2010-08-13 | 2 | -1/+38 |
* | sync: Add sessions to protocol and chromiumsync python test server. | jerrica@google.com | 2010-08-13 | 1 | -6/+6 |
* | Uninitialized member vars in CacheDumper. | finnur@chromium.org | 2010-08-12 | 1 | -4/+5 |
* | Remove all but one last caller of CommandLine::GetSwitchValue(). | evan@chromium.org | 2010-08-09 | 2 | -6/+9 |
* | Add rudimentary support for client auth in testserver.py and unit tests | davidben@chromium.org | 2010-08-07 | 1 | -3/+9 |
* | FBTF: Remove unneeded headers from base/ (part 2) | thestig@chromium.org | 2010-08-06 | 1 | -1/+0 |
* | Remove number conversion functions from string_util. These moved to string_nu... | brettw@chromium.org | 2010-08-03 | 1 | -1/+2 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Fix bad license header in app/ and net/ directories. | tfarina@chromium.org | 2010-07-31 | 2 | -1/+5 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 3 | -6/+12 |
* | Remove deprecated CommandLine API. | evan@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -5/+7 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -7/+7 |
* | Update python sync server to support recursive deletion. | rsimha@chromium.org | 2010-07-28 | 1 | -10/+44 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Fix line ending with white spaces in some files. | tfarina@chromium.org | 2010-07-28 | 1 | -13/+13 |
* | Allow testserver to run without chromiumsync. | pathorn@chromium.org | 2010-07-27 | 1 | -5/+7 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 26 | -0/+26 |