index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-03-27
Optimize GetWitnessHash() for non-segwit transactions
Suhas Daftuar
2017-03-27
depends: fix zlib build on osx
Cory Fields
2017-03-27
Ensure an item exists on the rpcconsole stack before adding
Andrew Chow
2017-03-27
Trivial: Fix typo in help getrawtransaction RPC
James Evans
2017-03-27
Merge #10094: 0.14: Clear release notes
Wladimir J. van der Laan
2017-03-27
0.14: Clear release notes
MarcoFalke
2017-03-18
Merge #10006: [0.14 backport] Don't require segwit in getblocktemplate for se...
Wladimir J. van der Laan
2017-03-18
Merge #10013: Fix shutdown hang with >= 8 -addnodes set (0.14 backport)
Wladimir J. van der Laan
2017-03-17
Add missing braces in semaphore posts in net
Matt Corallo
2017-03-17
Fix shutdown hang with >= 8 -addnodes set
Matt Corallo
2017-03-16
Test transaction selection when gbt called without segwit support
Suhas Daftuar
2017-03-16
Don't require segwit in getblocktemplate for segwit signalling or mining
Suhas Daftuar
2017-03-05
Fix regsig checking for subkey sigs in verify-commits
v0.14.0
Matt Corallo
2017-03-05
Merge #9920: [0.14] Allow any subkey in verify-commits (BlueMatt)
Wladimir J. van der Laan
2017-03-05
Allow any subkey in verify-commits
Matt Corallo
2017-03-01
Bugfix: Only install manpages for built programs
Luke Dashjr
2017-03-01
depends: make osx output deterministic
Cory Fields
2017-02-28
Add Pieter's old signed commits to revsig-commits
Matt Corallo
2017-02-28
Fix importmulti returning rescan errors for wrong keys
v0.14.0rc3
Russell Yanofsky
2017-02-28
doc: pre-rc3 changelog update
Wladimir J. van der Laan
2017-02-28
qt: pre-rc3 translations update
Wladimir J. van der Laan
2017-02-28
Avoid VLA in hash.h
Pieter Wuille
2017-02-28
Change bitcoin address in RPC helpaddress to an invalid address, so people do...
Marijn Stollenga
2017-02-28
Merge #9866: Document increase in memory usage due to mempool/dbcache sharing
Wladimir J. van der Laan
2017-02-28
[doc] Update doc/bips.md for BIP90 implementation
Suhas Daftuar
2017-02-28
Update sendfrom RPC help to correct coin selection misconception
Russell Yanofsky
2017-02-28
Merge #9878: Mention bumpfee in 0.14 release notes.
Wladimir J. van der Laan
2017-02-28
prevector: assert successful allocation
Cory Fields
2017-02-28
don't throw std::bad_alloc when out of memory. Instead, terminate immediately
Cory Fields
2017-02-28
tests: Fix dangling pwalletMain pointer in wallet tests
Wladimir J. van der Laan
2017-02-27
Mention bumpfee in 0.14 release notes.
Russell Yanofsky
2017-02-27
Document increase in memory usage due to mempool/dbcache sharing
Matt Corallo
2017-02-27
[qa] Make import-rescan.py watchonly check reliable
Russell Yanofsky
2017-02-24
Merge #9846: doc: Small release notes fixups in the list of pulls
Wladimir J. van der Laan
2017-02-24
doc: Small release notes fixups in the list of pulls
MarcoFalke
2017-02-23
Merge #9787: release: add a few performance-related notes
Wladimir J. van der Laan
2017-02-23
release: add a few performance-related notes
Cory Fields
2017-02-23
doc: Add authors and changes since rc1 to release notes
v0.14.0rc2
Wladimir J. van der Laan
2017-02-23
qt: pre-rc2 translations update
Wladimir J. van der Laan
2017-02-23
build: force a c++ standard to be specified
Cory Fields
2017-02-23
build: add --enable-werror option
Cory Fields
2017-02-23
build: warn about variable length arrays
Cory Fields
2017-02-23
qa: Check return code when stopping nodes
MarcoFalke
2017-02-23
Fix pruning test broken by 2 hour manual prune window
Russell Yanofsky
2017-02-22
[Trivial] Remove incorrect help message from gettxoutproof()
John Newbery
2017-02-22
Return errors from importmulti if complete rescans are not successful
Russell Yanofsky
2017-02-21
Fix segfault crash when shutdown the GUI in disablewallet mode
Jonas Schnelli
2017-02-21
Fix for issue #9775. Added check for open() returning a NULL pointer.
kirit93
2017-02-21
Fix typo in release notes.
Chris Moore
2017-02-21
Read/write mempool.dat as a binary.
Pavel JanÃk
[next]