| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clarify RPC rawtransaction documentation | Jameson Lopp | 2018-11-26 | 1 | -2/+2 |
| * | Add Benchmark to test input de-duplication worst case | Jeremy Rubin | 2018-11-25 | 2 | -0/+101 |
| * | Merge #14521: qt, docs: Fix `bitcoin-qt -version` output formatting | Wladimir J. van der Laan | 2018-11-23 | 2 | -4/+5 |
| |\ | |||||
| | * | Fix `bitcoin-qt -version` output formatting | Hennadii Stepanov | 2018-11-05 | 2 | -4/+5 |
| * | | Merge #14678: [wallet] remove redundant KeyOriginInfo access, already done in... | Wladimir J. van der Laan | 2018-11-23 | 1 | -9/+2 |
| |\ \ | |||||
| | * | | GetPubKey: make sigdata const | Gregory Sanders | 2018-11-13 | 1 | -1/+1 |
| | * | | remove redundant KeyOriginInfo access, already done in CreateSig | Gregory Sanders | 2018-11-12 | 1 | -8/+1 |
| * | | | Merge #14448: doc: Clarify rpcwallet flag url change | Wladimir J. van der Laan | 2018-11-23 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | clarify rpcwallet flag url change | Jordan Baczuk | 2018-10-09 | 1 | -1/+1 |
| * | | | | Merge #14728: fix uninitialized read when stringifying an addrLocal | Wladimir J. van der Laan | 2018-11-23 | 3 | -2/+39 |
| |\ \ \ \ | |||||
| | * | | | | fix uninitialized read when stringifying an addrLocal | Kaz Wesley | 2018-11-15 | 2 | -2/+1 |
| | * | | | | add test demonstrating addrLocal UB | Kaz Wesley | 2018-11-15 | 1 | -0/+38 |
| * | | | | | Merge #14726: Use RPCHelpMan for all RPCs | Wladimir J. van der Laan | 2018-11-23 | 11 | -426/+1008 |
| |\ \ \ \ \ | |||||
| | * | | | | | rpc: Documentation fixups | MarcoFalke | 2018-11-15 | 1 | -1/+1 |
| | * | | | | | Use RPCHelpMan for all RPCs | MarcoFalke | 2018-11-14 | 11 | -426/+1008 |
| | |/ / / / | |||||
| * | | | | | Merge #14771: test: Add BOOST_REQUIRE to getters returning optional | MarcoFalke | 2018-11-22 | 4 | -11/+12 |
| |\ \ \ \ \ | |||||
| | * | | | | | test: Add BOOST_REQUIRE to getters returning optional | MarcoFalke | 2018-11-20 | 4 | -11/+12 |
| * | | | | | | Merge #14532: Never bind INADDR_ANY by default, and warn when doing so explic... | Wladimir J. van der Laan | 2018-11-22 | 4 | -5/+20 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | rpcbind: Warn about exposing RPC to untrusted networks | Luke Dashjr | 2018-11-22 | 2 | -1/+5 |
| | * | | | | | | CNetAddr: Add IsBindAny method to check for INADDR_ANY | Luke Dashjr | 2018-11-22 | 2 | -0/+11 |
| | * | | | | | | net: Always default rpcbind to localhost, never "all interfaces" | Luke Dashjr | 2018-11-22 | 2 | -5/+5 |
| * | | | | | | | Merge #14715: Drop defunct prevector compat handling | Wladimir J. van der Laan | 2018-11-22 | 3 | -18/+10 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Implement prevector::fill once | Ben Woosley | 2018-11-14 | 1 | -5/+1 |
| | * | | | | | | Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.h | Ben Woosley | 2018-11-14 | 3 | -13/+9 |
| * | | | | | | | Merge #14708: Warn unrecognised sections in the config file | Wladimir J. van der Laan | 2018-11-21 | 3 | -9/+51 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Warn unrecognized sections in the config file | Akio Nakamura | 2018-11-20 | 3 | -9/+51 |
| * | | | | | | | | Merge #14552: wallet: detecting duplicate wallet by comparing the db filename. | Wladimir J. van der Laan | 2018-11-20 | 3 | -21/+54 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | wallet: Create IsDatabaseLoaded function | Chun Kuan Lee | 2018-11-08 | 2 | -2/+2 |
| | * | | | | | | | wallet: Add trailing wallet.dat when detecting duplicate wallet if it's a dir... | Chun Kuan Lee | 2018-11-06 | 3 | -7/+25 |
| | * | | | | | | | Refactor: Move m_db pointers into BerkeleyDatabase | Russell Yanofsky | 2018-11-06 | 2 | -14/+29 |
| * | | | | | | | | revert removal of fstream.hpp header in fs.h | Karl-Johan Alm | 2018-11-20 | 1 | -0/+1 |
| * | | | | | | | | Merge #14718: Remove unreferenced boost headers | MarcoFalke | 2018-11-19 | 5 | -6/+0 |
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | |||||
| | * | | | | | | | Remove unreferenced boost headers | Murray Nesbitt | 2018-11-16 | 5 | -6/+0 |
| * | | | | | | | | Merge #14685: fix a deserialization overflow edge case | Wladimir J. van der Laan | 2018-11-18 | 2 | -3/+51 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | disallow oversized CBlockHeaderAndShortTxIDs | Kaz Wesley | 2018-11-13 | 1 | -0/+3 |
| | * | | | | | | | | fix a deserialization overflow edge case | Kaz Wesley | 2018-11-13 | 1 | -3/+3 |
| | * | | | | | | | | add a test demonstrating an overflow in a deserialization edge case | Kaz Wesley | 2018-11-13 | 1 | -0/+45 |
| * | | | | | | | | | Merge #13815: util: Add [[nodiscard]] to all {Decode,Parse}[...](...) functio... | MarcoFalke | 2018-11-15 | 15 | -53/+84 |
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Add NODISCARD to all {Decode,Parse}[...](...) functions returning bool. Sort ... | practicalswift | 2018-11-05 | 11 | -26/+58 |
| | * | | | | | | | | tests: Explicitly ignore the return value of DecodeBase58(...) | practicalswift | 2018-11-05 | 1 | -1/+1 |
| | * | | | | | | | | tests: Check return value of ParseParameters(...) | practicalswift | 2018-11-05 | 2 | -23/+23 |
| | * | | | | | | | | miner: Default to DEFAULT_BLOCK_MIN_TX_FEE if unable to parse -blockmintxfee | practicalswift | 2018-11-05 | 1 | -3/+2 |
| | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | | Merge #14411: [wallet] Restore ability to list incoming transactions by label | MarcoFalke | 2018-11-14 | 1 | -17/+27 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Rename ListTransactions filter variable | Russell Yanofsky | 2018-11-13 | 1 | -9/+9 |
| | * | | | | | | | | [wallet] Restore ability to list incoming transactions by label | Russell Yanofsky | 2018-11-13 | 1 | -10/+20 |
| * | | | | | | | | | Merge #14478: Show error to user when corrupt wallet unlock fails | MarcoFalke | 2018-11-14 | 2 | -9/+10 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Better error message for user when corrupt wallet unlock fails | MeshCollider | 2018-11-10 | 2 | -9/+10 |
| * | | | | | | | | | | Bump the minimum Qt version to 5.2 | Hennadii Stepanov | 2018-11-14 | 3 | -17/+1 |
| | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | | Merge #14720: rpc: Correctly name arguments | MarcoFalke | 2018-11-13 | 6 | -20/+20 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | rpc: Correctly name arguments | Jon Layton | 2018-11-13 | 6 | -20/+20 |