- 11 Feb, 2014 1 commit
-
-
Wladimir J. van der Laan authored
-
- 10 Feb, 2014 6 commits
-
-
Wladimir J. van der Laan authored
c13a13ef gitian: add -D flag to ar for deterministic output for linux deps (Wladimir J. van der Laan) 1552145a gitian: Sort generated source distribution archive (Wladimir J. van der Laan) aabcd11b gitian: Make linux boost dependency completely deterministic (Wladimir J. van der Laan) aa934856 gitian: Make linux build of OpenSSL deterministic (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
4ce9106f gitian: sort generated source distribution archive for windows (Wladimir J. van der Laan) 6b55e6b9 gitian: Post-process .a libraries for win to be deterministic (Wladimir J. van der Laan) c43d1e55 gitian: Make windows dependencies outputs fully deterministic (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
Make the bitcoin-X.X.X.tar.gz deterministic.
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
ar -D: Operate in deterministic mode. When adding files and the archive index use zero for UIDs, GIDs, timestamps, and use consistent file modes for all files. When this option is used, if ar is used with identical options and identical input files, multiple runs will create identical output files regardless of the input files' owners, groups, file modes, or modification times.
-
Wladimir J. van der Laan authored
Sort the filenames in the resulting tar, normalize the time/date and user/group information.
-
- 09 Feb, 2014 3 commits
-
-
Wladimir J. van der Laan authored
cdb6c169 remove setting methods in wallet/walletdb (Cozz Lovan) 44eb59e4 [Qt] remove broken OptionsModel::Upgrade() (Cozz Lovan)
-
Wladimir J. van der Laan authored
6943cb9b small changes to rpc command help message strings (Philip Kaufmann)
-
Wladimir J. van der Laan authored
-
- 08 Feb, 2014 6 commits
-
-
Wladimir J. van der Laan authored
Correct/add/merge a few release notes entries
-
Pieter Wuille authored
-
Gavin Andresen authored
Limit the number of orphan blocks in memory
-
Wladimir J. van der Laan authored
v0.9 release notes formatting fixes
-
Peter Todd authored
-
Wladimir J. van der Laan authored
Sort .zip order, and other determinism changes to make sure builds are repeatable for windows deps.
-
- 07 Feb, 2014 4 commits
-
-
Wladimir J. van der Laan authored
-
Cozz Lovan authored
-
Cozz Lovan authored
-
Wladimir J. van der Laan authored
de21e8f1 build: Make sure historical release notes end up in distributions (Wladimir J. van der Laan)
-
- 06 Feb, 2014 4 commits
-
-
Pieter Wuille authored
12edce56 Update the address for downloading libpng (Micha)
-
Micha authored
The FTP server what we get libpng from only keeps the latest version in its main folder. Older versions are in the "history" folder. Apparently version 1.6.9 has been released, so 1.6.8 has moved to the history folder.
-
Wladimir J. van der Laan authored
It appears that the output was different every time. This doesn't affect the final bitcoind/bitcoin-qt, but is confusing nevertheless. Fix it by using FAKETIME and zipping files in deterministic order.
-
Wladimir J. van der Laan authored
OpenSSL was embedding a timestamp causing its build to be non-deterministic. Change deps-linux to be deterministic by using FAKETIME as needed and disabling it when it gets in the way.
-
- 05 Feb, 2014 4 commits
-
-
Wladimir J. van der Laan authored
505867ac -Wl,-z,relro and -z,now were wiping out environmental LDFLAGS passed in by the user. I moved them to HARDENING_* where they belong. (Midnight Magic)
-
Midnight Magic authored
I moved them to HARDENING_* where they belong.
-
Gavin Andresen authored
Typo fix: `anonimized => anonymized` + `infromation => information`
-
Calvin Tam authored
-
- 04 Feb, 2014 1 commit
-
-
Wladimir J. van der Laan authored
[Qt] Fix nTransactionFee in qt-settings
-
- 03 Feb, 2014 4 commits
-
-
Gavin Andresen authored
added missing homebrew qt dependency on mac osx build documentation.
-
Wladimir J. van der Laan authored
65615a3a Gitian fixes for 0.9.0rc1 build (Wladimir J. van der Laan)
-
gubatron authored
-
Wladimir J. van der Laan authored
- Add 'g++' package (virtualbox images don't have this by default) - Workaround for determinism in Qt5 resources - Pass --disable-maintainer-mode --disable-dependency-tracking to configure for libqrencode to avoid random errors about missing m4 directory - Fix typo -with-pic -> --with-pic It is not necessary to rebuild dependencies after this commit. Fixes #3610 and #3612.
-
- 02 Feb, 2014 1 commit
-
-
Cozz Lovan authored
-
- 31 Jan, 2014 3 commits
-
-
Pieter Wuille authored
In case the total number of orphan blocks in memory exceeds a limit (currently set to 750), a random orphan block (which is not depended on by another orphan block) is dropped. This means it will need to be downloaded again, but it won't consume memory until then.
-
Wladimir J. van der Laan authored
Adds the historical release notes to release tarballs and windows installers.
-
Wladimir J. van der Laan authored
69baec96 doc: Add historical release notes (Wladimir J. van der Laan)
-
- 30 Jan, 2014 3 commits
-
-
Wladimir J. van der Laan authored
c117d9e9 Support for error messages and a few more rejection reasons (Luke Dashjr) 14e7ffcc Use standard BIP 22 rejection reasons where applicable (Luke Dashjr)
-
Philip Kaufmann authored
-
Wladimir J. van der Laan authored
Add all known release notes for versions since 0.3.12, thanks to Matt Corallo for collecting them on the wiki.
-