aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clarify RPC rawtransaction documentationJameson Lopp2018-11-261-2/+2
* Add Benchmark to test input de-duplication worst caseJeremy Rubin2018-11-252-0/+101
* Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formattingWladimir J. van der Laan2018-11-232-4/+5
|\
| * Fix `bitcoin-qt -version` output formattingHennadii Stepanov2018-11-052-4/+5
* | Merge #14678: [wallet] remove redundant KeyOriginInfo access, already done in...Wladimir J. van der Laan2018-11-231-9/+2
|\ \
| * | GetPubKey: make sigdata constGregory Sanders2018-11-131-1/+1
| * | remove redundant KeyOriginInfo access, already done in CreateSigGregory Sanders2018-11-121-8/+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-2311-426/+1008
|\ \ \ \ \
| * | | | | rpc: Documentation fixupsMarcoFalke2018-11-151-1/+1
| * | | | | Use RPCHelpMan for all RPCsMarcoFalke2018-11-1411-426/+1008
| |/ / / /
* | | | | 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 #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-213-9/+51
|\ \ \ \ \ \ \
| * | | | | | | Warn unrecognized sections in the config fileAkio Nakamura2018-11-203-9/+51
* | | | | | | | Merge #14552: wallet: detecting duplicate wallet by comparing the db filename.Wladimir J. van der Laan2018-11-203-21/+54
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | 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-063-7/+25
| * | | | | | | Refactor: Move m_db pointers into BerkeleyDatabaseRussell Yanofsky2018-11-062-14/+29
* | | | | | | | 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 #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
| * | | | | | | | tests: Check return value of ParseParameters(...)practicalswift2018-11-052-23/+23
| * | | | | | | | miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfeepracticalswift2018-11-051-3/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge #14411: [wallet] Restore ability to list incoming transactions by labelMarcoFalke2018-11-141-17/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename ListTransactions filter variableRussell Yanofsky2018-11-131-9/+9
| * | | | | | | | [wallet] Restore ability to list incoming transactions by labelRussell Yanofsky2018-11-131-10/+20
* | | | | | | | | Merge #14478: Show error to user when corrupt wallet unlock failsMarcoFalke2018-11-142-9/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Better error message for user when corrupt wallet unlock failsMeshCollider2018-11-102-9/+10
* | | | | | | | | | Bump the minimum Qt version to 5.2Hennadii Stepanov2018-11-143-17/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge #14720: rpc: Correctly name argumentsMarcoFalke2018-11-136-20/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rpc: Correctly name argumentsJon Layton2018-11-136-20/+20