aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-24Trivial: fixup a few doxygen commentsBen Woosley
2019-01-24Merge #15193: Default -whitelistforcerelay to offWladimir J. van der Laan
2019-01-24Merge #15223: Doc: add information about security to the JSON-RPC docWladimir J. van der Laan
2019-01-23Merge #15196: [test]: Update all subprocess.check_output functions to be Pyth...Jonas Schnelli
2019-01-23Doc: add information about security to the JSON-RPC docDavid A. Harding
2019-01-22Merge #14353: REST: add blockhash call, fetch blockhash by heightJonas Schnelli
2019-01-22Merge #15208: Qt: remove macOS launch-at-startup when compiled with > macOS 1...Wladimir J. van der Laan
2019-01-22Default -whitelistforcerelay to offSuhas Daftuar
2019-01-21Fix macOS launch-at-startup memory issueJonas Schnelli
2019-01-21Qt: remove macOS launch-at-startup option when compiled with > macOS 10.11Jonas Schnelli
2019-01-21[Docs] add short documentation for /rest/blockhashbyheightJonas Schnelli
2019-01-21[QA] add rest tests for /rest/blockhashbyheight/<HEIGHT>.<FORMAT>Jonas Schnelli
2019-01-21REST: add "blockhashbyheight" call, fetch blockhash by heightJonas Schnelli
2019-01-21Merge #15219: lint: Enable python linters via an arrayWladimir J. van der Laan
2019-01-21Merge #14906: refactor: Make explicit CMutableTransaction -> CTransaction con...Wladimir J. van der Laan
2019-01-21Merge #14955: Switch all RNG code to the built-in PRNGWladimir J. van der Laan
2019-01-21Merge #14970: [net] add dnsseed.emzy.de to DNS seedsWladimir J. van der Laan
2019-01-21Merge #14605: Return of the BanmanWladimir J. van der Laan
2019-01-21Merge #15167: qt: Fix wallet selector size adjustmentWladimir J. van der Laan
2019-01-21Merge #15177: rest: Improve tests and documention of /headers and /blockWladimir J. van der Laan
2019-01-21Merge #15188: Update zmq to 4.3.1Wladimir J. van der Laan
2019-01-21Merge #15213: doc: Remove errant paste from walletcreatefundedpsbt for nLockt...Wladimir J. van der Laan
2019-01-21Merge #15209: zmq: log outbound message high water mark when reusing socketWladimir J. van der Laan
2019-01-21Merge #15210: gui: Fix window title updateWladimir J. van der Laan
2019-01-20lint: Enable python linters via an arrayBen Woosley
2019-01-20Merge #15194: Add comment describing fDisconnect behaviorWladimir J. van der Laan
2019-01-19Remove errant past from walletcreatefundedpsbt for nLocktime replaceabilityGregory Sanders
2019-01-19gui: Fix window title updateJoão Barbosa
2019-01-19zmq: log outbound message high water mark when reusing socketfanquake
2019-01-19Merge #15186: rpc: remove duplicate solvable field from getaddressinfoWladimir J. van der Laan
2019-01-19Merge #15178: qt: Improve "help-console" messageWladimir J. van der Laan
2019-01-18Merge #15175: build: Drop macports supportJonas Schnelli
2019-01-18Merge #15101: gui: Add WalletControllerJonas Schnelli
2019-01-18Update all subprocess.check_output functions in CI scripts to be Python 3.4 c...Graham Krizek
2019-01-18Update zmq to 4.3.1Dimitris Apostolou
2019-01-18rpc: remove duplicate solvable field from getaddressinfofanquake
2019-01-18gui: Refactor to use WalletControllerJoão Barbosa
2019-01-18gui: Add WalletControllerJoão Barbosa
2019-01-18gui: Use AutoConnection for WalletModel::unload signalJoão Barbosa
2019-01-17Add comment describing fDisconnect behaviorCarl Dong
2019-01-17Merge #15040: qt: Add workaround for QProgressDialog bug on macOSJonas Schnelli
2019-01-17Merge #15166: qa: Pin shellcheck versionMarcoFalke
2019-01-17Merge #15185: docs: Spelling error fix on fuzzing.mdMarcoFalke
2019-01-17Merge #14250: qt: Remove redundant stopThread() and stopExecutor() signalsWladimir J. van der Laan
2019-01-16docs: Spelling error fix on fuzzing.mdbenthecarman
2019-01-16Document RNG design in random.hPieter Wuille
2019-01-16Use secure allocator for RNG statePieter Wuille
2019-01-16Encapsulate RNGState betterPieter Wuille
2019-01-16DRY: Implement GetRand using FastRandomContext::randrangePieter Wuille
2019-01-16Sprinkle some sweet noexcepts over the RNG codePieter Wuille