aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-20[Qt] explicitly call proxy in GUI settings SOCKS5 proxyPhilip Kaufmann
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-19gitian: make tarballs deterministic and nuke .la files from build outputCory Fields
2014-11-19travis: let travis use shared libs for testsCory Fields
2014-11-19gitian: quick docs updateCory Fields
2014-11-19gitian: descriptors overhaulCory Fields
2014-11-19depends: Add a package for qt4.6. Linux uses it by default.Cory Fields
2014-11-19depends: Use pic for all linux dependenciesCory Fields
2014-11-19build: pad header for osx libsCory Fields
2014-11-19build: fix static dll link for mingwCory Fields
2014-11-19build: shared lib build should work reasonably well nowCory Fields
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: remove internal/protected build attribute checksCory Fields
2014-11-19build: check visibility attributesCory Fields
2014-11-19build: mingw needs libssp for hardening with dllsCory 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-20QA RPC tests: Add tests block block proposalsLuke Dashjr
2014-11-20Implement BIP 23 Block ProposalLuke Dashjr
2014-11-19Truthier error message when rpcpassword is missingGlenn Willen
2014-11-19Port/fix txnmall.sh regression testGavin Andresen
2014-11-19doc: add libgmp dependency for secp256k1Wladimir J. van der Laan
2014-11-19Merge pull request #5200Wladimir J. van der Laan
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-19gmp needed to build on OSXGavin Andresen
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 #5279Wladimir J. van der Laan
2014-11-19Merge pull request #5300Wladimir J. van der Laan
2014-11-19Merge pull request #5291Wladimir J. van der Laan
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-18Merge pull request #5301Jeff Garzik
2014-11-18revert part of 9eda1620bCory Fields