| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | 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 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Increment MIT Licence copyright header year on files modified in 2016 | isle2983 | 2016-12-31 | 268 | -268/+268 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #9462: [qt] Do not translate tilde character | Wladimir J. van der Laan | 2017-01-04 | 2 | -7/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | / / / / / / / / / / / / / / / / | | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | [qt] Do not translate `~` | MarcoFalke | 2017-01-03 | 2 | -7/+2 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge #8776: Wallet refactoring leading up to multiwallet | Pieter Wuille | 2017-01-03 | 4 | -31/+65 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Wallet: Split main logic from InitLoadWallet into CreateWalletFromFile | Luke Dashjr | 2016-11-11 | 2 | -28/+54 | |
| | * | | | | | | | | | | | | | | | | | | | | | Wallet: Let the interval-flushing thread figure out the filename | Luke Dashjr | 2016-11-11 | 4 | -3/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge #9252: Release cs_main before calling ProcessNewBlock, or processing he... | Pieter Wuille | 2017-01-03 | 1 | -4/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Release cs_main before processing cmpctblock as header | Suhas Daftuar | 2016-12-26 | 1 | -2/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Release cs_main before calling ProcessNewBlock (cmpctblock handling) | Suhas Daftuar | 2016-12-26 | 1 | -2/+13 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #8877: Qt RPC console: history sensitive-data filter, and saving input ... | Jonas Schnelli | 2017-01-03 | 3 | -20/+131 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | GUI/RPCConsole: Include importmulti in history sensitive-command filter | Luke Dashjr | 2016-12-29 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Use RPCParseCommandLine to perform command filtering | Luke Dashjr | 2016-12-29 | 1 | -31/+46 | |
| | * | | | | | | | | | | | | | | | | | | | | | Qt/Test: Make sure filtering sensitive data works correctly in nested commands | Luke Dashjr | 2016-12-29 | 1 | -2/+26 | |
| | * | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Teach RPCParseCommandLine how to filter out arguments to sensi... | Luke Dashjr | 2016-12-29 | 2 | -5/+33 | |
| | * | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Make it possible to parse a command without executing it | Luke Dashjr | 2016-12-29 | 2 | -12/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Truncate filtered commands to just the command name, rather th... | Luke Dashjr | 2016-12-29 | 1 | -16/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Add signmessagewithprivkey to list of commands filtered from h... | Luke Dashjr | 2016-12-29 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Refactor command_may_contain_sensitive_data function out of RP... | Luke Dashjr | 2016-12-29 | 2 | -11/+16 | |
| | * | | | | | | | | | | | | | | | | | | | | | Bugfix: Do not add sensitive information to history for real | Luke Dashjr | 2016-12-29 | 1 | -1/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Don't store commands with potentially sensitive information in... | Jonas Schnelli | 2016-12-29 | 2 | -9/+29 | |
| | * | | | | | | | | | | | | | | | | | | | | | Qt/RPCConsole: Save current command entry when browsing history | Jonas Schnelli | 2016-12-29 | 2 | -0/+11 | |
| | | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | qt: Fill in English numerusforms | Wladimir J. van der Laan | 2017-01-03 | 1 | -39/+39 | |
| * | | | | | | | | | | | | | | | | | | | | | qt,wallet: Fix a few typos in messages | Wladimir J. van der Laan | 2017-01-03 | 3 | -4/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge #9446: SetMerkleBranch: remove unused code, remove cs_main lock require... | Jonas Schnelli | 2017-01-03 | 2 | -10/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | SetMerkleBranch: remove unused code, remove cs_main lock requirement | Jonas Schnelli | 2016-12-30 | 2 | -10/+2 | |
| | |/ / / / / / / / / / / / / / / / / / | ||||||
| * / / / / / / / / / / / / / / / / / / | qt: Set transifex slug to 0.14 | Wladimir J. van der Laan | 2017-01-02 | 2 | -274/+1924 | |
| |/ / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | Merge #9436: test: Include tx data in EXTRA_DIST | MarcoFalke | 2016-12-28 | 1 | -0/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | test: Include tx data in EXTRA_DIST | MarcoFalke | 2016-12-27 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | | | | | | Merge #9349: Make CScript (and prevector) c++11 movable. | Pieter Wuille | 2016-12-27 | 3 | -2/+29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | Make CScript (and prevector) c++11 movable. | Pieter Wuille | 2016-12-21 | 3 | -2/+29 | |
| | | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Merge #9243: Clean up mapArgs and mapMultiArgs Usage | Pieter Wuille | 2016-12-27 | 20 | -124/+173 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Add a ForceSetArg method for testing | Matt Corallo | 2016-12-27 | 5 | -9/+16 | |
| | * | | | | | | | | | | | | | | | | | | Lock mapArgs/mapMultiArgs access in util | Matt Corallo | 2016-12-24 | 1 | -11/+23 | |
| | * | | | | | | | | | | | | | | | | | | Un-expose mapArgs from utils.h | Matt Corallo | 2016-12-24 | 14 | -24/+30 | |
| | * | | | | | | | | | | | | | | | | | | Get rid of mapArgs direct access in ZMQ construction | Matt Corallo | 2016-12-24 | 3 | -6/+6 | |
| | * | | | | | | | | | | | | | | | | | | Introduce (and use) an IsArgSet accessor method | Matt Corallo | 2016-12-23 | 12 | -31/+44 | |
| | * | | | | | | | | | | | | | | | | | | Fix non-const mapMultiArgs[] access after init. | Matt Corallo | 2016-12-23 | 7 | -43/+56 | |