From ff5df558b7bad19bc060d756f4dbd528b202c820 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 4 Mar 2020 18:36:13 -0800 Subject: [PATCH] changed xxhash.com links to https --- Makefile | 2 +- README.md | 4 ++-- doc/xxhash_spec.md | 2 +- libxxhash.pc.in | 4 ++-- tests/bench/Makefile | 2 +- tests/bench/benchHash.c | 2 +- tests/bench/benchHash.h | 2 +- tests/bench/bhDisplay.c | 2 +- tests/bench/bhDisplay.h | 2 +- tests/bench/hashes.h | 2 +- tests/bench/main.c | 2 +- tests/collisions/Makefile | 2 +- tests/collisions/allcodecs/dummy.c | 2 +- tests/collisions/allcodecs/dummy.h | 2 +- tests/collisions/hashes.h | 2 +- tests/collisions/main.c | 2 +- tests/collisions/sort.cc | 2 +- tests/collisions/sort.hh | 2 +- tests/multiInclude.c | 2 +- xxh3.h | 2 +- xxhash.c | 2 +- xxhash.h | 2 +- xxhsum.c | 2 +- 23 files changed, 25 insertions(+), 25 deletions(-) diff --git a/Makefile b/Makefile index bb6795ec..30e92278 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # # You can contact the author at: -# - xxHash homepage: http://www.xxhash.com +# - xxHash homepage: https://www.xxhash.com # - xxHash source repository: https://github.com/Cyan4973/xxHash # ################################################################ # xxhsum: provides 32/64 bits hash of one or multiple files, or stdin diff --git a/README.md b/README.md index 59c34ed1..4b27accf 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The reference system uses a Core 2 Duo @3GHz | MD5-32 | 0.33 GB/s | 10 | Ronald L.Rivest | | SHA1-32 | 0.28 GB/s | 10 | | -[xxHash]: http://www.xxhash.com +[xxHash]: https://www.xxhash.com Note †: SMHasher's CRC32 implementation is known to be slow. Faster implementations exist. @@ -192,7 +192,7 @@ XXH64_hash_t calcul_hash_streaming(FileHandler fh) Aside from the C reference version, xxHash is also available in many different programming languages, thanks to many great contributors. -They are [listed here](http://www.xxhash.com/#other-languages). +They are [listed here](https://www.xxhash.com/#other-languages). ### Branch Policy diff --git a/doc/xxhash_spec.md b/doc/xxhash_spec.md index 7c96ad55..cd593d4e 100644 --- a/doc/xxhash_spec.md +++ b/doc/xxhash_spec.md @@ -305,7 +305,7 @@ On 32-bit systems though, positions are reversed: `XXH64` performance is reduced Reference Implementation ---------------------------------------- -A reference library written in C is available at http://www.xxhash.com. +A reference library written in C is available at https://www.xxhash.com. The web page also links to multiple other implementations written in many different languages. It links to the [github project page](https://github.com/Cyan4973/xxHash) where an [issue board](https://github.com/Cyan4973/xxHash/issues) can be used for further public discussions on the topic. diff --git a/libxxhash.pc.in b/libxxhash.pc.in index 87af7827..3f77f991 100644 --- a/libxxhash.pc.in +++ b/libxxhash.pc.in @@ -1,5 +1,5 @@ # xxHash - Extremely fast hash algorithm -# BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) +# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) prefix=@PREFIX@ exec_prefix=${prefix} @@ -8,7 +8,7 @@ libdir=${exec_prefix}/lib Name: xxhash Description: extremely fast hash algorithm -URL: http://www.xxhash.com/ +URL: https://www.xxhash.com/ Version: @VERSION@ Libs: -L${libdir} -lxxhash Cflags: -I${includedir} diff --git a/tests/bench/Makefile b/tests/bench/Makefile index 404d1dab..a3ab11e9 100644 --- a/tests/bench/Makefile +++ b/tests/bench/Makefile @@ -19,7 +19,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # # You can contact the author at: -# - xxHash homepage: http://www.xxhash.com +# - xxHash homepage: https://www.xxhash.com # - xxHash source repository: https://github.com/Cyan4973/xxHash # ################################################################ # benchHash: A generic benchmark for hash algorithms diff --git a/tests/bench/benchHash.c b/tests/bench/benchHash.c index 4b6f8e27..846c9e7b 100644 --- a/tests/bench/benchHash.c +++ b/tests/bench/benchHash.c @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: -* - xxHash homepage: http://www.xxhash.com +* - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/bench/benchHash.h b/tests/bench/benchHash.h index 722dbdca..5871ff51 100644 --- a/tests/bench/benchHash.h +++ b/tests/bench/benchHash.h @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: -* - xxHash homepage: http://www.xxhash.com +* - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/bench/bhDisplay.c b/tests/bench/bhDisplay.c index 99befa65..eabec1a5 100644 --- a/tests/bench/bhDisplay.c +++ b/tests/bench/bhDisplay.c @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at : -* - xxHash homepage : http://www.xxhash.com +* - xxHash homepage : https://www.xxhash.com * - xxHash source repository : https://github.com/Cyan4973/xxHash */ diff --git a/tests/bench/bhDisplay.h b/tests/bench/bhDisplay.h index 2caeff58..1e0ab77e 100644 --- a/tests/bench/bhDisplay.h +++ b/tests/bench/bhDisplay.h @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: -* - xxHash homepage: http://www.xxhash.com +* - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/bench/hashes.h b/tests/bench/hashes.h index e9a534a7..6fb84a4d 100644 --- a/tests/bench/hashes.h +++ b/tests/bench/hashes.h @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: -* - xxHash homepage: http://www.xxhash.com +* - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/bench/main.c b/tests/bench/main.c index 2c7f42cf..47c956c7 100644 --- a/tests/bench/main.c +++ b/tests/bench/main.c @@ -19,7 +19,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/collisions/Makefile b/tests/collisions/Makefile index 5920b4dd..df81a225 100644 --- a/tests/collisions/Makefile +++ b/tests/collisions/Makefile @@ -19,7 +19,7 @@ # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. # # You can contact the author at : -# - xxHash homepage: http://www.xxhash.com +# - xxHash homepage: https://www.xxhash.com # - xxHash source repository : https://github.com/Cyan4973/xxHash # diff --git a/tests/collisions/allcodecs/dummy.c b/tests/collisions/allcodecs/dummy.c index 7f1459e4..c6dfd474 100644 --- a/tests/collisions/allcodecs/dummy.c +++ b/tests/collisions/allcodecs/dummy.c @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/collisions/allcodecs/dummy.h b/tests/collisions/allcodecs/dummy.h index e97d2757..f82bc9c8 100644 --- a/tests/collisions/allcodecs/dummy.h +++ b/tests/collisions/allcodecs/dummy.h @@ -21,7 +21,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/collisions/hashes.h b/tests/collisions/hashes.h index 109d1a96..cbca35de 100644 --- a/tests/collisions/hashes.h +++ b/tests/collisions/hashes.h @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/collisions/main.c b/tests/collisions/main.c index 40345ee4..22b14da9 100644 --- a/tests/collisions/main.c +++ b/tests/collisions/main.c @@ -20,7 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/collisions/sort.cc b/tests/collisions/sort.cc index 00de4850..c48f8456 100644 --- a/tests/collisions/sort.cc +++ b/tests/collisions/sort.cc @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/tests/collisions/sort.hh b/tests/collisions/sort.hh index a9345fb0..6b17b6a3 100644 --- a/tests/collisions/sort.hh +++ b/tests/collisions/sort.hh @@ -18,7 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at : - * - xxHash homepage : http://www.xxhash.com + * - xxHash homepage : https://www.xxhash.com * - xxHash source repository : https://github.com/Cyan4973/xxHash */ diff --git a/tests/multiInclude.c b/tests/multiInclude.c index 4b3ec929..fd82f17d 100644 --- a/tests/multiInclude.c +++ b/tests/multiInclude.c @@ -21,7 +21,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/xxh3.h b/xxh3.h index a27f0780..9e3e88ad 100644 --- a/xxh3.h +++ b/xxh3.h @@ -29,7 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/xxhash.c b/xxhash.c index 41ec0bd9..3e0da98f 100644 --- a/xxhash.c +++ b/xxhash.c @@ -28,7 +28,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/xxhash.h b/xxhash.h index 040fc1ad..f711b34e 100644 --- a/xxhash.h +++ b/xxhash.h @@ -29,7 +29,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */ diff --git a/xxhsum.c b/xxhsum.c index c24dbf8a..2095cdc5 100644 --- a/xxhsum.c +++ b/xxhsum.c @@ -19,7 +19,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * You can contact the author at: - * - xxHash homepage: http://www.xxhash.com + * - xxHash homepage: https://www.xxhash.com * - xxHash source repository: https://github.com/Cyan4973/xxHash */