aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | build: if VERSION_BUILD is non-zero, include it in the package versionAndrew Chow2018-10-301-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14448: doc: Clarify rpcwallet flag url changeWladimir J. van der Laan2018-11-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clarify rpcwallet flag url changeJordan Baczuk2018-10-091-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14728: fix uninitialized read when stringifying an addrLocalWladimir J. van der Laan2018-11-233-2/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix uninitialized read when stringifying an addrLocalKaz Wesley2018-11-152-2/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add test demonstrating addrLocal UBKaz Wesley2018-11-151-0/+38
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14726: Use RPCHelpMan for all RPCsWladimir J. van der Laan2018-11-2312-426/+1032
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpc: Documentation fixupsMarcoFalke2018-11-152-1/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use RPCHelpMan for all RPCsMarcoFalke2018-11-1411-426/+1008
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lint: Must use RPCHelpMan to generate the RPC docsMarcoFalke2018-11-141-0/+17
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14778: A few minor formatting fixes and clarifications to descriptors.mdWladimir J. van der Laan2018-11-231-11/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few minor formatting fixes and clarifications to descriptors.mdJohn Newbery2018-11-221-11/+15
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14777: tests: Add regtest for JSON-RPC batch callsMarcoFalke2018-11-222-0/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add regtest for JSON-RPC batch calls.Daniel Kraft2018-11-212-0/+47
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14771: test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke2018-11-224-11/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test: Add BOOST_REQUIRE to getters returning optionalMarcoFalke2018-11-204-11/+12
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14756: Improve rpcauth.py by using argparse and getpass modulesWladimir J. van der Laan2018-11-222-22/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpcauth: Improve by using argparse and getpass modulesJoão Barbosa2018-11-212-22/+28
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14532: Never bind INADDR_ANY by default, and warn when doing so explic...Wladimir J. van der Laan2018-11-224-5/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rpcbind: Warn about exposing RPC to untrusted networksLuke Dashjr2018-11-222-1/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CNetAddr: Add IsBindAny method to check for INADDR_ANYLuke Dashjr2018-11-222-0/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Always default rpcbind to localhost, never "all interfaces"Luke Dashjr2018-11-222-5/+5
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14715: Drop defunct prevector compat handlingWladimir J. van der Laan2018-11-223-18/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement prevector::fill onceBen Woosley2018-11-141-5/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.hBen Woosley2018-11-143-13/+9
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14708: Warn unrecognised sections in the config fileWladimir J. van der Laan2018-11-214-9/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Warn unrecognized sections in the config fileAkio Nakamura2018-11-204-9/+56
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14719: qa: Check specific reject reasons in feature_blockWladimir J. van der Laan2018-11-212-16/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa: Check specific reject reasons in feature_blockMarcoFalke2018-11-132-16/+19
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14742: Properly generate salt in rpcauth.pyWladimir J. van der Laan2018-11-212-12/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly generate salt in rpcauth.py, update testsCarl Dong2018-11-172-12/+9
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14770: travis: Do not specify sudo in .travisWladimir J. van der Laan2018-11-201-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not specify sudo in .travisJulian Fleischer2018-11-201-2/+0
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14552: wallet: detecting duplicate wallet by comparing the db filename.Wladimir J. van der Laan2018-11-204-21/+57
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Create IsDatabaseLoaded functionChun Kuan Lee2018-11-082-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir...Chun Kuan Lee2018-11-064-7/+28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor: Move m_db pointers into BerkeleyDatabaseRussell Yanofsky2018-11-062-14/+29
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14768: revert removal of fstream.hpp header in fs.hWladimir J. van der Laan2018-11-201-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revert removal of fstream.hpp header in fs.hKarl-Johan Alm2018-11-201-0/+1
|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14718: Remove unreferenced boost headersMarcoFalke2018-11-195-6/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unreferenced boost headersMurray Nesbitt2018-11-165-6/+0
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14685: fix a deserialization overflow edge caseWladimir J. van der Laan2018-11-182-3/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disallow oversized CBlockHeaderAndShortTxIDsKaz Wesley2018-11-131-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix a deserialization overflow edge caseKaz Wesley2018-11-131-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add a test demonstrating an overflow in a deserialization edge caseKaz Wesley2018-11-131-0/+45
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #14731: doc: Improve scripted-diff developer docsMarcoFalke2018-11-161-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve scripted-diff developer docsCarl Dong2018-11-151-1/+10
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio...MarcoFalke2018-11-1515-53/+84
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ...practicalswift2018-11-0511-26/+58
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tests: Explicitly ignore the return value of DecodeBase58(...)practicalswift2018-11-051-1/+1