1. a7e75ed Create RETIRED.txt by Christian Grobmeier · 1 year, 1 month ago master
  2. 540130f Tweaks for python3 by Otto van der Schaaf · 3 years, 11 months ago
  3. 21a7a0f Define unicode() for Python 3 (#9) by cclauss · 6 years ago
  4. 3c73530 Update mps repo link (#8) by Otto van der Schaaf · 6 years ago
  5. f353346 Fix inconsistent output on 32 bits and 64 bits systems (#7) by Otto van der Schaaf · 7 years ago
  6. f178c92 Merge pull request #6 from pagespeed/jefftk-update-public-suffix-list by Jeff Kaufman · 7 years ago
  7. 7eb0fbc Add a readme by Jeff Kaufman · 7 years ago
  8. e857d9c update license to MPL 2.0, and remote filename to public_suffix_list.dat by Jeff Kaufman · 7 years ago
  9. 3b7fa52 update the public suffix list by Jeff Kaufman · 7 years ago
  10. e9b72ea add .Makefile to gitignore by Jeffrey Crowell · 9 years ago
  11. b41c63d add gitignore for usage with modpagespeed by Jeffrey Crowell · 9 years ago
  12. 2f66434 Update to the 2/17/2015 public suffix list. Since the last time this list was updated, 6/28/2011, several suffixes have been added that the algorithm we use doesn't quite handle. We can fix these cases by synthesizing dummy entries, however, and this update includes a 'DOMAIN REGISTRY PROVIDER SYNTHESIZED DOMAINS' section in effective_tld_names.dat generated by scripts/synthesize_entries.py. by jefftk · 9 years ago
  13. 200dd2e Add script to synthesize intermediate domains to work around an algorithm limitation in the C code. by jefftk · 9 years ago
  14. da46b1b When compiled with MSVC on a 64 bit platform, parent->num_children-1 yields 0xffffffff and not -1 because of casting rules; fix this by explicitly casting to an int. by jefftk · 9 years ago
  15. 92962e5 expand nodes from 5 to 6 bytes to allow larger component offsets by bmcquade · 10 years ago
  16. 75754f2 fix memory issue on empty string (issue 2) (patch from jefftk) by bmcquade · 10 years ago
  17. 8365fa7 Fix headers declared in gyp fil. by bmcquade · 13 years ago
  18. 0e4d661 Add a basic fuzz test. by bmcquade · 13 years ago
  19. 83e24aa Add some additional tests. by bmcquade · 13 years ago
  20. 3feff51 Add a few more tests. by bmcquade · 13 years ago
  21. f9ffed8 Make code ANSI C89-friendly. by bmcquade · 13 years ago
  22. dcc73b6 Make it possible to override domain registry provider paths. by bmcquade · 13 years ago
  23. db6660c Various fixes and improvements. by bmcquade · 13 years ago
  24. 2ecc550 Make sure the hostname contains only ASCII characters. by bmcquade · 13 years ago
  25. bd49c98 Limit hostnames to 255 characters, per various RFCs. by bmcquade · 13 years ago
  26. f259e6d Rename readme to reflect the project name. by bmcquade · 13 years ago
  27. 31f7489 Switch generated files to using .h extension. by bmcquade · 13 years ago
  28. 6986f12 Fix windows build. by bmcquade · 13 years ago
  29. c60a924 Cleanup around detection of invalid components. by bmcquade · 13 years ago
  30. 955e7c0 When looking for unknown registries, make sure the component is valid. by bmcquade · 13 years ago
  31. 43d3c92 Revert premature perf optimization that doesn't bring a perf gain. by bmcquade · 13 years ago
  32. c170a39 Add support for unknown registries. by bmcquade · 13 years ago
  33. 56c4b36 Add registry_search and the rest of the implementation. by bmcquade · 13 years ago
  34. f0edc22 Add base C classes and trie_search. by bmcquade · 13 years ago
  35. a656cca Make TrieNode sort wildcard entries at the end of the sort order. by bmcquade · 13 years ago
  36. 5950fe6 Small updates by bmcquade · 13 years ago
  37. 254cb0c Fix paths. by bmcquade · 13 years ago
  38. ac27bf1 Clean up for main gyp file. by bmcquade · 13 years ago
  39. 678f920 Break dependency on chromium svn. by bmcquade · 13 years ago
  40. 9f3ae8a A few more small updates. by bmcquade · 13 years ago
  41. 917e857 Small fixes to work with gyp/gclient by bmcquade · 13 years ago
  42. a0e2490 Initial checkin. by bmcquade · 13 years ago