summaryrefslogtreecommitdiffstats
path: root/net/tools/tld_cleanup/tld_cleanup.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Use base::CommandLine in net/thestig@chromium.org2014-06-031-1/+1
* base: Minor cleanups in icu_util.htfarina@chromium.org2013-08-231-1/+1
* Update include paths in net for base/process changes.rsesek@chromium.org2013-07-231-1/+1
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-8/+7
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-231/+7
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-7/+231
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-231/+7
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-2/+2
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-6/+6
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-201-0/+4
* Update effective-TLD data files using the latest data from Mozilla, ignoring ...pam@chromium.org2012-07-181-16/+33
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-1/+1
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-3/+3
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-111-4/+6
* Revert 70920 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-101-4/+6
* Revert 70782 - Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-6/+4
* Made logging not look up --enable-dcheck from command lineakalin@chromium.org2011-01-071-4/+6
* base/ header cleanup. Forward declaration instead of including.erg@google.com2010-07-281-0/+1
* Update effective TLD (registry-controlled domain) data to latest file from Mo...pam@chromium.org2010-02-121-3/+2
* Reorder some statements to fix compile warning on Linux canary.jam@chromium.org2009-12-231-2/+2
* Use a perfect hash map for the registry controlled domain service.jam@chromium.org2009-12-231-53/+95
* Remove the unnecessary conversion to wstring when calling file_util::WriteFile.evan@chromium.org2009-10-131-2/+1
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Have tld_cleanup generate a .cc file that contains the effectivetc@google.com2009-02-241-10/+32
* Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").deanm@chromium.org2009-01-221-1/+1
* Make CommandLine into a normal object, with some statics for getting at the c...evan@chromium.org2009-01-211-3/+1
* Port tld_cleanup to posix and add it to the scons build.tc@google.com2009-01-091-31/+18
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-1/+1
* Enforce Terminate on Heap Corruption in most of our executable on Windows XP ...maruel@google.com2008-09-241-0/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Use %ls instead of %s in wprintf format strings for wchar_t fields.mmentovai@google.com2008-08-141-3/+3
* tld_cleanup's main() needs the new base::AtExitManager too, so DCHECKs don't ...sgk@google.com2008-08-011-0/+4
* Add net to the repository.initial.commit2008-07-261-0/+266