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
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
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
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>
Concept ACK, but please squash the commits and remove the changes to the following files/directories:
contrib/macdeploy/macdeployqtplus
: seems to be unrelated whitespace changesdepends/patches/
: modifying patches will break themsrc/leveldb/
: this is a dependency and change should be submitted upstreamsrc/univalue/
: this is a dependency and change should be submitted upstreamThanks for addressing this! :)