aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | ensure consistent header comment naming conventionsPhilip Kaufmann2015-04-2010-28/+28
| * | | | | | | | | | | | | | | | Make 'Default: %u' spacing consistent in help messageWladimir J. van der Laan2015-04-201-2/+2
| * | | | | | | | | | | | | | | | [Qt, Trivial] remove two unneeded includes of wallet/db.hPhilip Kaufmann2015-04-202-2/+0
| * | | | | | | | | | | | | | | | [Qt, Trivial] fix header groupings + space, intdentation fixesPhilip Kaufmann2015-04-202-6/+6
| * | | | | | | | | | | | | | | | [Qt, Trivial] misc minor string changesPhilip Kaufmann2015-04-203-12/+12
| * | | | | | | | | | | | | | | | depends: latest config.guess and config.subMichael Ford2015-04-202-10/+30
| * | | | | | | | | | | | | | | | Remove leftover strlcpy.h copyrightRob Van Mieghem2015-04-201-4/+0
| * | | | | | | | | | | | | | | | Re-wrote a passage of text that was difficult to understand.Jason Lewicki2015-04-201-3/+2
| * | | | | | | | | | | | | | | | [Trivial] format sync.hPhilip Kaufmann2015-04-201-14/+9
| * | | | | | | | | | | | | | | | Update REST URL to match realitypaveljanik2015-04-201-1/+1
| * | | | | | | | | | | | | | | | Use https link to bitcoin.org in Doxygen introMichael Ford2015-04-201-1/+1
| * | | | | | | | | | | | | | | | Fix typo in init.cpp interpration/interpretationMichael Ford2015-04-201-1/+1
| * | | | | | | | | | | | | | | | Removed '()' where used without contents insideNicolas Benoit2015-04-201-2/+2
| * | | | | | | | | | | | | | | | Replaced current function names with __func__ in LogPrintf() calls.Nicolas Benoit2015-04-201-17/+17
| * | | | | | | | | | | | | | | | Point to the Debian 7.8 installerMichael Ford2015-04-201-2/+2
| * | | | | | | | | | | | | | | | Fix docs for 'complete' field in 'signrawtransaction' responsecharlescharles2015-04-201-1/+1
| * | | | | | | | | | | | | | | | Add x86_64* i686* mips* and arm* to depends .gitignoreMichael Ford2015-04-201-0/+4
| * | | | | | | | | | | | | | | | Remove folder and images for bootstrap.mdsandakersmann2015-04-204-0/+0
| * | | | | | | | | | | | | | | | [Qt] header group cleanupPhilip Kaufmann2015-04-204-5/+6
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #6020Wladimir J. van der Laan2015-04-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | miner.h: fix clang warning because of class/struct mixJonas Schnelli2015-04-161-1/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #6012Wladimir J. van der Laan2015-04-162-0/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix CheckBlockIndex for reindex.mrbandrews2015-04-142-0/+42
* | | | | | | | | | | | | | | Merge pull request #5467Wladimir J. van der Laan2015-04-155-26/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [Qt] Use identical strings for expired payment request messagePhilip Kaufmann2015-04-151-1/+1
| * | | | | | | | | | | | | | | [Qt] minor comment updates in PaymentServerPhilip Kaufmann2015-04-151-9/+8
| * | | | | | | | | | | | | | | [Qt] constify first parameter of processPaymentRequest()Philip Kaufmann2015-04-152-2/+2
| * | | | | | | | | | | | | | | [Qt] take care of a missing typecast in PaymentRequestPlus::getMerchant()Philip Kaufmann2015-04-151-4/+3
| * | | | | | | | | | | | | | | [Qt] remove unused PaymentRequestPlus::getPKIType functionPhilip Kaufmann2015-04-152-7/+0
| * | | | | | | | | | | | | | | [Qt] paymentserver: better logging of invalid certsPhilip Kaufmann2015-04-151-1/+5
| * | | | | | | | | | | | | | | [Qt] paymentserver: do not log NULL certificatesPhilip Kaufmann2015-04-151-2/+9
| | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #5998Wladimir J. van der Laan2015-04-154-14/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Chainparams: Refactor: Remove redundant AllowMinDifficultyBlocks() getterJorge Timón2015-04-154-14/+15
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #5997Wladimir J. van der Laan2015-04-153-10/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Chainparams: Refactor: Remove redundant HashGenesisBlock() getterJorge Timón2015-04-123-10/+15
| | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #5999Wladimir J. van der Laan2015-04-153-7/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Chainparams: Cleanup: Delete CChainParams getters to attributes from Consensu...Jorge Timón2015-04-133-7/+5
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #5992Wladimir J. van der Laan2015-04-156-208/+328
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | [squashme] fix listunspent code indentationJonas Schnelli2015-04-131-53/+53
| * | | | | | | | | | | | | Push down RPC reqWallet flagJonas Schnelli2015-04-125-97/+216
| * | | | | | | | | | | | | [move] move listunspent to wallet/rpcwallet.cppJonas Schnelli2015-04-122-111/+112
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #6007Wladimir J. van der Laan2015-04-141-9/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fix missing lock in submitblockMatt Corallo2015-04-131-9/+14
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #6000Wladimir J. van der Laan2015-04-134-10/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | consensus: don't use arith_uint256 in consensus.hCory Fields2015-04-104-10/+9
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #5983Jeff Garzik2015-04-122-3/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | move ThreadFlushWalletDB declaration to walletdb.hPhilip Kaufmann2015-04-082-3/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #5991Wladimir J. van der Laan2015-04-104-91/+97
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Revert mining changes in #5957Wladimir J. van der Laan2015-04-104-91/+97
|/ / / / / / / / / / /
* | | | | | | | | | | Fix travis after merging #5957Wladimir J. van der Laan2015-04-091-3/+3