aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #2760 from cozz/cozz2Jeff Garzik2013-06-181-2/+2
|\ \ \ \ \ \
| * | | | | | fix comment about dust logicCozz Lovan2013-06-111-2/+2
| |/ / / / /
* | | | | | Merge pull request #2763 from bitsofproof/masterPieter Wuille2013-06-171-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | send tx relay flag with versionbitsofproof2013-06-111-1/+1
| |/ / / /
* | | | | Merge pull request #2648 from Diapolo/txindexPieter Wuille2013-06-152-5/+8
|\ \ \ \ \
| * | | | | allow txindex to be removed and add a reindex dialogPhilip Kaufmann2013-06-102-5/+8
* | | | | | Merge pull request #2766 from theuni/fix-shutdown-deadlockPieter Wuille2013-06-151-1/+6
|\ \ \ \ \ \
| * | | | | | fixed: don't use thread::sleep_for where it's known to be brokentheuni2013-06-141-1/+5
| * | | | | | fixed: include boost header as necessarytheuni2013-06-131-0/+1
| | |/ / / / | |/| | | |
* / | | | | Remove broken option to skip input checking for wallet txn.Matt Corallo2013-06-135-16/+15
|/ / / / /
* | | | | Merge pull request #2553 from Diapolo/threadsJeff Garzik2013-06-103-27/+5
|\ \ \ \ \
| * | | | | changes to thread code (directly use boost::thread)Philip Kaufmann2013-06-103-27/+5
| |/ / / /
* | | | | Merge pull request #1863 from jgarzik/keytimePieter Wuille2013-06-104-38/+142
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Wallet: optimize rescan to skip blocks prior to birthdayJeff Garzik2013-06-101-0/+7
| * | | | Wallet: store key creation time. Calculate whole-wallet birthday.Jeff Garzik2013-06-104-38/+135
* | | | | Merge pull request #2747 from luke-jr/getblock_verbose0Jeff Garzik2013-06-102-3/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | RPC: getblock(): Accept 2nd "verbose" parameter, similar to getrawtransaction...Luke Dashjr2013-06-072-3/+18
* | | | | Merge pull request #2154 from CodeShark/dependencycleanupJeff Garzik2013-06-1029-1023/+1101
|\ \ \ \ \
| * | | | | Removed the main.h include from net.cpp.Eric Lombrozo2013-06-063-9/+4
| * | | | | Using boost::signals2 to message main from net.cpp.Eric Lombrozo2013-06-055-37/+37
| * | | | | Moved UpdateTime out of CBlockHeader and moved CBlockHeader into core.Eric Lombrozo2013-06-054-70/+71
| * | | | | Removed script.cpp's dependence on main.hEric Lombrozo2013-06-051-1/+1
| * | | | | Moved CCoins, CTxOutCompressor, CTxInUndo, and CTxUndo to core.Eric Lombrozo2013-06-052-330/+332
| * | | | | Removed AcceptToMemoryPool method from CTransaction. This method belongs to t...Eric Lombrozo2013-06-0517-524/+527
| * | | | | Moved CInPoint to core. Removed GetMinFee from CTransaction and made it a reg...Eric Lombrozo2013-06-054-23/+23
| * | | | | Created core.h/core.cpp, added to makefiles. Started moving core structures f...Eric Lombrozo2013-06-057-41/+64
| * | | | | Removed net.cpp's dependency on init.h.Eric Lombrozo2013-06-054-5/+42
| * | | | | Moved unrelated-to-network calls in StartNode and StopNode into init.cppEric Lombrozo2013-06-052-1/+2
| * | | | | Moved PushGetBlocks to main.cpp to eliminate dependence of net.cpp on CBlockL...Eric Lombrozo2013-06-054-16/+18
| * | | | | Get rid of db dependencies on mainEric Lombrozo2013-06-055-8/+22
* | | | | | Merge pull request #2749 from laanwj/2013_06_addtotalbalanceWladimir J. van der Laan2013-06-092-3/+40
|\ \ \ \ \ \
| * | | | | | qt: Add total balance in overview pageWladimir J. van der Laan2013-06-072-3/+40
| |/ / / / /
* / / / / / Create parent directories if needed in GetDataDirWladimir J. van der Laan2013-06-081-1/+1
|/ / / / /
* | | | | Merge pull request #2700 from theuni/gui-splitJeff Garzik2013-06-0510-227/+239
|\ \ \ \ \
| * | | | | build: cosmetics after last commitCory Fields2013-06-041-12/+12
| * | | | | build: use runtime setting for wallet rather than QT_GUI defineCory Fields2013-06-041-2/+3
| * | | | | build: use runtime setting for displaying the help message rather than QT_GUI...Cory Fields2013-06-041-11/+9
| * | | | | build: cosmetic: split usage string for easier formattingCory Fields2013-06-041-70/+70
| * | | | | build: add global var for whether or not the gui is enabledCory Fields2013-06-044-0/+5
| * | | | | build: split the non-gui startup routines into a new fileCory Fields2013-06-046-138/+144
| * | | | | build: prepare to move DetectShutdownThreadCory Fields2013-06-041-3/+5
| | |_|/ / | |/| | |
* | | | | Merge pull request #2731 from Diapolo/rpcconsoleWladimir J. van der Laan2013-06-051-2/+4
|\ \ \ \ \
| * | | | | Bitcoin-Qt: harmonize 2 setClientModel() functionsPhilip Kaufmann2013-06-031-2/+4
* | | | | | osx: fix bitcoin-qt startup crash when clicking dock iconCory Fields2013-06-041-2/+6
| |/ / / / |/| | | |
* | | | | Merge pull request #2613 from jonasschnelli/prefsFixWladimir J. van der Laan2013-06-033-4/+59
|\ \ \ \ \
| * | | | | Merge branch 'master' of git://github.com/bitcoin/bitcoin into prefsFixJonas Schnelli2013-06-03123-7860/+13059
| |\| | | |
| * | | | | MaxOSX: settings fixes (#2371)Jonas Schnelli2013-06-033-4/+59
* | | | | | Merge pull request #2727 from TheBlueMatt/masterWladimir J. van der Laan2013-06-031-1/+7
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add new data-driven test-case.Matt Corallo2013-06-021-1/+7
* | | | | | Bitcoin-Qt: setup testnet GUI directlyPhilip Kaufmann2013-06-023-48/+47