| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | QT: remove unused parameter | Rob Van Mieghem | 2015-03-05 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #5830 | Wladimir J. van der Laan | 2015-03-05 | 2 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | qt: Don't save geometry for options and about/help window | Wladimir J. van der Laan | 2015-02-26 | 2 | -4/+0 | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #5775 | Wladimir J. van der Laan | 2015-03-03 | 3 | -14/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | [Qt] remove unused getNumBlocksAtStartup() from ClientModel | Philip Kaufmann | 2015-02-09 | 2 | -11/+3 | |
| | * | | | | | | | | | | | | | | | | | | | [Qt] use qint64 in BitcoinGUI::setNumBlocks | Philip Kaufmann | 2015-02-09 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #5819 | Wladimir J. van der Laan | 2015-03-03 | 10 | -144/+31 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | depends: always use static qt5 for linux | Cory Fields | 2015-02-25 | 3 | -8/+1 | |
| | * | | | | | | | | | | | | | | | | | | | build: fix typo in configure help | Cory Fields | 2015-02-23 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | gitian: fix x86_64 build with static libstdc++ | Cory Fields | 2015-02-23 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | | | | | | | build: change reduce exports/static libstdc++ options for gitian and travis | Cory Fields | 2015-02-23 | 4 | -10/+10 | |
| | * | | | | | | | | | | | | | | | | | | | build: remove libstdc++ backwards-compat | Cory Fields | 2015-02-23 | 3 | -97/+1 | |
| | * | | | | | | | | | | | | | | | | | | | build: disable reduced exports by default | Cory Fields | 2015-02-23 | 1 | -28/+9 | |
| | | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #5839 | Pieter Wuille | 2015-03-03 | 4 | -39/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | keys: remove libsecp256k1 verification until it's actually supported | Cory Fields | 2015-03-02 | 4 | -39/+0 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #5832 | Pieter Wuille | 2015-03-01 | 1 | -3/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Remove obsolete pubsub method definitions | Pieter Wuille | 2015-02-26 | 1 | -3/+0 | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #5694 | Wladimir J. van der Laan | 2015-02-26 | 1 | -16/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | minor rework of SendMoney in rpcwallet | Philip Kaufmann | 2015-02-04 | 1 | -16/+11 | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #5820 | Wladimir J. van der Laan | 2015-02-26 | 1 | -12/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Better fingerprinting protection for non-main-chain getdatas. | Pieter Wuille | 2015-02-24 | 1 | -12/+10 | |
| | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #5801 | Wladimir J. van der Laan | 2015-02-26 | 1 | -10/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | [GUI] Move fee dialog minimise button away from "Transaction Fee" | Michael Ford | 2015-02-21 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | | | | | | | | Merge #5809: Add bitcoin-cli man page | Wladimir J. van der Laan | 2015-02-26 | 2 | -0/+49 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Add bitcoin-cli man page | Ciemon | 2015-02-26 | 2 | -0/+49 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge pull request #5824 | Wladimir J. van der Laan | 2015-02-26 | 1 | -3/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | WIN32 Seed Cleanup: Move nLastPerfmon behind win32 ifdef. | 21E14 | 2015-02-25 | 1 | -3/+4 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge pull request #5708 | Wladimir J. van der Laan | 2015-02-23 | 1 | -0/+18 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Add list of implemented BIPs | Pieter Wuille | 2015-02-16 | 1 | -0/+18 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Revert "Make nicer pull request merge messages" | Wladimir J. van der Laan | 2015-02-20 | 1 | -4/+2 | |
| * | | | | | | | | | | | | | | | | | Merge #5706: fix crash: RPC \ | Wladimir J. van der Laan | 2015-02-20 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | fix crash: createmultisig and addmultisigaddress | fsb4000 | 2015-01-25 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | Merge #5689: openssl: abstract out OPENSSL_cleanse | Wladimir J. van der Laan | 2015-02-19 | 13 | -17/+44 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | openssl: abstract out OPENSSL_cleanse | Cory Fields | 2015-02-15 | 13 | -17/+44 | |
| * | | | | | | | | | | | | | | | | | | | Merge #5803: Update debian changelog and control file | Wladimir J. van der Laan | 2015-02-19 | 2 | -1/+13 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Update debian changelog and control file | Matt Corallo | 2015-02-18 | 2 | -1/+13 | |
| |/ / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge #5366: No longer check osx compatibility in RenameThread | Wladimir J. van der Laan | 2015-02-18 | 1 | -6/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | No longer check osx compatibility in RenameThread | Michael Ford | 2014-11-25 | 1 | -6/+1 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge #5799: Rename Interval() to DifficultyAdjustmentInterval() | Wladimir J. van der Laan | 2015-02-18 | 3 | -6/+6 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Rename Interval() to DifficultyAdjustmentInterval() | Shaul Kfir | 2015-02-17 | 3 | -6/+6 | |
| | | |_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | Merge #5784: Fix usage of NegateSignatureS in script_tests | Wladimir J. van der Laan | 2015-02-18 | 3 | -4/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Add test for DER-encoding edge case | Suhas Daftuar | 2015-02-10 | 3 | -0/+18 | |
| | * | | | | | | | | | | | | | | | | | Fix NegateSignatureS to not duplicate last byte of S | Suhas Daftuar | 2015-02-10 | 3 | -4/+2 | |
| * | | | | | | | | | | | | | | | | | | Merge #5710: Add more information to errors in ReadBlockFromDisk | Pieter Wuille | 2015-02-16 | 2 | -4/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | Add more information to errors in ReadBlockFromDisk | Wladimir J. van der Laan | 2015-02-05 | 2 | -4/+11 | |
| | |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | doc: Add note-to-self about SHA256SUMS to release-process.md | Wladimir J. van der Laan | 2015-02-16 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | Merge #5792: Fix filename for testing QT. | Pieter Wuille | 2015-02-13 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Fix filename for testing QT. | Jonathan Brown | 2015-02-14 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | Merge #5790: gitian: don't add . to tar list | Wladimir J. van der Laan | 2015-02-13 | 3 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | gitian: don't add . to tar list | Cory Fields | 2015-02-13 | 3 | -3/+3 | |
| |/ / / / / / / / / / / / / / / / / | ||||||