| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 2 | -24/+3 |
* | base: Add IsHexDigit function to string_util.h | tfarina@chromium.org | 2010-07-23 | 1 | -6/+2 |
* | Remove deprecated CommandLine::GetLooseValues(), rename to args(). | evan@chromium.org | 2010-07-21 | 1 | -5/+9 |
* | Remove <iostream> where possible. | erg@google.com | 2010-07-20 | 5 | -7/+10 |
* | Add a command line flag to change the default number of parallel DNS requests... | eroman@chromium.org | 2010-07-17 | 1 | -1/+1 |
* | Sync server should return correct version number on item deletion. | rsimha@chromium.org | 2010-07-16 | 1 | -4/+7 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 2 | -1/+5 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 2 | -5/+1 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 2 | -1/+5 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 2 | -5/+1 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 2 | -1/+5 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-13 | 2 | -17/+58 |
* | Add a run_testserver executable to make it easy to run the testserver | darin@chromium.org | 2010-07-09 | 1 | -0/+70 |
* | Revert 51858 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 2 | -58/+17 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-08 | 2 | -17/+58 |
* | Brushed up listen socket: | pfeldman@chromium.org | 2010-07-05 | 2 | -3/+4 |
* | Revert 51456 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-02 | 2 | -58/+17 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 2 | -17/+58 |
* | Adding the extensions datatype to the python sync server. | rsimha@chromium.org | 2010-07-01 | 1 | -10/+21 |
* | Revert 51312 - Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-07-01 | 2 | -58/+17 |
* | Disk cache: Switch the disk cache to use the cache_thread. | rvargas@google.com | 2010-06-30 | 2 | -17/+58 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 2 | -11/+7 |