Wladimir J. van der Laan
ee2a42b447
tests: GET requests cannot have request body, use POST in rest.py
...
Sending a request body with GET request is not valid in HTTP spec, and
not compatible with evhttpd.
9 years ago
Cory Fields
6e996d39da
tests: fix qt payment test
...
Now that boost no longer automatically initializes openssl, we have to
do it ourselves.
9 years ago
Wladimir J. van der Laan
3140ef9249
build: build-system changes for libevent
9 years ago
Cory Fields
a9af234c1f
libevent: add depends
9 years ago
Wladimir J. van der Laan
6a21dd598c
Remove rpc_boostasiotocnetaddr test
...
Dropping all use of boost::asio.
9 years ago
Wladimir J. van der Laan
8f9301cdaa
qa: Remove -rpckeepalive tests from httpbasics
...
This option was a temporary workaround, and is no longer necessary
with the new web server.
9 years ago
Wladimir J. van der Laan
51fcfc022c
doc: remove documentation for rpcssl
9 years ago
Wladimir J. van der Laan
3932ff50c5
Merge pull request #6620
...
10e469a
travis: bump wine to 1.7 (Cory Fields)
9 years ago
Cory Fields
10e469ae37
travis: bump wine to 1.7
9 years ago
Wladimir J. van der Laan
b319f0828e
Merge pull request #6617
...
bfadae3
travis: for travis generating an extra build (Cory Fields)
9 years ago
Cory Fields
bfadae3374
travis: for travis generating an extra build
9 years ago
Wladimir J. van der Laan
10c0e52b68
Merge pull request #6548
...
060058e
Enable python tests for Native Windows (ptschip)
9 years ago
Wladimir J. van der Laan
af9305a7e8
Merge pull request #6583
...
9f3e48e
add support for miniupnpc api version 14 (Pavel Vasin)
9 years ago
Wladimir J. van der Laan
f4d88c4041
Merge pull request #6599
...
9bebf60
Make sure LogPrint strings are line-terminated (J Ross Nicoll)
9 years ago
J Ross Nicoll
9bebf60698
Make sure LogPrint strings are line-terminated
9 years ago
ptschip
060058e955
Enable python tests for Native Windows
...
1) Multiplatorm support for devnull
2) Fixed a bug in the handling of cache files
3) Deleted run-bitcoin-cli as no longer needed
9 years ago
Wladimir J. van der Laan
ea19c2bc3f
Merge pull request #6530
...
c33c11e
Improve addrman Select() performance when buckets are nearly empty (Pieter Wuille)
9 years ago
Wladimir J. van der Laan
981fd92bc5
Merge pull request #6590
...
bd30c3d
rpc-tests: re-enable rpc-tests for Windows (Cory Fields)
a193387
net: Set SO_REUSEADDR for Windows too (Cory Fields)
9 years ago
Pieter Wuille
c33c11ebac
Improve addrman Select() performance when buckets are nearly empty
9 years ago
Cory Fields
bd30c3dced
rpc-tests: re-enable rpc-tests for Windows
9 years ago
Cory Fields
a19338723d
net: Set SO_REUSEADDR for Windows too
...
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.
9 years ago
Wladimir J. van der Laan
da9beb288d
Merge pull request #6576
...
e938122
Stop parsing JSON after first finished construct. (Daniel Kraft)
9 years ago
Wladimir J. van der Laan
561f8af450
Merge pull request #6523
...
0ce7398
Add p2p-fullblocktest.py (Casey Rodarmor)
9 years ago
Pavel Vasin
9f3e48e521
add support for miniupnpc api version 14
...
The value of new arg ttl is set to 2 as it's recommended default.
9 years ago
Casey Rodarmor
0ce73985a8
Add p2p-fullblocktest.py
9 years ago
Wladimir J. van der Laan
49793fbb09
Merge pull request #6541
...
e0862c0
Reformat validateaddress help, add missing iswatchonly description. (Pavel Janík)
9 years ago
Wladimir J. van der Laan
e3f13ddc54
Merge pull request #6242
...
17221bf
chainparams: don't use std namespace (Cory Fields)
f0deec5
chainparams: move CCheckpointData into chainparams.h (Cory Fields)
9 years ago
Wladimir J. van der Laan
e128464bc5
Merge pull request #6545
...
8be371d
Do not store more than 200 timedata samples. (Pavel Janík)
9 years ago
Wladimir J. van der Laan
70ec975ea6
Merge pull request #6556
...
1123cdb
add unit test for CNetAddr::GetGroup. (Alex Morcos)
bba3db1
Fix masking of irrelevant bits in address groups. (Alex Morcos)
9 years ago
Wladimir J. van der Laan
5e6e0898a1
Merge pull request #6571
...
1d1073c
consensus: cache the openssl EC_GROUP to avoid a race condition for each CECKey instantiation (Cory Fields)
9 years ago
Daniel Kraft
e938122b7b
Stop parsing JSON after first finished construct.
...
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.
9 years ago
Alex Morcos
1123cdbf4d
add unit test for CNetAddr::GetGroup.
9 years ago
Cory Fields
1d1073c2d3
consensus: cache the openssl EC_GROUP to avoid a race condition for each CECKey instantiation
9 years ago
Wladimir J. van der Laan
ef30389e2a
Merge pull request #6544
...
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)
9 years ago
Wladimir J. van der Laan
80cddbbba9
Merge pull request #6539
...
9f68ed6
typofixes (found by misspell_fixer) (Veres Lajos)
9 years ago
Wladimir J. van der Laan
a6f2affde8
Merge pull request #6565
...
fb08d92
Make sure we re-acquire lock if a task throws (Casey Rodarmor)
9 years ago
Wladimir J. van der Laan
e08a7d9d40
Merge pull request #6561
...
7bd57bb
Add limitedmap test (Casey Rodarmor)
8b06894
Disallow unlimited limited maps (Casey Rodarmor)
fd2d862
Make limited map actually respect max size (Casey Rodarmor)
9 years ago
Wladimir J. van der Laan
0f0f323c9a
Merge pull request #6567
...
2016576
Fix crash when mining with empty keypool. (Daniel Kraft)
9 years ago
Casey Rodarmor
fb08d92312
Make sure we re-acquire lock if a task throws
9 years ago
Daniel Kraft
2016576998
Fix crash when mining with empty keypool.
...
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.
9 years ago
Casey Rodarmor
7bd57bb1d7
Add limitedmap test
9 years ago
Casey Rodarmor
8b06894194
Disallow unlimited limited maps
9 years ago
Casey Rodarmor
fd2d862fbc
Make limited map actually respect max size
9 years ago
Wladimir J. van der Laan
1e92b27540
Merge pull request #6553
...
183b8fb
Add missing files to files.md (fanquake)
9 years ago
Wladimir J. van der Laan
39ddaeb8fe
Merge pull request #6551
...
243b80d
Handle leveldb::DestroyDB() errors on wipe failure (Adam Weiss)
9 years ago
Wladimir J. van der Laan
bb4faee21e
Merge pull request #6509
...
45a6cce
Fix race condition on test node shutdown (Casey Rodarmor)
9 years ago
Jeff Garzik
6feeec1ec5
Merge pull request #6013
9 years ago
Alex Morcos
bba3db1a40
Fix masking of irrelevant bits in address groups.
9 years ago
Wladimir J. van der Laan
ddd8d80c63
Merge pull request #6415
...
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)
9 years ago
Pavel Janík
70180b2e57
Implement REST mempool API, add test and documentation.
9 years ago