aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6052Wladimir J. van der Laan2015-04-232-0/+2
|\
| * fix and enable bip32 unit testJonas Schnelli2015-04-232-0/+2
|/
* Merge pull request #5911Wladimir J. van der Laan2015-04-209-79/+436
|\
| * rpc-tests: Add proxy testWladimir J. van der Laan2015-04-203-0/+307
| * privacy: Stream isolation for TorWladimir J. van der Laan2015-04-176-79/+129
* | Merge pull request #6029Wladimir J. van der Laan2015-04-201-3/+2
|\ \
| * | Cap nAttempts penalty at 8 and switch to pow instead of a division loop.Gregory Maxwell2015-04-191-3/+2
| |/
* | Merge pull request #6010Wladimir J. van der Laan2015-04-201-4/+5
|\ \
| * | Set nSequenceId when a block is fully linkedSuhas Daftuar2015-04-141-4/+5
* | | Merge pull request #6004Wladimir J. van der Laan2015-04-2039-115/+128
|\ \ \
| * | | trivial string change in wallet.cpp (the -> that)Philip Kaufmann2015-04-201-1/+1
| * | | Add operator names to DNS Seed listMichael Ford2015-04-201-5/+5
| * | | 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
|\ \ \ \ | |_|_|/ |/| | |