| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update RPC argument names | John Newbery | 2017-01-10 | 7 | -88/+88 |
| * | rpc: Named argument support for bitcoin-cli | Wladimir J. van der Laan | 2017-01-10 | 4 | -93/+156 |
| * | rpc: Argument name consistency | Wladimir J. van der Laan | 2017-01-05 | 5 | -42/+42 |
| * | rpc: Named arguments for rawtransaction calls | Wladimir J. van der Laan | 2017-01-05 | 1 | -11/+11 |
| * | rpc: Named arguments for wallet calls | Wladimir J. van der Laan | 2017-01-05 | 2 | -75/+75 |
| * | rpc: Named arguments for mining calls | Wladimir J. van der Laan | 2017-01-05 | 1 | -22/+22 |
| * | rpc: Named arguments for net calls | Wladimir J. van der Laan | 2017-01-05 | 1 | -15/+17 |
| * | rpc: Named arguments for misc calls | Wladimir J. van der Laan | 2017-01-05 | 1 | -8/+8 |
| * | rpc: Add 'echo' call for testing | Wladimir J. van der Laan | 2017-01-05 | 1 | -0/+12 |
| * | rpc: Named arguments for blockchain calls | Wladimir J. van der Laan | 2017-01-05 | 1 | -31/+31 |
| * | rpc: Support named arguments | Wladimir J. van der Laan | 2017-01-05 | 2 | -9/+57 |
| * | Merge #9387: [Refactor] RAII of libevent stuff using unique ptrs with deleters | Wladimir J. van der Laan | 2017-01-05 | 5 | -22/+160 |
| |\ | |||||
| | * | Added EVENT_CFLAGS to test makefile to explicitly include libevent headers. | Karl-Johan Alm | 2017-01-04 | 1 | -1/+1 |
| | * | Added some simple tests for the RAII-style events. | Karl-Johan Alm | 2016-12-21 | 3 | -1/+91 |
| | * | Switched bitcoin-cli.cpp to use RAII unique pointers with deleters. | Karl-Johan Alm | 2016-12-20 | 1 | -20/+12 |
| | * | Added std::unique_ptr<> wrappers with deleters for libevent modules. | Karl-Johan Alm | 2016-12-20 | 2 | -0/+56 |
| * | | Merge #9417: Do not evaluate hidden LogPrint arguments | Wladimir J. van der Laan | 2017-01-05 | 1 | -8/+9 |
| |\ \ | |||||
| | * | | Do not evaluate hidden LogPrint arguments | Pieter Wuille | 2016-12-23 | 1 | -8/+9 |
| * | | | Merge #9474: Mark the minconf parameter to move as ignored | Wladimir J. van der Laan | 2017-01-05 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Mark the minconf parameter to move as ignored | Pieter Wuille | 2017-01-04 | 1 | -1/+1 |
| * | | | | Merge #9475: Let autoconf detect presence of EVP_MD_CTX_new | Wladimir J. van der Laan | 2017-01-05 | 1 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Let autoconf detect presence of EVP_MD_CTX_new | Luke Dashjr | 2017-01-04 | 1 | -2/+2 |
| * | | | | | Merge #9107: Safer modify new coins | Pieter Wuille | 2017-01-04 | 4 | -62/+181 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| | * | | | | Fix dangerous condition in ModifyNewCoins. | Alex Morcos | 2017-01-04 | 4 | -62/+181 |
| * | | | | | Merge #9457: [qt] Select more files for translation | Wladimir J. van der Laan | 2017-01-04 | 3 | -27/+91 |
| |\ \ \ \ \ | |||||
| | * | | | | | [qt] `make translate` | MarcoFalke | 2017-01-04 | 2 | -25/+89 |
| | * | | | | | [qt] Add more sources to translate | MarcoFalke | 2017-01-04 | 1 | -2/+2 |
| * | | | | | | Merge #9470: qt: Set (count) placeholder in sendcoinsdialog to notranslate | MarcoFalke | 2017-01-04 | 2 | -11/+6 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | qt: Set (count) placeholder in sendcoinsdialog to notranslate | Wladimir J. van der Laan | 2017-01-04 | 2 | -11/+6 |
| * | | | | | | | Merge #9401: Make rpcauth help message clearer, add example in example .conf | MarcoFalke | 2017-01-04 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Make rpcauth help message clearer, add example in example .conf | Gregory Sanders | 2016-12-21 | 1 | -1/+1 |
| * | | | | | | | Merge #9396: Updated listsinceblock rpc documentation | Wladimir J. van der Laan | 2017-01-04 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | updated listsinceblock rpc docs | accraze | 2016-12-22 | 1 | -0/+1 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge #9288: Fix a bug if the min fee is 0 for FeeFilterRounder | Wladimir J. van der Laan | 2017-01-04 | 3 | -3/+4 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Avoid rollingMinimumFeeRate never being able to decay below half | Alex Morcos | 2016-12-08 | 1 | -1/+1 |
| | * | | | | | | | fix a bug if the min fee is 0 for FeeFilterRounder | Alex Morcos | 2016-12-08 | 2 | -2/+3 |
| * | | | | | | | | Merge #9283: A few more CTransactionRef optimizations | Wladimir J. van der Laan | 2017-01-04 | 15 | -72/+95 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Remove unused MakeTransactionRef overloads | Pieter Wuille | 2016-12-21 | 1 | -2/+0 |
| | * | | | | | | | | Make FillBlock consume txn_available to avoid shared_ptr copies | Pieter Wuille | 2016-12-21 | 3 | -21/+40 |
| | * | | | | | | | | Convert COrphanTx to keep a CTransactionRef | Pieter Wuille | 2016-12-21 | 2 | -24/+25 |
| | * | | | | | | | | Make AcceptToMemoryPool take CTransactionRef | Pieter Wuille | 2016-12-21 | 10 | -26/+31 |
| | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | | Merge #9289: net: drop boost::thread_group | Wladimir J. van der Laan | 2017-01-04 | 11 | -81/+222 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | net: misc header cleanups | Cory Fields | 2017-01-03 | 2 | -9/+0 |
| | * | | | | | | | | net: make proxy receives interruptible | Cory Fields | 2017-01-03 | 3 | -2/+13 |
| | * | | | | | | | | net: remove thread_interrupted catch | Cory Fields | 2017-01-03 | 1 | -3/+0 |
| | * | | | | | | | | net: make net processing interruptible | Cory Fields | 2017-01-03 | 5 | -27/+39 |
| | * | | | | | | | | net: make net interruptible | Cory Fields | 2017-01-03 | 3 | -37/+91 |
| | * | | | | | | | | net: add CThreadInterrupt and InterruptibleSleep | Cory Fields | 2017-01-03 | 3 | -0/+77 |
| | * | | | | | | | | net: a few small cleanups before replacing boost threads | Cory Fields | 2017-01-03 | 1 | -4/+3 |
| * | | | | | | | | | Merge #9450: Increment MIT licence copyright header year on files modified in... | Wladimir J. van der Laan | 2017-01-04 | 268 | -268/+268 |
| |\ \ \ \ \ \ \ \ \ | |||||