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-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
2017-02-20
QA: Test GBT size/weight limit values
Luke Dashjr
2017-02-20
Bugfix: RPC/Mining: GBT should return 1 MB sizelimit before segwit activates
Luke Dashjr
2017-02-20
[wallet] Remove importmulti always-true check
Russell Yanofsky
2017-02-17
boost: remove iostreams includes
v0.14.0rc1
Cory Fields
2017-02-17
Move BIP70_MAX_PAYMENTREQUEST_SIZE to header
Pieter Wuille
2017-02-17
Make KEY_SIZE a compile-time constant
Pieter Wuille
2017-02-17
Merge #9784: Restore removed release notes.
Wladimir J. van der Laan
2017-02-17
doc: Add changelog for 0.14.0 to release notes
Wladimir J. van der Laan
2017-02-17
Restore removed release notes.
Gregory Maxwell
2017-02-17
doc: Add list of authors to release notes
Wladimir J. van der Laan
2017-02-17
Merge #9783: release: bump gitian descriptors for a new 0.14 package cache
Wladimir J. van der Laan
2017-02-17
release: bump gitian descriptors for a new 0.14 package cache
Cory Fields
2017-02-17
doc: Update manpages for 0.14.0
Wladimir J. van der Laan
2017-02-17
doc: Update release notes from wiki
Wladimir J. van der Laan
2017-02-17
qt: pre-rc1 translations update
Wladimir J. van der Laan
2017-02-17
build: bump version to 0.14.0
Wladimir J. van der Laan
2017-02-17
Merge #9761: Use 2 hour grace period for key timestamps in importmulti rescans
Wladimir J. van der Laan
2017-02-17
Merge #9778: Add two hour buffer to manual pruning
Wladimir J. van der Laan
[next]