aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-19Merge pull request #4944Pieter Wuille
018cec7 Fixing 'vector out of bounds' issue in base 32 and 64 (ENikS)
2014-09-18Fixing 'vector out of bounds' issue in base 32 and 64ENikS
2014-09-18Merge pull request #4667Wladimir J. van der Laan
bbad683 [Qt] simplify return code and return values in txtablemodel (Philip Kaufmann) 21f1516 [Qt] add all used colors in txtablemodel to guiconstants (Philip Kaufmann)
2014-09-18Merge pull request #4939Wladimir J. van der Laan
d547ebf Remove mention of MacPorts from OSX build docs (Wladimir J. van der Laan)
2014-09-18Remove mention of MacPorts from OSX build docsWladimir J. van der Laan
2014-09-18Merge pull request #4936Wladimir J. van der Laan
c15e483 typo fix of booleamn to boolean (imharrywu)
2014-09-18Merge pull request #4931Wladimir J. van der Laan
93f84d0 cleanup class private and public areas in walletdb (Philip Kaufmann) 22d7e70 prefer const string& over char* in CDB and CWalletDB constructor (Philip Kaufmann)
2014-09-18cleanup class private and public areas in walletdbPhilip Kaufmann
- only code movement
2014-09-18prefer const string& over char* in CDB and CWalletDB constructorPhilip Kaufmann
- also make parameter of CDBEnv::CheckpointLSN a constant reference
2014-09-18typo fix of booleamn to booleanimharrywu
2014-09-17Merge pull request #4555Wladimir J. van der Laan
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)
2014-09-17Merge pull request #4863Wladimir J. van der Laan
1a61396 fix missing gettransaction entries in rpcclient (Benedict Chan) 57e1716 update rpc help message for gettransaction to add includeWatchonly param (Benedict Chan)
2014-09-17Merge pull request #4899Wladimir J. van der Laan
0be990b Move CTxDestination from script/script to script/standard (Pieter Wuille)
2014-09-16Merge pull request #4927Pieter Wuille
ee304b6 minor changes for help message of getpeerinfo (Philip Kaufmann)
2014-09-16Merge pull request #4932 from theuni/travisGavin Andresen
Travis tweaks
2014-09-16travis: use DEBUG_LOCKORDER for our quick/small Linux buildCory Fields
2014-09-16depends: respect CPPFLAGS when configuring with dependsCory Fields
2014-09-16travis: retry tests before giving upCory Fields
2014-09-16Move CTxDestination from script/script to script/standardPieter Wuille
2014-09-16Merge pull request #4928Pieter Wuille
e9992fb remove include of chainparams.h (imharrywu)
2014-09-16Merge pull request #4903Pieter Wuille
efad808 Avoid reject message feedback loops (Pieter Wuille)
2014-09-16Merge pull request #4930Wladimir J. van der Laan
f4fe205 add nModSize init to default constructor of CTxMemPoolEntry (Philip Kaufmann)
2014-09-16add nModSize init to default constructor of CTxMemPoolEntryPhilip Kaufmann
2014-09-16fix missing gettransaction entries in rpcclientBenedict Chan
2014-09-16update rpc help message for gettransaction to add includeWatchonly paramBenedict Chan
2014-09-16Merge pull request #4719Wladimir J. van der Laan
52a5f90 Create the common location for all m4 autotool build scripts, build-aux/m4.
2014-09-16Create the common location for all m4 autotool build scripts, build-aux/m4.randy-waterhouse
Update .gitignore.
2014-09-16Merge pull request #4460Wladimir J. van der Laan
604ee2a Remove tx from AlreadyAskedFor list once we receive it, not when we process it. (R E Broadley)
2014-09-16Merge pull request #4611Wladimir J. van der Laan
234bfbf Add init scripts and docs for Upstart and OpenRC (Adam Weiss)
2014-09-16Merge pull request #4853Wladimir J. van der Laan
2605b94 [Qt] update form files for setting autoDefault explicitly to false (Philip Kaufmann)
2014-09-16remove include of chainparams.himharrywu
chainparams.h has not been used in this cpp file already, consider to remove it for clean.
2014-09-16minor changes for help message of getpeerinfoPhilip Kaufmann
2014-09-16Merge pull request #4825Pieter Wuille
8d657a6 Fixing compiler warning C4800: 'type' forcing value to bool 'true' or 'false' (ENikS)
2014-09-16Merge pull request #4911Pieter Wuille
611116d header include cleanup (Philip Kaufmann)
2014-09-16Merge pull request #4875Pieter Wuille
f7e3637 Eliminate extra assignment (Suhas Daftuar) ec7eb0f When reindexing check for file before trying to open (refactored) (Suhas Daftuar)
2014-09-15Merge pull request #4869Wladimir J. van der Laan
6050ab6 netbase: Make SOCKS5 negotiation interruptible (Wladimir J. van der Laan)
2014-09-15Eliminate extra assignmentSuhas Daftuar
2014-09-15Fixing compiler warning C4101ENikS
Github-Pull: #4856
2014-09-15Merge pull request #4919Wladimir J. van der Laan
21b7add Bugfix: Add missing equals-sign to Travis config (Luke Dashjr)
2014-09-15Merge pull request #4798Wladimir J. van der Laan
d920f7d Move g_signals.SetBestChain(..) below SyncWithWallets (Cozz Lovan)
2014-09-15Bugfix: Add missing equals-sign to Travis configLuke Dashjr
2014-09-15Merge pull request #4817Pieter Wuille
c26649f Track modified size in TxMemPoolEntry so that we can correctly compute priority. (Alex Morcos)
2014-09-14Merge pull request #4909Jeff Garzik
2014-09-14Merge pull request #4881Pieter Wuille
2d79bba cleanup new script files (no code changes) (Philip Kaufmann)
2014-09-14header include cleanupPhilip Kaufmann
- ensures alphabetical ordering for includes etc. in source file headers
2014-09-14cleanup new script files (no code changes)Philip Kaufmann
- add missing header end comments - ensure alphabetical ordering - update copyright year and license
2014-09-14bitcoin-util-test: Test bitcoin-tx with null scriptPubKeyLuke Dashjr
2014-09-14Bugfix: bitcoin-tx: scriptPubKey may be null, so accept outscript=<n>:Luke Dashjr
2014-09-12Don't pass nHashType to EvalScript nor CheckSigjtimon
2014-09-12Don't pass nHashType to VerifyScriptjtimon