| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | squashme on 3fdb9e8c (Bluematt's bikeshedding) | jtimon | 2014-10-16 | 2 | -2/+2 |
| | | |||||
| * | SQUASHME: fix "Reserve only one network specific cached path per session" | jtimon | 2014-10-11 | 1 | -3/+5 |
| | | |||||
| * | SQUASHME: NetworkIdFromCommandLine() function instead of method | jtimon | 2014-10-10 | 3 | -13/+14 |
| | | |||||
| * | Remove CBaseChainParams::NetworkID() | jtimon | 2014-09-21 | 3 | -15/+27 |
| | | |||||
| * | Reserve only one network specific cached path per session | jtimon | 2014-09-21 | 1 | -7/+3 |
| | | |||||
| * | Merge pull request #4933 | Pieter Wuille | 2014-09-21 | 30 | -744/+847 |
| |\ | | | | | | | 20e01b1 Apply clang-format on some infrequently-updated files (Pieter Wuille) | ||||
| | * | Apply clang-format on some infrequently-updated files | Pieter Wuille | 2014-09-19 | 30 | -744/+847 |
| | | | |||||
| * | | Merge pull request #4835 | Pieter Wuille | 2014-09-20 | 1 | -8/+11 |
| |\ \ | |/ |/| | | | ab15b2e Avoid copying undo data (Pieter Wuille) | ||||
| | * | Avoid copying undo data | Pieter Wuille | 2014-09-17 | 1 | -8/+11 |
| | | | |||||
| * | | Merge pull request #4944 | Pieter Wuille | 2014-09-19 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | 018cec7 Fixing 'vector out of bounds' issue in base 32 and 64 (ENikS) | ||||
| | * | | Fixing 'vector out of bounds' issue in base 32 and 64 | ENikS | 2014-09-18 | 1 | -2/+2 |
| |/ / | |||||
| * | | Merge pull request #4667 | Wladimir J. van der Laan | 2014-09-18 | 2 | -19/+16 |
| |\ \ | | | | | | | | | | | | | bbad683 [Qt] simplify return code and return values in txtablemodel (Philip Kaufmann) 21f1516 [Qt] add all used colors in txtablemodel to guiconstants (Philip Kaufmann) | ||||
| | * | | [Qt] simplify return code and return values in txtablemodel | Philip Kaufmann | 2014-08-28 | 1 | -16/+6 |
| | | | | | | | | | | | | | - also move an added space in a string where it belongs | ||||
| | * | | [Qt] add all used colors in txtablemodel to guiconstants | Philip Kaufmann | 2014-08-28 | 2 | -3/+10 |
| | | | | | | | | | | | | | - add colors used in TX status decoration | ||||
| * | | | Merge pull request #4939 | Wladimir J. van der Laan | 2014-09-18 | 1 | -45/+3 |
| |\ \ \ | | | | | | | | | | | | | d547ebf Remove mention of MacPorts from OSX build docs (Wladimir J. van der Laan) | ||||
| | * | | | Remove mention of MacPorts from OSX build docs | Wladimir J. van der Laan | 2014-09-18 | 1 | -45/+3 |
| |/ / / | |||||
| * | | | Merge pull request #4936 | Wladimir J. van der Laan | 2014-09-18 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | c15e483 typo fix of booleamn to boolean (imharrywu) | ||||
| | * | | | typo fix of booleamn to boolean | imharrywu | 2014-09-18 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #4931 | Wladimir J. van der Laan | 2014-09-18 | 4 | -25/+26 |
| |\ \ \ | |/ / |/| | | | | | | | | 93f84d0 cleanup class private and public areas in walletdb (Philip Kaufmann) 22d7e70 prefer const string& over char* in CDB and CWalletDB constructor (Philip Kaufmann) | ||||
| | * | | cleanup class private and public areas in walletdb | Philip Kaufmann | 2014-09-18 | 2 | -11/+10 |
| | | | | | | | | | | | | | - only code movement | ||||
| | * | | prefer const string& over char* in CDB and CWalletDB constructor | Philip Kaufmann | 2014-09-18 | 3 | -14/+16 |
| |/ / | | | | | | | - also make parameter of CDBEnv::CheckpointLSN a constant reference | ||||
| * | | Merge pull request #4555 | Wladimir J. van der Laan | 2014-09-17 | 11 | -70/+57 |
| |\ \ | | | | | | | | | | | | | | | | | | | 6dcfda2 Don't pass nHashType to EvalScript nor CheckSig (jtimon) 2b23a87 Don't pass nHashType to VerifyScript (jtimon) ce3649fb Remove CScriptCheck::nHashType (was always 0) (jtimon) 358562b Remove unused function main:VerifySignature (jtimon) | ||||
| | * | | Don't pass nHashType to EvalScript nor CheckSig | jtimon | 2014-09-12 | 5 | -21/+18 |
| | | | | |||||
| | * | | Don't pass nHashType to VerifyScript | jtimon | 2014-09-12 | 10 | -37/+36 |
| | | | | |||||
| | * | | Remove CScriptCheck::nHashType (was always 0) | jtimon | 2014-09-12 | 3 | -9/+7 |
| | | | | |||||
| | * | | Remove unused function main:VerifySignature | jtimon | 2014-09-12 | 3 | -8/+1 |
| | | | | |||||
| * | | | Merge pull request #4863 | Wladimir J. van der Laan | 2014-09-17 | 2 | -1/+3 |
| |\ \ \ | | | | | | | | | | | | | | | | | 1a61396 fix missing gettransaction entries in rpcclient (Benedict Chan) 57e1716 update rpc help message for gettransaction to add includeWatchonly param (Benedict Chan) | ||||
| | * | | | fix missing gettransaction entries in rpcclient | Benedict Chan | 2014-09-16 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | update rpc help message for gettransaction to add includeWatchonly param | Benedict Chan | 2014-09-16 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Merge pull request #4899 | Wladimir J. van der Laan | 2014-09-17 | 22 | -122/+122 |
| |\ \ \ \ | | | | | | | | | | | | | | | | 0be990b Move CTxDestination from script/script to script/standard (Pieter Wuille) | ||||
| | * | | | | Move CTxDestination from script/script to script/standard | Pieter Wuille | 2014-09-16 | 22 | -122/+122 |
| | | | | | | |||||
| * | | | | | Merge pull request #4927 | Pieter Wuille | 2014-09-16 | 1 | -2/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | ee304b6 minor changes for help message of getpeerinfo (Philip Kaufmann) | ||||
| | * | | | | | minor changes for help message of getpeerinfo | Philip Kaufmann | 2014-09-16 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #4932 from theuni/travis | Gavin Andresen | 2014-09-16 | 2 | -3/+3 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Travis tweaks | ||||
| | * | | | | | travis: use DEBUG_LOCKORDER for our quick/small Linux build | Cory Fields | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | depends: respect CPPFLAGS when configuring with depends | Cory Fields | 2014-09-16 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | travis: retry tests before giving up | Cory Fields | 2014-09-16 | 1 | -1/+1 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #4928 | Pieter Wuille | 2014-09-16 | 1 | -1/+0 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | e9992fb remove include of chainparams.h (imharrywu) | ||||
| | * | | | | | remove include of chainparams.h | imharrywu | 2014-09-16 | 1 | -1/+0 |
| | |/ / / / | | | | | | | | | | | chainparams.h has not been used in this cpp file already, consider to remove it for clean. | ||||
| * | | | | | Merge pull request #4903 | Pieter Wuille | 2014-09-16 | 1 | -12/+16 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | efad808 Avoid reject message feedback loops (Pieter Wuille) | ||||
| | * | | | | | Avoid reject message feedback loops | Pieter Wuille | 2014-09-12 | 1 | -12/+16 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #4930 | Wladimir J. van der Laan | 2014-09-16 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | f4fe205 add nModSize init to default constructor of CTxMemPoolEntry (Philip Kaufmann) | ||||
| | * | | | | | add nModSize init to default constructor of CTxMemPoolEntry | Philip Kaufmann | 2014-09-16 | 1 | -1/+1 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Merge pull request #4719 | Wladimir J. van der Laan | 2014-09-16 | 17 | -35/+42 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 52a5f90 Create the common location for all m4 autotool build scripts, build-aux/m4. | ||||
| | * | | | | | Create the common location for all m4 autotool build scripts, build-aux/m4. | randy-waterhouse | 2014-09-16 | 17 | -35/+42 |
| | | |_|/ / | |/| | | | | | | | | | | | | | Update .gitignore. | ||||
| * | | | | | Merge pull request #4460 | Wladimir J. van der Laan | 2014-09-16 | 1 | -3/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | 604ee2a Remove tx from AlreadyAskedFor list once we receive it, not when we process it. (R E Broadley) | ||||
| | * | | | | | Remove tx from AlreadyAskedFor list once we receive it, not when we process it. | R E Broadley | 2014-07-16 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #4611 | Wladimir J. van der Laan | 2014-09-16 | 8 | -51/+289 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | 234bfbf Add init scripts and docs for Upstart and OpenRC (Adam Weiss) | ||||
| | * | | | | | | Add init scripts and docs for Upstart and OpenRC | Adam Weiss | 2014-09-09 | 8 | -51/+289 |
| | | | | | | | | |||||
| * | | | | | | | Merge pull request #4853 | Wladimir J. van der Laan | 2014-09-16 | 9 | -193/+241 |
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | 2605b94 [Qt] update form files for setting autoDefault explicitly to false (Philip Kaufmann) | ||||