Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-28 | httpserver: replace boost threads with std | Cory Fields | |
along with mutex/condvar/bind/etc. httpserver handles its own interruption, so there's no reason not to use std threading. While we're at it, may as well kill the BOOST_FOREACH's as well. | |||
2016-07-28 | httpserver: explicitly detach worker threads | Cory Fields | |
When using std::thread in place of boost::thread, letting the threads destruct results in a std::terminate. According to the docs, the same thing should be be happening in later boost versions: http://www.boost.org/doc/libs/1_55_0/doc/html/thread/thread_management.html#thread.thread_management.thread.destructor I'm unsure why this hasn't blown up already, but explicitly detaching can't hurt. | |||
2016-07-28 | httpserver: use a future rather than relying on boost's try_join_for | Cory Fields | |
2016-07-28 | Merge #8321: [trivial] Switched constants to sizeof() | Wladimir J. van der Laan | |
fbc6070 [trivial] Switched constants to sizeof() (Thomas Snider) | |||
2016-07-28 | Port from 0.13: Create a new HD seed after encrypting the wallet | Jonas Schnelli | |
Forward-ports two commits from 0.13: - [0.13] Create a new HD seed after encrypting the wallet - [Wallet] Add CKeyMetadata record for HDMasterKey(s), factor out HD key generation Github-Pull: #8389 Rebased-From: f142c11ac634df487cc4bc65a5f1c9a3e3563dd9 de45c065f0648c4c41b57cb492420ceeed29dd11 | |||
2016-07-28 | Merge #8332: semi trivial: clarify witness branches in transaction.h ↵ | Wladimir J. van der Laan | |
serialization e37b16a transaction: clarify witness branches (Daniel Cousens) | |||
2016-07-28 | Merge #8407: [Qt] Add dbcache migration path | Wladimir J. van der Laan | |
893f379 [Qt] Add dbcache migration path (Jonas Schnelli) | |||
2016-07-28 | [Qt] Add dbcache migration path | Jonas Schnelli | |
2016-07-28 | Merge #8348: Trivial: Segwit: Don't call IsWitnessEnabled from ↵ | Wladimir J. van der Laan | |
ContextualCheckBlock 38c4c8b Trivial: Segwit: Don't call IsWitnessEnabled from ContextualCheckBlock (Jorge Timón) | |||
2016-07-27 | prepend license statement to indirectmap | Kaz Wesley | |
Add statement about MIT licensing to indirectmap.h. I forgot the license preamble when I originally wrote the file. | |||
2016-07-27 | Merge #8206: [Wallet] Add HD xpriv to dumpwallet | Wladimir J. van der Laan | |
77c912d [Wallet] add HD xpriv to dumpwallet (Jonas Schnelli) | |||
2016-07-27 | [Wallet] add HD xpriv to dumpwallet | Jonas Schnelli | |
2016-07-26 | Merge #8381: Make witness v0 outputs non-standard | Wladimir J. van der Laan | |
c59c434 qa: Add test for standardness of segwit v0 outputs (Suhas Daftuar) 1ffaff2 Make witness v0 outputs non-standard before segwit activation (Johnson Lau) | |||
2016-07-26 | Merge #8365: Treat high-sigop transactions as larger rather than rejecting them | Wladimir J. van der Laan | |
ab942c1 Treat high-sigop transactions as larger rather than rejecting them (Pieter Wuille) | |||
2016-07-25 | Merge #8362: Scale legacy sigop count in CreateNewBlock | Wladimir J. van der Laan | |
682aa0f Scale legacy sigop count in CreateNewBlock (Suhas Daftuar) | |||
2016-07-24 | remove outdated legacy code | lizhi | |
CheckSignatureElement is not used,it be replaced by eccrypto::CheckSignatureElement. | |||
2016-07-23 | qa: Add test for standardness of segwit v0 outputs | Suhas Daftuar | |
2016-07-22 | Make witness v0 outputs non-standard before segwit activation | Johnson Lau | |
2016-07-21 | [Wallet] Correct hdmasterkeyid/masterkeyid name confusion | Jonas Schnelli | |
2016-07-21 | Merge #8347: Trivial: Make CBlockIndex param const in ↵ | Wladimir J. van der Laan | |
ContextualCheckBlockHeader and ContextualCheckBlock 6f3d616 Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and ContextualCheckBlock (Jorge Timón) | |||
2016-07-21 | Consensus: Remove calls to error() from ContextualCheckBlock | NicolasDorier | |
2016-07-21 | Merge #8342: Consensus: Trivial transform BOOST_FOREACH into for loop | Wladimir J. van der Laan | |
a3e1984 Consensus: Trivial transform BOOST_FOREACH into for loop (NicolasDorier) | |||
2016-07-19 | Move SetMinVersion for FEATURE_HD to SetHDMasterKey | Patrick Strateman | |
2016-07-19 | Treat high-sigop transactions as larger rather than rejecting them | Pieter Wuille | |
2016-07-19 | Merge #8367: [Wallet] Ensure <0.13 clients can't open HD wallets | Wladimir J. van der Laan | |
a4f137f [Wallet] Ensure <0.13 clients can't open HD wallets (Jonas Schnelli) | |||
2016-07-18 | [trivial] Switched constants to sizeof() | Thomas Snider | |
2016-07-18 | [Wallet] Ensure <0.13 clients can't open HD wallets | Jonas Schnelli | |
2016-07-18 | Rename "block cost" to "block weight" | Suhas Daftuar | |
2016-07-18 | Scale legacy sigop count in CreateNewBlock | Suhas Daftuar | |
2016-07-18 | build: bump version to 0.13.99 | Wladimir J. van der Laan | |
Now that 0.13 branch has been split off, master is 0.13.99 (pre-0.14). | |||
2016-07-18 | qt: periodic translations update | Wladimir J. van der Laan | |
2016-07-18 | mining: Improve `-blockmaxcost` help message | Wladimir J. van der Laan | |
One-word replacement to #8354. | |||
2016-07-18 | Merge #8295: Mining-related fixups for 0.13.0 | Wladimir J. van der Laan | |
c1d61fb Add warning if -blockminsize is used. (Suhas Daftuar) 27362dd Remove -blockminsize option (Suhas Daftuar) d2e46e1 Remove addScoreTxs() (Suhas Daftuar) 6dd4bc2 Exclude witness transactions in addPackageTxs() pre-segwit activation (Suhas Daftuar) f15c2cd CreateNewBlock: add support for size-accounting to addPackageTxs (Suhas Daftuar) | |||
2016-07-18 | Merge #8323: Add HD keypath to CKeyMetadata, report metadata in validateaddress | Wladimir J. van der Laan | |
7945088 [Wallet] comsetic non-code changes for the HD feature (Jonas Schnelli) 68d7682 [Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull() (Jonas Schnelli) f708085 [QA] extend wallet-hd test to cover HD metadata (Jonas Schnelli) 986c223 [Wallet] print hd masterkeyid in getwalletinfo (Jonas Schnelli) b1c7b24 [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress (Jonas Schnelli) 5b95dd2 [Wallet] extend CKeyMetadata with HD keypath (Jonas Schnelli) | |||
2016-07-18 | Merge #8305: Improve handling of unconnecting headers | Wladimir J. van der Laan | |
e91cf4b Add test for handling of unconnecting headers (Suhas Daftuar) 96fa953 Improve handling of unconnecting headers (Suhas Daftuar) | |||
2016-07-17 | Trivial: Segwit: Don't call IsWitnessEnabled from ContextualCheckBlock | Jorge Timón | |
2016-07-17 | Trivial: Make CBlockIndex param const in ContextualCheckBlockHeader and ↵ | Jorge Timón | |
ContextualCheckBlock | |||
2016-07-16 | Consensus: Trivial transform BOOST_FOREACH into for loop | NicolasDorier | |
2016-07-15 | [Wallet] comsetic non-code changes for the HD feature | Jonas Schnelli | |
2016-07-15 | [Wallet] ensure CKeyMetadata.hdMasterKeyID will be cleared during SetNull() | Jonas Schnelli | |
2016-07-14 | Merge #8324: [Wallet] keep HD seed during salvagewallet | Wladimir J. van der Laan | |
b993671 [Wallet] keep HD seed during salvagewallet (Jonas Schnelli) | |||
2016-07-14 | Merge #8312: Fix mempool DoS vulnerability from malleated transactions | Wladimir J. van der Laan | |
46c9620 Test that unnecessary witnesses can't be used for mempool DoS (Suhas Daftuar) bb66a11 Fix DoS vulnerability in mempool acceptance (Suhas Daftuar) | |||
2016-07-14 | Merge #8311: Rename CTxinWitness -> CTxInWitness | Wladimir J. van der Laan | |
36ae37a Rename CTxinWitness -> CTxInWitness (Bob McElrath) | |||
2016-07-14 | Merge #8271: [bugfix] Do not send witnesses in cmpctblock | Wladimir J. van der Laan | |
252675e Do not send witnesses in cmpctblock (Pieter Wuille) | |||
2016-07-14 | transaction: clarify witness branches | Daniel Cousens | |
2016-07-12 | Improve handling of unconnecting headers | Suhas Daftuar | |
When processing a headers message that looks like a block announcement, send peer a getheaders if the headers message won't connect. Apply DoS points after too many consecutive unconnecting headers messages. | |||
2016-07-12 | qt: periodic translation update | Wladimir J. van der Laan | |
Added languages: - `bg_BG`: Bulgarian (Bulgaria) | |||
2016-07-09 | [Wallet] keep HD seed during salvagewallet | Jonas Schnelli | |
2016-07-09 | [Wallet] print hd masterkeyid in getwalletinfo | Jonas Schnelli | |
2016-07-09 | [Wallet] report optional HDKeypath/HDMasterKeyId in validateaddress | Jonas Schnelli | |