| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Use base::CommandLine in net/ | thestig@chromium.org | 2014-06-03 | 1 | -1/+1 |
* | base: Minor cleanups in icu_util.h | tfarina@chromium.org | 2013-08-23 | 1 | -1/+1 |
* | Update include paths in net for base/process changes. | rsesek@chromium.org | 2013-07-23 | 1 | -1/+1 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 1 | -8/+7 |
* | Add support for split Public Suffix List distinctions. | nyquist@chromium.org | 2013-05-14 | 1 | -231/+7 |
* | Revert 199771 "Add support for split Public Suffix List distinct..." | nyquist@chromium.org | 2013-05-13 | 1 | -7/+231 |
* | Add support for split Public Suffix List distinctions. | nyquist@chromium.org | 2013-05-13 | 1 | -231/+7 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -2/+2 |
* | Replace FilePath with base::FilePath in net. | brettw@chromium.org | 2013-02-08 | 1 | -6/+6 |
* | Move files related to registry-controlled domains into a new net/base/registr... | pam@chromium.org | 2012-07-20 | 1 | -0/+4 |
* | Update effective-TLD data files using the latest data from Mozilla, ignoring ... | pam@chromium.org | 2012-07-18 | 1 | -16/+33 |
* | Coverity: Pass parameters by reference. | jhawkins@chromium.org | 2011-06-22 | 1 | -1/+1 |
* | Pure pedantry: Replace all ".size() == 0" with ".empty()". | erg@google.com | 2011-03-02 | 1 | -3/+3 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-11 | 1 | -4/+6 |
* | Revert 70920 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-10 | 1 | -4/+6 |
* | Revert 70782 - Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -6/+4 |
* | Made logging not look up --enable-dcheck from command line | akalin@chromium.org | 2011-01-07 | 1 | -4/+6 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Update effective TLD (registry-controlled domain) data to latest file from Mo... | pam@chromium.org | 2010-02-12 | 1 | -3/+2 |
* | Reorder some statements to fix compile warning on Linux canary. | jam@chromium.org | 2009-12-23 | 1 | -2/+2 |
* | Use a perfect hash map for the registry controlled domain service. | jam@chromium.org | 2009-12-23 | 1 | -53/+95 |
* | Remove the unnecessary conversion to wstring when calling file_util::WriteFile. | evan@chromium.org | 2009-10-13 | 1 | -2/+1 |
* | Move more ICU-dependent stuff from base into base/i18n. Some test stuff also | brettw@chromium.org | 2009-10-09 | 1 | -1/+1 |
* | Have tld_cleanup generate a .cc file that contains the effective | tc@google.com | 2009-02-24 | 1 | -10/+32 |
* | Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII(""). | deanm@chromium.org | 2009-01-22 | 1 | -1/+1 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -3/+1 |
* | Port tld_cleanup to posix and add it to the scons build. | tc@google.com | 2009-01-09 | 1 | -31/+18 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -1/+1 |
* | Enforce Terminate on Heap Corruption in most of our executable on Windows XP ... | maruel@google.com | 2008-09-24 | 1 | -0/+2 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Use %ls instead of %s in wprintf format strings for wchar_t fields. | mmentovai@google.com | 2008-08-14 | 1 | -3/+3 |
* | tld_cleanup's main() needs the new base::AtExitManager too, so DCHECKs don't ... | sgk@google.com | 2008-08-01 | 1 | -0/+4 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+266 |