doc: Update URLs to HTTPS where necessary #20810

pull sbilling wants to merge 5 commits into bitcoin:master from sbilling:https-urls changing 20 files +103 −103
  1. sbilling commented at 2:53 am on December 31, 2020: contributor
    Addresses #20807 - updating URLs from HTTP to HTTPS where necessary. Due to the age of the Bitcoin codebase there are a number of legacy URLs with http:// that support https:// - I used a script to locate all of them and then visited each one to ensure they are available behind a secure domain. A copy of the script I used can be found on the issue #20807
  2. Update supporting URLs to HTTPS 5bd67cff6b
  3. fix tests bef8c1e2dd
  4. cleanup 572741b4e5
  5. DrahtBot added the label Build system on Dec 31, 2020
  6. DrahtBot added the label Docs on Dec 31, 2020
  7. DrahtBot added the label GUI on Dec 31, 2020
  8. DrahtBot added the label Scripts and tools on Dec 31, 2020
  9. DrahtBot added the label Utils/log/libs on Dec 31, 2020
  10. DrahtBot added the label UTXO Db and Indexes on Dec 31, 2020
  11. DrahtBot added the label Wallet on Dec 31, 2020
  12. cleanup build and contrib 6cc974f8f5
  13. url fix bde8f9fa77
  14. fanquake removed the label Build system on Dec 31, 2020
  15. fanquake removed the label Docs on Dec 31, 2020
  16. fanquake removed the label GUI on Dec 31, 2020
  17. fanquake removed the label Scripts and tools on Dec 31, 2020
  18. fanquake removed the label UTXO Db and Indexes on Dec 31, 2020
  19. fanquake removed the label Utils/log/libs on Dec 31, 2020
  20. fanquake removed the label Wallet on Dec 31, 2020
  21. DrahtBot added the label Build system on Dec 31, 2020
  22. DrahtBot added the label Docs on Dec 31, 2020
  23. DrahtBot added the label GUI on Dec 31, 2020
  24. DrahtBot added the label Scripts and tools on Dec 31, 2020
  25. DrahtBot added the label Utils/log/libs on Dec 31, 2020
  26. DrahtBot added the label UTXO Db and Indexes on Dec 31, 2020
  27. DrahtBot added the label Wallet on Dec 31, 2020
  28. in src/univalue/configure.ac:36 in bde8f9fa77
    32@@ -33,7 +33,7 @@ LIBUNIVALUE_MICRO_VERSION=libunivalue_micro_version
    33 LIBUNIVALUE_INTERFACE_AGE=libunivalue_interface_age
    34 
    35 # ABI version
    36-# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
    37+# https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
    


    MarcoFalke commented at 8:06 am on December 31, 2020:
    This is a subtree that needs to be updated upstream
  29. in src/leveldb/doc/benchmark.html:454 in bde8f9fa77
    450@@ -451,7 +451,7 @@ <h4>Random Reads</h4>
    451 of the working set to fit in memory.</p>
    452 
    453 <h2>Note about Ext4 Filesystems</h2>
    454-<p>The preceding numbers are for an ext3 file system. Synchronous writes are much slower under <a href="http://en.wikipedia.org/wiki/Ext4">ext4</a> (LevelDB drops to ~31 writes / second and TreeDB drops to ~5 writes / second; SQLite3's synchronous writes do not noticeably drop) due to ext4's different handling of <span class="code">fsync</span> / <span class="code">msync</span> calls. Even LevelDB's asynchronous write performance drops somewhat since it spreads its storage across multiple files and issues <span class="code">fsync</span> calls when switching to a new file.</p>
    455+<p>The preceding numbers are for an ext3 file system. Synchronous writes are much slower under <a href="https://en.wikipedia.org/wiki/Ext4">ext4</a> (LevelDB drops to ~31 writes / second and TreeDB drops to ~5 writes / second; SQLite3's synchronous writes do not noticeably drop) due to ext4's different handling of <span class="code">fsync</span> / <span class="code">msync</span> calls. Even LevelDB's asynchronous write performance drops somewhat since it spreads its storage across multiple files and issues <span class="code">fsync</span> calls when switching to a new file.</p>
    


    MarcoFalke commented at 8:06 am on December 31, 2020:
    same
  30. MarcoFalke removed the label Build system on Dec 31, 2020
  31. MarcoFalke removed the label GUI on Dec 31, 2020
  32. MarcoFalke removed the label Scripts and tools on Dec 31, 2020
  33. MarcoFalke removed the label UTXO Db and Indexes on Dec 31, 2020
  34. MarcoFalke removed the label Utils/log/libs on Dec 31, 2020
  35. MarcoFalke removed the label Wallet on Dec 31, 2020
  36. practicalswift commented at 9:04 am on December 31, 2020: contributor

    Concept ACK, but please squash the commits and remove the changes to the following files/directories:

    • contrib/macdeploy/macdeployqtplus: seems to be unrelated whitespace changes
    • depends/patches/: modifying patches will break them
    • src/leveldb/: this is a dependency and change should be submitted upstream
    • src/univalue/: this is a dependency and change should be submitted upstream

    Thanks for addressing this! :)

  37. theStack commented at 5:30 pm on January 2, 2021: member
    Concept ACK Happy to review as soon as all previous review comments are addressed.
  38. fanquake commented at 4:37 am on January 4, 2021: member
    Thanks for your contribution. However to move things along I’m going to fix this up and consolidate it with some other changes. Your commit will still be attributed to you.
  39. fanquake closed this on Jan 4, 2021

  40. MarcoFalke referenced this in commit 34322b7f5c on Jan 5, 2021
  41. fanquake locked this on Feb 22, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-17 15:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me