| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | Merge #8216: [qa] assert 'changePosition out of bounds' | Wladimir J. van der Laan | 2016-06-21 | 2 | -77/+29 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | [qa] pull-tester: Start longest test first | MarcoFalke | 2016-06-20 | 1 | -1/+2 | |
| | | * | | | | | | | | | | | | | | | | | | [qa] pull-tester: Fix assertion and check for run_parallel | MarcoFalke | 2016-06-17 | 1 | -2/+2 | |
| | | * | | | | | | | | | | | | | | | | | | [qa] fundrawtransaction: Create get_unspent() | MarcoFalke | 2016-06-17 | 1 | -74/+19 | |
| | | * | | | | | | | | | | | | | | | | | | [qa] assert 'changePosition out of bounds' | MarcoFalke | 2016-06-17 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | | | Fix LogPrint to LogPrintf | TheLazieR Yip | 2016-06-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | Merge #8220: Stop trimming when mapTx is empty | Wladimir J. van der Laan | 2016-06-20 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | Stop trimming when mapTx is empty | Pieter Wuille | 2016-06-18 | 1 | -1/+1 | |
| | | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Merge #8179: Evict orphans which are included or precluded by accepted blocks. | Wladimir J. van der Laan | 2016-06-20 | 3 | -32/+108 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | Increase maximum orphan size to 100,000 bytes. | Gregory Maxwell | 2016-06-15 | 2 | -4/+4 | |
| | | * | | | | | | | | | | | | | | | | | | Treat orphans as implicit inv for parents, discard when parents rejected. | Gregory Maxwell | 2016-06-15 | 1 | -6/+22 | |
| | | * | | | | | | | | | | | | | | | | | | Adds an expiration time for orphan tx. | Gregory Maxwell | 2016-06-15 | 2 | -1/+26 | |
| | | * | | | | | | | | | | | | | | | | | | This eliminates the primary leak that causes the orphan map to | Gregory Maxwell | 2016-06-10 | 1 | -0/+21 | |
| | | * | | | | | | | | | | | | | | | | | | Track orphan by prev COutPoint rather than prev hash | Pieter Wuille | 2016-06-10 | 1 | -22/+36 | |
| | | | |_|_|_|_|_|/ / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Merge #7713: Fixes for verify-commits script | Wladimir J. van der Laan | 2016-06-20 | 6 | -24/+39 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | Remove sipa's old revoked key from verify-commits | Peter Todd | 2016-06-18 | 2 | -3/+0 | |
| | | * | | | | | | | | | | | | | | | | | Add README for verify-commits | Peter Todd | 2016-06-09 | 1 | -0/+26 | |
| | | * | | | | | | | | | | | | | | | | | Remove keys that are no longer used for merging | Peter Todd | 2016-05-21 | 2 | -4/+1 | |
| | | * | | | | | | | | | | | | | | | | | Remove pointless warning | Peter Todd | 2016-05-21 | 1 | -3/+0 | |
| | | * | | | | | | | | | | | | | | | | | Make verify-commits path-independent | Matt Corallo | 2016-05-21 | 1 | -0/+1 | |
| | | * | | | | | | | | | | | | | | | | | Make verify-commits POSIX-compliant | Matt Corallo | 2016-05-21 | 2 | -14/+11 | |
| | * | | | | | | | | | | | | | | | | | | Merge #7687: Stop treating importaddress'ed scripts as change | Wladimir J. van der Laan | 2016-06-20 | 1 | -0/+7 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | Stop treating importaddress'ed scripts as change | Pieter Wuille | 2016-06-02 | 1 | -0/+7 | |
| | * | | | | | | | | | | | | | | | | | | | Merge #8066: [qa] test_framework: Use different rpc_auth_pair for each node | Wladimir J. van der Laan | 2016-06-20 | 1 | -3/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | [qa] test_framework: Use different rpc_auth_pair for each node | MarcoFalke | 2016-05-17 | 1 | -3/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge #8210: [Qt] Bump to Qt5.6.1 | Wladimir J. van der Laan | 2016-06-20 | 10 | -71/+134 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | Only pass -lQt5PlatformSupport if >=Qt5.6 | Jonas Schnelli | 2016-06-20 | 2 | -1/+6 | |
| | | * | | | | | | | | | | | | | | | | | | | Use runtime linking of QT libdbus, use custom/temp. SDK URL | Jonas Schnelli | 2016-06-18 | 3 | -3/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | Fix bitcoin_qt.m4 and fix-xcb-include-order.patch | Jonas Schnelli | 2016-06-17 | 7 | -55/+77 | |
| | | * | | | | | | | | | | | | | | | | | | | [depends] OpenSSL 1.0.1k - update config_opts | fanquake | 2016-06-17 | 1 | -3/+36 | |
| | | * | | | | | | | | | | | | | | | | | | | depends: bump OSX toolchain | Cory Fields | 2016-06-17 | 3 | -11/+14 | |
| | | | |_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Merge #8203: Clarify documentation for running a tor node | Wladimir J. van der Laan | 2016-06-20 | 1 | -4/+14 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | Clarify documentation for running a tor node | Nathaniel Mahieu | 2016-06-17 | 1 | -4/+14 | |
| | | | |_|_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Merge #8224: readme: Omit phrasing; 'new' | Wladimir J. van der Laan | 2016-06-20 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | readme: Omit phrasing; 'new' | Will Binns | 2016-06-19 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | Merge #8215: [wallet] tests: Don't use floating point | MarcoFalke | 2016-06-18 | 1 | -21/+25 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | [wallet] tests: Don't use floating point | MarcoFalke | 2016-06-17 | 1 | -21/+25 | |
| | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Merge #8214: [qa] mininode: fail on send_message instead of silent return | MarcoFalke | 2016-06-17 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | [qa] mininode: fail on send_message instead of silent return | MarcoFalke | 2016-06-17 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | Merge #7600: Mining: Select transactions using feerate-with-ancestors | Pieter Wuille | 2016-06-16 | 3 | -1/+432 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | Add unit tests for ancestor feerate mining | Suhas Daftuar | 2016-06-16 | 1 | -0/+109 | |
| | | * | | | | | | | | | | | | | | | | Use ancestor-feerate based transaction selection for mining | Suhas Daftuar | 2016-06-16 | 2 | -1/+323 | |
| | * | | | | | | | | | | | | | | | | | Merge #7892: Add full UTF-8 support to RPC | Wladimir J. van der Laan | 2016-06-16 | 14 | -44/+209 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | doc: Mention full UTF-8 support in release notes | Wladimir J. van der Laan | 2016-06-10 | 1 | -0/+5 | |
| | | * | | | | | | | | | | | | | | | | | test: test utf-8 for labels in wallet | Wladimir J. van der Laan | 2016-06-10 | 1 | -0/+14 | |
| | | * | | | | | | | | | | | | | | | | | test: add ensure_ascii setting to AuthServiceProxy | Wladimir J. van der Laan | 2016-06-10 | 1 | -7/+9 | |
| | | * | | | | | | | | | | | | | | | | | Merge commit '60ab9b200654ef0914459711cf2b22be16be3dc2' | Wladimir J. van der Laan | 2016-06-10 | 11 | -37/+181 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | | |/| | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | Squashed 'src/univalue/' changes from 2740c4f..f32df99 | Wladimir J. van der Laan | 2016-06-10 | 11 | -37/+181 | |
| | * | | | | | | | | | | | | | | | | | | Merge #8113: Rework addnode behaviour | Wladimir J. van der Laan | 2016-06-16 | 4 | -125/+115 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | Randomize name lookup result in ConnectSocketByName | Pieter Wuille | 2016-06-13 | 1 | -4/+4 | |