aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | BIP32 derivation implementationPieter Wuille2013-07-155-0/+258
| * | | | | | | | | | Generalize version bytesPieter Wuille2013-06-243-36/+35
| * | | | | | | | | | Add HMAC-SHA512 to hashPieter Wuille2013-06-243-0/+176
* | | | | | | | | | | Merge pull request #2776 from jgarzik/keypoolsizeGavin Andresen2013-08-144-9/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | RPC: keypoolrefill gains optional size parameterJeff Garzik2013-06-252-4/+12
| * | | | | | | | | | | CWallet::TopUpKeyPool() takes optional pool size argumentJeff Garzik2013-06-253-5/+10
* | | | | | | | | | | | Merge pull request #2877 from gavinandresen/qt_unittest_makefileGavin Andresen2013-08-141-14/+19
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Compile into build_test when creating bitcoin-qt_testGavin Andresen2013-08-051-14/+19
* | | | | | | | | | | | | Merge pull request #2899 from super3/masterGavin Andresen2013-08-143-169/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Removed duplicate files.super32013-08-143-169/+0
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #2658 from TheBlueMatt/forkalertGavin Andresen2013-08-122-7/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Better warning/"alert" messages for large-work forks.Matt Corallo2013-07-221-5/+26
| * | | | | | | | | | | | | Call the -alertnotify script when we see a long or invalid fork.Matt Corallo2013-07-222-1/+11
| * | | | | | | | | | | | | Detect any sufficiently long fork and add a warning.Matt Corallo2013-07-221-5/+56
* | | | | | | | | | | | | | Merge pull request #2892 from r000n/masterGavin Andresen2013-08-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add missing 0x prefix in chainparams.cppRoman Mindalev2013-08-121-1/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #2890 from cozz/cozz1Gavin Andresen2013-08-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | do not call BuildMerkleTree() unnecessarily twiceCozz Lovan2013-08-101-1/+1
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #2856 from Diapolo/crypter_headersGavin Andresen2013-08-081-3/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | remove windows.h from crypter.cpp includesPhilip Kaufmann2013-07-241-3/+0
| | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2883 from codler/patch-5Gavin Andresen2013-08-071-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Use existing RPC_INVALID_PARAMETER constantHan Lin Yap2013-08-071-3/+3
* | | | | | | | | | | | | Merge pull request #2871 from gavinandresen/simplify_maporphanGavin Andresen2013-08-063-70/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Simplify storage of orphan transactionsGavin Andresen2013-08-023-60/+39
| * | | | | | | | | | | | | Revert "Truncate oversize 'tx' messages before relaying/storing."Gavin Andresen2013-08-021-10/+0
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #2882 from codler/patch-4Gavin Andresen2013-08-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | fix typo in README.mdHan Lin Yap2013-08-061-1/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #2881 from Diapolo/translations_rem_newlineGavin Andresen2013-08-063-6/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | remove a newline from a string in init.cppPhilip Kaufmann2013-08-063-6/+4
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #2879 from Diapolo/translationsWladimir J. van der Laan2013-08-052-40/+59
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | translations update for Transifex 2013-08-05Philip Kaufmann2013-08-052-40/+59
* | | | | | | | | | | | Merge pull request #2849 from petertodd/if-else-elseGavin Andresen2013-08-052-1/+30
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Add unittests for multiple ELSEs in a rowPeter Todd2013-07-232-1/+30
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2851 from TheBlueMatt/masterGavin Andresen2013-08-052-8/+21
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix multi-block reorg transaction resurrectionMatt Corallo2013-07-231-3/+3
| * | | | | | | | | | | Don't use checkpoints and accept nonstd txn on -regtestMatt Corallo2013-07-232-5/+18
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2857 from Diapolo/compat_cleanupGavin Andresen2013-08-051-4/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cleanup compat.h Windows stuffPhilip Kaufmann2013-07-241-4/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2855 from Diapolo/guard_CreatePidFileGavin Andresen2013-08-053-1/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | exclude CreatePidFile() function on WIN32 as it is unusedPhilip Kaufmann2013-07-243-1/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2827 from Diapolo/rpccon_winposGavin Andresen2013-08-055-30/+34
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Bitcoin-Qt: save and restore position of debug windowPhilip Kaufmann2013-07-295-30/+34
* | | | | | | | | | | | Merge pull request #2865 from Diapolo/fix_intro_translationGavin Andresen2013-08-051-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | fix string in intro.cpp, which is untranslatable on TransifexPhilip Kaufmann2013-07-291-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #2850 from Diapolo/fix_introWladimir J. van der Laan2013-07-312-1/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix possible infinite loop in intro.cpp threadPhilip Kaufmann2013-07-262-1/+10
* | | | | | | | | | | | Merge pull request #2867 from jgarzik/miner-sepJeff Garzik2013-07-3112-669/+701
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Move internal miner/block creation to separate miner.cpp module.Jeff Garzik2013-07-3112-668/+700
| * | | | | | | | | | | | Minor miner fixes (hey hey it's fun to say)Jeff Garzik2013-07-312-2/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #2866 from gavinandresen/loopdefineJeff Garzik2013-07-3113-23/+17
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |