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
2019-01-23
windows: Set _WIN32_WINNT to 0x0601 (Windows 7)
Chun Kuan Lee
2019-01-22
Merge #14353: REST: add blockhash call, fetch blockhash by height
Jonas Schnelli
2019-01-22
Merge #15208: Qt: remove macOS launch-at-startup when compiled with > macOS 1...
Wladimir J. van der Laan
2019-01-21
Fix macOS launch-at-startup memory issue
Jonas Schnelli
2019-01-21
Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11
Jonas Schnelli
2019-01-21
[Docs] add short documentation for /rest/blockhashbyheight
Jonas Schnelli
2019-01-21
[QA] add rest tests for /rest/blockhashbyheight/<HEIGHT>.<FORMAT>
Jonas Schnelli
2019-01-21
REST: add "blockhashbyheight" call, fetch blockhash by height
Jonas Schnelli
2019-01-21
Merge #15219: lint: Enable python linters via an array
Wladimir J. van der Laan
2019-01-21
Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...
Wladimir J. van der Laan
2019-01-21
Merge #14955: Switch all RNG code to the built-in PRNG
Wladimir J. van der Laan
2019-01-21
Merge #14970: [net] add dnsseed.emzy.de to DNS seeds
Wladimir J. van der Laan
2019-01-21
Merge #14605: Return of the Banman
Wladimir J. van der Laan
2019-01-21
Merge #15167: qt: Fix wallet selector size adjustment
Wladimir J. van der Laan
2019-01-21
Merge #15177: rest: Improve tests and documention of /headers and /block
Wladimir J. van der Laan
2019-01-21
Merge #15188: Update zmq to 4.3.1
Wladimir J. van der Laan
2019-01-21
Merge #15213: doc: Remove errant paste from walletcreatefundedpsbt for nLockt...
Wladimir J. van der Laan
2019-01-21
Merge #15209: zmq: log outbound message high water mark when reusing socket
Wladimir J. van der Laan
2019-01-21
Merge #15210: gui: Fix window title update
Wladimir J. van der Laan
2019-01-20
lint: Enable python linters via an array
Ben Woosley
2019-01-20
Merge #15194: Add comment describing fDisconnect behavior
Wladimir J. van der Laan
2019-01-19
Remove errant past from walletcreatefundedpsbt for nLocktime replaceability
Gregory Sanders
2019-01-19
gui: Fix window title update
João Barbosa
2019-01-19
zmq: log outbound message high water mark when reusing socket
fanquake
2019-01-19
Merge #15186: rpc: remove duplicate solvable field from getaddressinfo
Wladimir J. van der Laan
2019-01-19
Merge #15178: qt: Improve "help-console" message
Wladimir J. van der Laan
2019-01-18
Merge #15175: build: Drop macports support
Jonas Schnelli
2019-01-18
Merge #15101: gui: Add WalletController
Jonas Schnelli
2019-01-18
Update zmq to 4.3.1
Dimitris Apostolou
2019-01-18
rpc: remove duplicate solvable field from getaddressinfo
fanquake
2019-01-18
gui: Refactor to use WalletController
João Barbosa
2019-01-18
gui: Add WalletController
João Barbosa
2019-01-18
gui: Use AutoConnection for WalletModel::unload signal
João Barbosa
2019-01-17
Add comment describing fDisconnect behavior
Carl Dong
2019-01-17
Merge #15040: qt: Add workaround for QProgressDialog bug on macOS
Jonas Schnelli
2019-01-17
Merge #15166: qa: Pin shellcheck version
MarcoFalke
2019-01-17
Merge #15185: docs: Spelling error fix on fuzzing.md
MarcoFalke
2019-01-17
Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signals
Wladimir J. van der Laan
2019-01-16
docs: Spelling error fix on fuzzing.md
benthecarman
2019-01-16
Document RNG design in random.h
Pieter Wuille
2019-01-16
Use secure allocator for RNG state
Pieter Wuille
2019-01-16
Encapsulate RNGState better
Pieter Wuille
2019-01-16
DRY: Implement GetRand using FastRandomContext::randrange
Pieter Wuille
2019-01-16
Sprinkle some sweet noexcepts over the RNG code
Pieter Wuille
2019-01-16
Remove hwrand_initialized.
Pieter Wuille
2019-01-16
Switch all RNG code to the built-in PRNG.
Pieter Wuille
2019-01-16
Integrate util/system's CInit into RNGState
Pieter Wuille
2019-01-16
Abstract out seeding/extracting entropy into RNGState::MixExtract
Pieter Wuille
2019-01-16
Add thread safety annotations to RNG state
Pieter Wuille
2019-01-16
Rename some hardware RNG related functions
Pieter Wuille
[next]