aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | Merge pull request #2209 from CodeShark/WalletRegistrationLocksPieter Wuille2013-06-253-1/+17
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Calling UnregisterAllWallets() instead of UnregisterWallet(pwalletMain) in in...Eric Lombrozo2013-06-242-1/+3
| * | | | | | | | | Added locks on the setpwalletRegistered functions in main.cpp and added an Un...Eric Lombrozo2013-06-241-0/+14
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2792 from sipa/coreimplJeff Garzik2013-06-253-280/+316
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Move core implementations to core.cppPieter Wuille2013-06-253-280/+316
| |/ / / / / / /
* | | | | | | | Truncate oversize 'tx' messages before relaying/storing.Peter Todd2013-06-251-0/+10
* | | | | | | | Merge pull request #2679 from vhf/patch-1Gavin Andresen2013-06-253-4/+19
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Too many bitcoins allowed in amount. (#2401)vhf / victor felder2013-06-023-4/+19
* | | | | | | | main.h->core.h include dependency improvements.Jeff Garzik2013-06-244-4/+3
* | | | | | | | Merge pull request #2789 from sipa/overdumpJeff Garzik2013-06-242-3/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Dump addresses every 15 minutes instead of 10 secondsPieter Wuille2013-06-242-3/+6
* | | | | | | | | Merge pull request #2771 from super3/masterJeff Garzik2013-06-248-62/+394
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Markdown Cleanup - Part 2super32013-06-168-62/+394
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2758 from CodeShark/CBlock-to-coreJeff Garzik2013-06-247-273/+275
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Moved CBlock from main.h to core.hEric Lombrozo2013-06-232-122/+123
| * | | | | | | | Pulled AcceptBlock out of CBlock.Eric Lombrozo2013-06-232-21/+20
| * | | | | | | | Pulled CheckBlock out of CBlock.Eric Lombrozo2013-06-233-21/+21
| * | | | | | | | Pulled AddToBlockIndex out of CBlock.Eric Lombrozo2013-06-232-11/+10
| * | | | | | | | Pulled ConnectBlock out of CBlock.Eric Lombrozo2013-06-232-22/+23
| * | | | | | | | Pulled DisconnectBlock out of CBlock.Eric Lombrozo2013-06-232-12/+16
| * | | | | | | | Moved ReadBlockFromDisk implementation to main.cppEric Lombrozo2013-06-232-24/+25
| * | | | | | | | Moved CBlock::ReadFromDisk out of CBlock to functions ReadBlockFromDisk in ma...Eric Lombrozo2013-06-235-48/+42
| * | | | | | | | Moved WriteBlockToDisk implementation from main.h to main.cppEric Lombrozo2013-06-232-25/+27
| * | | | | | | | Moved CBlock::WriteToDisk out of CBlock to inline function WriteBlockToDisk i...Eric Lombrozo2013-06-232-27/+28
|/ / / / / / / /
* | | | | | | | Merge pull request #2783 from sipa/newtxindexPieter Wuille2013-06-231-6/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Initialize database before checking changed txindexPieter Wuille2013-06-221-6/+6
* | | | | | | | Merge pull request #2592 from sipa/dumpwalletPieter Wuille2013-06-238-18/+295
|\ \ \ \ \ \ \ \
| * | | | | | | | Add dumpwallet and importwallet RPCsPieter Wuille2013-06-223-16/+195
| * | | | | | | | Add GetKeyBirthTimes to walletPieter Wuille2013-06-223-2/+63
| * | | | | | | | Add ExtractAffectedKeys to scriptPieter Wuille2013-06-222-0/+37
* | | | | | | | | Merge pull request #2787 from Diapolo/makefilesJeff Garzik2013-06-233-3/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix makefiles and init.cpp after chainparams mergePhilip Kaufmann2013-06-234-4/+6
* | | | | | | | | | Merge pull request #2786 from jgarzik/double-incJeff Garzik2013-06-231-1/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | init.cpp: fix chainparams.h double include.Jeff Garzik2013-06-231-1/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2778 from jgarzik/rpc-verifydbJeff Garzik2013-06-226-6/+26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | RPC: add 'verifychain', to verify chain database at runtimeJeff Garzik2013-06-194-1/+21
| * | | | | | | | Pass check level, check depth to VerifyDB()Jeff Garzik2013-06-193-5/+5
* | | | | | | | | Merge pull request #2660 from TheBlueMatt/gmfrefactorPieter Wuille2013-06-223-29/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refactor fee rules to make them actually readable.Matt Corallo2013-06-143-29/+15
* | | | | | | | | | Merge pull request #2765 from vobornik/masterPieter Wuille2013-06-221-0/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Added GNU/kFreeBSD kernel name (TARGET_OS)Vaclav Vobornik2013-06-121-0/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #2768 from fanquake/brew-makefile-patch-fixPieter Wuille2013-06-221-2/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | Update HomeBrew osx makefile patch to account for recent changes to makefileMichael Ford2013-06-141-2/+3
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2632 from mikehearn/chainparamsPieter Wuille2013-06-2227-658/+638
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Introduce a CChainParameters singleton class and regtest mode.Mike Hearn2013-06-1927-571/+540
| * | | | | | | | Move implementation of some CBlockLocator methodsMike Hearn2013-06-192-89/+100
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #2781 from sipa/keytimememPieter Wuille2013-06-224-28/+36
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Refactor keytime/metadata and wallet encryption bugfixPieter Wuille2013-06-204-28/+36
|/ / / / / / /
* | | | | | | Merge pull request #2760 from cozz/cozz2Jeff Garzik2013-06-181-2/+2
|\ \ \ \ \ \ \
| * | | | | | | fix comment about dust logicCozz Lovan2013-06-111-2/+2
| |/ / / / / /