aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-02tests: fix qt payment testCory Fields
Now that boost no longer automatically initializes openssl, we have to do it ourselves.
2015-09-02build: build-system changes for libeventWladimir J. van der Laan
2015-09-02libevent: add dependsCory Fields
2015-09-02Remove rpc_boostasiotocnetaddr testWladimir J. van der Laan
Dropping all use of boost::asio.
2015-09-02qa: Remove -rpckeepalive tests from httpbasicsWladimir J. van der Laan
This option was a temporary workaround, and is no longer necessary with the new web server.
2015-09-02doc: remove documentation for rpcsslWladimir J. van der Laan
2015-09-02Merge pull request #6620Wladimir J. van der Laan
10e469a travis: bump wine to 1.7 (Cory Fields)
2015-09-02travis: bump wine to 1.7Cory Fields
2015-09-02Merge pull request #6617Wladimir J. van der Laan
bfadae3 travis: for travis generating an extra build (Cory Fields)
2015-09-01travis: for travis generating an extra buildCory Fields
2015-09-01Merge pull request #6548Wladimir J. van der Laan
060058e Enable python tests for Native Windows (ptschip)
2015-08-31Merge pull request #6583Wladimir J. van der Laan
9f3e48e add support for miniupnpc api version 14 (Pavel Vasin)
2015-08-31Merge pull request #6599Wladimir J. van der Laan
9bebf60 Make sure LogPrint strings are line-terminated (J Ross Nicoll)
2015-08-29Make sure LogPrint strings are line-terminatedJ Ross Nicoll
2015-08-26Enable python tests for Native Windowsptschip
1) Multiplatorm support for devnull 2) Fixed a bug in the handling of cache files 3) Deleted run-bitcoin-cli as no longer needed
2015-08-26Merge pull request #6530Wladimir J. van der Laan
c33c11e Improve addrman Select() performance when buckets are nearly empty (Pieter Wuille)
2015-08-26Merge pull request #6590Wladimir J. van der Laan
bd30c3d rpc-tests: re-enable rpc-tests for Windows (Cory Fields) a193387 net: Set SO_REUSEADDR for Windows too (Cory Fields)
2015-08-26Improve addrman Select() performance when buckets are nearly emptyPieter Wuille
2015-08-25rpc-tests: re-enable rpc-tests for WindowsCory Fields
2015-08-25net: Set SO_REUSEADDR for Windows tooCory Fields
When running the rpc tests in Wine, nodes often fail to listen on localhost due to a stale socket from a previous run. This aligns the behavior with other platforms.
2015-08-24Merge pull request #6576Wladimir J. van der Laan
e938122 Stop parsing JSON after first finished construct. (Daniel Kraft)
2015-08-24Merge pull request #6523Wladimir J. van der Laan
0ce7398 Add p2p-fullblocktest.py (Casey Rodarmor)
2015-08-23add support for miniupnpc api version 14Pavel Vasin
The value of new arg ttl is set to 2 as it's recommended default.
2015-08-21Add p2p-fullblocktest.pyCasey Rodarmor
2015-08-21Merge pull request #6541Wladimir J. van der Laan
e0862c0 Reformat validateaddress help, add missing iswatchonly description. (Pavel Janík)
2015-08-20Merge pull request #6242Wladimir J. van der Laan
17221bf chainparams: don't use std namespace (Cory Fields) f0deec5 chainparams: move CCheckpointData into chainparams.h (Cory Fields)
2015-08-20Merge pull request #6545Wladimir J. van der Laan
8be371d Do not store more than 200 timedata samples. (Pavel Janík)
2015-08-20Merge pull request #6556Wladimir J. van der Laan
1123cdb add unit test for CNetAddr::GetGroup. (Alex Morcos) bba3db1 Fix masking of irrelevant bits in address groups. (Alex Morcos)
2015-08-20Merge pull request #6571Wladimir J. van der Laan
1d1073c consensus: cache the openssl EC_GROUP to avoid a race condition for each CECKey instantiation (Cory Fields)
2015-08-20Stop parsing JSON after first finished construct.Daniel Kraft
Fix https://github.com/bitcoin/bitcoin/issues/6558. In particular, stop parsing JSON after the first object or array is finished. Check that no other garbage follows, and fail the parser if it does.
2015-08-19add unit test for CNetAddr::GetGroup.Alex Morcos
2015-08-19consensus: cache the openssl EC_GROUP to avoid a race condition for each ↵Cory Fields
CECKey instantiation
2015-08-19Merge pull request #6544Wladimir J. van der Laan
c5c1edf Fix spelling mistake in -> if. (Mark Friedenbach) e846b2a Correct a possibly intentional pun that is nevertheless hard to read: "two times of nLockTime." What is meant is that there are two kinds, or categories of nLockTime. (Mark Friedenbach)
2015-08-19Merge pull request #6539Wladimir J. van der Laan
9f68ed6 typofixes (found by misspell_fixer) (Veres Lajos)
2015-08-19Merge pull request #6565Wladimir J. van der Laan
fb08d92 Make sure we re-acquire lock if a task throws (Casey Rodarmor)
2015-08-19Merge pull request #6561Wladimir J. van der Laan
7bd57bb Add limitedmap test (Casey Rodarmor) 8b06894 Disallow unlimited limited maps (Casey Rodarmor) fd2d862 Make limited map actually respect max size (Casey Rodarmor)
2015-08-19Merge pull request #6567Wladimir J. van der Laan
2016576 Fix crash when mining with empty keypool. (Daniel Kraft)
2015-08-18Make sure we re-acquire lock if a task throwsCasey Rodarmor
2015-08-18Fix crash when mining with empty keypool.Daniel Kraft
Since the introduction of the ScriptForMining callback, the mining functions (setgenerate and generate) crash with an assertion failure (due to a NULL pointer script returned) if the keypool is empty. Fix this by giving a proper error.
2015-08-17Add limitedmap testCasey Rodarmor
2015-08-17Disallow unlimited limited mapsCasey Rodarmor
2015-08-17Make limited map actually respect max sizeCasey Rodarmor
2015-08-17Merge pull request #6553Wladimir J. van der Laan
183b8fb Add missing files to files.md (fanquake)
2015-08-17Merge pull request #6551Wladimir J. van der Laan
243b80d Handle leveldb::DestroyDB() errors on wipe failure (Adam Weiss)
2015-08-17Merge pull request #6509Wladimir J. van der Laan
45a6cce Fix race condition on test node shutdown (Casey Rodarmor)
2015-08-15Merge pull request #6013Jeff Garzik
2015-08-14Fix masking of irrelevant bits in address groups.Alex Morcos
2015-08-14Merge pull request #6415Wladimir J. van der Laan
d042854 SQUASH "Implement watchonly support in fundrawtransaction" (Matt Corallo) 428a898 SQUASH "Add have-pubkey distinction to ISMINE flags" (Matt Corallo) 6bdb474 Implement watchonly support in fundrawtransaction (Matt Corallo) f5813bd Add logic to track pubkeys as watch-only, not just scripts (Matt Corallo) d3354c5 Add have-pubkey distinction to ISMINE flags (Matt Corallo) 5c17059 Update importaddress help to push its use to script-only (Matt Corallo) a1d7df3 Add importpubkey method to import a watch-only pubkey (Matt Corallo) 907a425 Add p2sh option to importaddress to import redeemScripts (Matt Corallo) 983d2d9 Split up importaddress into helper functions (Matt Corallo) cfc3dd3 Also remove pay-2-pubkey from watch when adding a priv key (Matt Corallo)
2015-08-14Implement REST mempool API, add test and documentation.Pavel Janík
2015-08-13Add missing files to files.mdfanquake
typo