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-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
2017-02-17
Merge #9779: Update nMinimumChainWork and defaultAssumeValid.
Wladimir J. van der Laan
2017-02-17
Merge #9777: Handle unusual maxsigcachesize gracefully
Wladimir J. van der Laan
2017-02-17
Ensure `-maxsigcachesize` is in valid range
John Newbery
2017-02-16
Add two hour buffer to manual pruning
Alex Morcos
2017-02-16
Update nMinimumChainWork and defaultAssumeValid.
Gregory Maxwell
2017-02-16
Use 2 hour grace period for key timestamps in importmulti rescans
Russell Yanofsky
2017-02-16
Merge #9675: Fix typo and spelling inconsistency in CONTRIBUTING.md
Wladimir J. van der Laan
2017-02-16
[qa] Extend import-rescan.py to test imports on pruned nodes.
Russell Yanofsky
2017-02-16
[qa] Extend import-rescan.py to test specific key timestamps
Russell Yanofsky
2017-02-16
[qa] Simplify import-rescan.py
Russell Yanofsky
2017-02-16
Merge #9763: [Trivial] Update comments referencing main.cpp
Wladimir J. van der Laan
2017-02-16
[Trivial] Update comments referencing main.cpp
CryptAxe
2017-02-16
Merge #9771: Add missing cs_wallet lock that triggers new lock held assertion
Wladimir J. van der Laan
2017-02-16
Merge #9764: wallet: Prevent "overrides a member function but is not marked '...
Wladimir J. van der Laan
2017-02-16
Merge #9765: Harden against mistakes handling invalid blocks
Wladimir J. van der Laan
2017-02-15
Add missing cs_wallet lock that triggers new lock held assertion
Russell Yanofsky
2017-02-15
Merge #9756: Return error when importmulti called with invalid address.
Wladimir J. van der Laan
2017-02-15
Merge #9758: Selectively suppress deprecation warnings
Wladimir J. van der Laan
2017-02-15
Harden against mistakes handling invalid blocks
Suhas Daftuar
[next]