Sign in
apache
/
incubator-pagespeed-drp
/
HEAD
a7e75ed
Create RETIRED.txt
by Christian Grobmeier
· 2 years, 3 months ago
master
540130f
Tweaks for python3
by Otto van der Schaaf
· 5 years ago
21a7a0f
Define unicode() for Python 3 (#9)
by cclauss
· 7 years ago
3c73530
Update mps repo link (#8)
by Otto van der Schaaf
· 7 years ago
f353346
Fix inconsistent output on 32 bits and 64 bits systems (#7)
by Otto van der Schaaf
· 8 years ago
f178c92
Merge pull request #6 from pagespeed/jefftk-update-public-suffix-list
by Jeff Kaufman
· 8 years ago
7eb0fbc
Add a readme
by Jeff Kaufman
· 8 years ago
e857d9c
update license to MPL 2.0, and remote filename to public_suffix_list.dat
by Jeff Kaufman
· 8 years ago
3b7fa52
update the public suffix list
by Jeff Kaufman
· 8 years ago
e9b72ea
add .Makefile to gitignore
by Jeffrey Crowell
· 10 years ago
b41c63d
add gitignore for usage with modpagespeed
by Jeffrey Crowell
· 10 years ago
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
· 10 years ago
200dd2e
Add script to synthesize intermediate domains to work around an algorithm limitation in the C code.
by jefftk
· 10 years ago
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
· 10 years ago
92962e5
expand nodes from 5 to 6 bytes to allow larger component offsets
by bmcquade
· 11 years ago
75754f2
fix memory issue on empty string (issue 2) (patch from jefftk)
by bmcquade
· 11 years ago
8365fa7
Fix headers declared in gyp fil.
by bmcquade
· 14 years ago
0e4d661
Add a basic fuzz test.
by bmcquade
· 14 years ago
83e24aa
Add some additional tests.
by bmcquade
· 14 years ago
3feff51
Add a few more tests.
by bmcquade
· 14 years ago
f9ffed8
Make code ANSI C89-friendly.
by bmcquade
· 14 years ago
dcc73b6
Make it possible to override domain registry provider paths.
by bmcquade
· 14 years ago
db6660c
Various fixes and improvements.
by bmcquade
· 14 years ago
2ecc550
Make sure the hostname contains only ASCII characters.
by bmcquade
· 14 years ago
bd49c98
Limit hostnames to 255 characters, per various RFCs.
by bmcquade
· 14 years ago
f259e6d
Rename readme to reflect the project name.
by bmcquade
· 14 years ago
31f7489
Switch generated files to using .h extension.
by bmcquade
· 14 years ago
6986f12
Fix windows build.
by bmcquade
· 14 years ago
c60a924
Cleanup around detection of invalid components.
by bmcquade
· 14 years ago
955e7c0
When looking for unknown registries, make sure the component is valid.
by bmcquade
· 14 years ago
43d3c92
Revert premature perf optimization that doesn't bring a perf gain.
by bmcquade
· 14 years ago
c170a39
Add support for unknown registries.
by bmcquade
· 14 years ago
56c4b36
Add registry_search and the rest of the implementation.
by bmcquade
· 14 years ago
f0edc22
Add base C classes and trie_search.
by bmcquade
· 14 years ago
a656cca
Make TrieNode sort wildcard entries at the end of the sort order.
by bmcquade
· 14 years ago
5950fe6
Small updates
by bmcquade
· 14 years ago
254cb0c
Fix paths.
by bmcquade
· 14 years ago
ac27bf1
Clean up for main gyp file.
by bmcquade
· 14 years ago
678f920
Break dependency on chromium svn.
by bmcquade
· 14 years ago
9f3ae8a
A few more small updates.
by bmcquade
· 14 years ago
917e857
Small fixes to work with gyp/gclient
by bmcquade
· 14 years ago
a0e2490
Initial checkin.
by bmcquade
· 14 years ago