aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-11-21qt: English translation updateWladimir J. van der Laan
2014-11-21Merge pull request #5322Wladimir J. van der Laan
2014-11-20build: fix link error on some platforms. Fixes #5235Cory Fields
2014-11-20Header define style cleanupsPieter Wuille
2014-11-20Deterministic signingPieter Wuille
2014-11-20Add the RFC6979 PRNGPieter Wuille
2014-11-20Add HMAC-SHA256Pieter Wuille
2014-11-20Split up crypto/sha2Pieter Wuille
2014-11-20CreateNewBlock: Stick height in coinbase so we pass template sanity checkLuke Dashjr
2014-11-20Merge pull request #5270Wladimir J. van der Laan
2014-11-20Test the exact order of CHECKMULTISIG sig/pubkey evaluationPeter Todd
2014-11-20Make STRICTENC invalid pubkeys fail the script rather than the opcode.Pieter Wuille
2014-11-20Merge pull request #5000Pieter Wuille
2014-11-20Merge pull request #5324Wladimir J. van der Laan
2014-11-20Merge pull request #5320Wladimir J. van der Laan
2014-11-20[Qt] explicitly call proxy in GUI settings SOCKS5 proxyPhilip Kaufmann
2014-11-20Make PruneBlockIndexCandidates saferPieter Wuille
2014-11-20[Qt] minor ordering cleanup after new fee selectionPhilip Kaufmann
2014-11-20minor style cleanup after HTTP rest interface mergePhilip Kaufmann
2014-11-20qt: Make askpassphrase dialog behave more sanelyWladimir J. van der Laan
2014-11-20Check block header before accepting it.Daniel Kraft
2014-11-19build: add quick consensus lib testsCory Fields
2014-11-19build: add --with-libs so that libs are optionalCory Fields
2014-11-19build: add libbitcoinconsensus files and hook up the lib buildCory Fields
2014-11-19build: make a distinction between static app ldflags and static lib ldflagsCory Fields
2014-11-20Update comments in src/rpc* to be doxygen compatibleMichael Ford
2014-11-20submitblock: Check for duplicate submissions explicitlyLuke Dashjr
2014-11-20Implement BIP 23 Block ProposalLuke Dashjr
2014-11-19Truthier error message when rpcpassword is missingGlenn Willen
2014-11-19[Qt] Add Smartfee to GUICozz Lovan
2014-11-19[Wallet] Prevent user from paying a non-sense feeCozz Lovan
2014-11-19[Wallet] Add global boolean whether to pay at least the custom fee (default=t...Cozz Lovan
2014-11-19[Wallet] Add global boolean whether to send free transactions (default=true)Cozz Lovan
2014-11-19Merge pull request #5313Wladimir J. van der Laan
2014-11-19Merge pull request #5296Wladimir J. van der Laan
2014-11-19[Qt, OSX] move QProgressBarMac to guiutil.hJonas Schnelli
2014-11-19Remove unused ecwrapper codePieter Wuille
2014-11-19Merge pull request #5220Wladimir J. van der Laan
2014-11-19Merge pull request #5300Wladimir J. van der Laan
2014-11-19change nSubsidy's type from int64_t to CAmountHarryWu
2014-11-18Merge pull request #5280Gavin Andresen
2014-11-18Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblockLuke Dashjr
2014-11-18miner_tests: Disable checkpoints so they don't fail the subsidy-change testLuke Dashjr
2014-11-18TestBlockValidity function for CBlock proposals (used by CreateNewBlock)Luke Dashjr
2014-11-18CreateNewBlock and miner_tests: Also check generated template is valid by Che...Luke Dashjr
2014-11-18Abstract context-dependent block checking from acceptanceLuke Dashjr
2014-11-18build: secp256k1 as a subdir, since it's requiredCory Fields
2014-11-18Use libsecp256k1 in key.cppPieter Wuille
2014-11-18Do not use EC code in global constructorsPieter Wuille
2014-11-18Always build and link libsecp256k1Pieter Wuille