aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add RPCisTestNet chain parameterjtimon2014-06-044-2/+5
|
* Add RequireStandard chain parameterjtimon2014-06-043-2/+6
|
* Add AllowMinDifficultyBlocks chain parameterjtimon2014-06-044-4/+8
|
* Move majority constants to chainparamsjtimon2014-06-044-22/+34
|
* Get rid of RegTest()jtimon2014-06-041-4/+0
|
* Add DefaultCheckMemPool chain parameterjtimon2014-06-043-1/+5
|
* Add DefaultMinerThreads chain parameterjtimon2014-06-043-2/+8
|
* Add MineBlocksOnDemand chain parameterjtimon2014-06-044-4/+7
|
* Add MiningRequiresPeers chain parameterjtimon2014-06-043-2/+6
|
* Merge pull request #4223Wladimir J. van der Laan2014-06-0410-5/+74
|\ | | | | | | 06a91d9 VerifyDB progress (Cozz Lovan)
| * VerifyDB progressCozz Lovan2014-06-0310-5/+74
| |
* | [Qt] style police and small addition in rpcconsolePhilip Kaufmann2014-06-0310-21/+26
|/ | | | - fix spaces, indentation and coding style glitches
* Merge pull request #4225Wladimir J. van der Laan2014-06-0310-12/+870
|\ | | | | | | 65f78a1 Qt: Add GUI view of peer information. #4133 (Ashley Holman)
| * Qt: Add GUI view of peer information. #4133Ashley Holman2014-06-0310-12/+870
| |
* | Properly initialize CWallet::nTimeFirstKeytm3141592014-06-021-0/+1
| |
* | Merge pull request #3837Wladimir J. van der Laan2014-06-021-0/+87
|\ \ | | | | | | | | | 75ebced added many rpc wallet tests (Alon Muroch)
| * | added many rpc wallet testsAlon Muroch2014-04-011-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deleted the empty no throw test in rpc_wallet_tests line 65 fixed some comments starting verify tests finished verify message tests changed some comments
* | | Merge pull request #3683Wladimir J. van der Laan2014-06-022-41/+62
|\ \ \ | | | | | | | | | | | | bdc83e8 [Qt] ensure payment request network matches client network (Philip Kaufmann)
| * | | [Qt] ensure payment request network matches client networkPhilip Kaufmann2014-05-062-41/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - replaces checks in SendCoinsDialog::handlePaymentRequest() that belong to PaymentServer (normal URIs are special cased, as only an isValid check is done on BTC addresses) - prevents the client to handle payment requests that do not match the clients network and shows an error instead (mainly a problem with drag&drop payment requests onto the client window) - includes some small comment changes also
* | | | Merge pull request #4213Wladimir J. van der Laan2014-06-021-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | 516053c Make links on 'About Bitcoin Core' into clickable (squashed 5 comits into one) (Tawanda Kembo)
| * | | | Make links on 'About Bitcoin Core' into clickable (squashed 5 comits into one)Tawanda Kembo2014-06-021-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made the following links clickable: http://www.opensource.org/licenses/mit-license.php http://www.openssl.org/ [email protected] (Squashed commits into one commit as suggested by @laanwj) Replaced label with text browser on About Bitcoin Core Screen So that the links on the About screen can be clickable Replaced html property with text property I have now removed unnecessary html so this should make life easier for translators and you @Diapolo :). What do you think? The size of the window needs to change The size of the window needs to change when you make links clickable. Thanks for pointing that out @laanwj Using the https://www.openssl.org over the http link Using the https://www.openssl.org over the http link as suggested by @Diapolo
* | | | | Merge pull request #4238Wladimir J. van der Laan2014-06-023-22/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | b90711c [Qt] Fix Transaction details shows wrong To: (Cozz Lovan)
| * | | | | [Qt] Fix Transaction details shows wrong To:Cozz Lovan2014-05-283-22/+16
| | | | | |
* | | | | | Merge pull request #4261Wladimir J. van der Laan2014-06-021-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 09a54a6 Use pnode->nLastRecv as sync score directly (Huang Le)
| * | | | | | Use pnode->nLastRecv as sync score directlyHuang Le2014-05-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NodeSyncScore() should find the node which we recv data most recently, so put a negative sign to pnode->nLastRecv is indeed wrong. Also change the return value type to int64_t. Signed-off-by: Huang Le <[email protected]>
* | | | | | | Merge pull request #4268Wladimir J. van der Laan2014-06-021-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 223a6f7 Fix stray uppercase A in tx_valid.json. (Andreas Schildbach)
| * | | | | | | Fix stray uppercase A in tx_valid.json.Andreas Schildbach2014-06-011-1/+1
| | | | | | | |
* | | | | | | | Periodic language updateWladimir J. van der Laan2014-06-014-363/+365
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pull updated translations from Transifex before 0.9.2
* | | | | | | | Merge pull request #4257Wladimir J. van der Laan2014-06-012-2/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 5823449 Limit number of known addresses per peer (Pieter Wuille)
| * | | | | | | | Limit number of known addresses per peerPieter Wuille2014-05-302-2/+3
| | |/ / / / / / | |/| | | | | |
* / | | | | | | remove dup of extern int nConnectTimeout; in netbasePhilip Kaufmann2014-05-311-3/+1
|/ / / / / / /
* | | | | | | osx: Fix missing dock menu with qt5Cory Fields2014-05-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt5 Removed the qt_mac_set_dock_menu function and left no replacement. It was later re-added and deprecated for backwards-compatibility. Qt5.2 adds the non-deprecated QMenu::setAsDockMenu(). Use that when possible.
* | | | | | | No references to centralized databases in help text.Pieter Wuille2014-05-291-7/+6
| | | | | | |
* | | | | | | Merge pull request #4132Wladimir J. van der Laan2014-05-293-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | d4e1c61 add DEFAULT_UPNP constant in net (Philip Kaufmann)
| * | | | | | | add DEFAULT_UPNP constant in netPhilip Kaufmann2014-05-203-8/+8
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | - as this is a shared Core/GUI setting, this makes it easier to keep them in sync (also no new includes are needed)
* | | | | | | [Qt] Fix Start bitcoin on system loginCozz Lovan2014-05-291-1/+1
| | | | | | |
* | | | | | | Spelling fix in commentMathy Vanvoorden2014-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rebased-By: Wladimir J. van der Laan <[email protected]> Rebased-From: 3704a6a
* | | | | | | Merge pull request #4184Wladimir J. van der Laan2014-05-281-2/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | 122549f Fix incorrect checkpoint data for testnet3 (David Hill)
| * | | | | | Fix incorrect checkpoint data for testnet3David Hill2014-05-131-2/+2
| | | | | | |
* | | | | | | Merge pull request #3861Wladimir J. van der Laan2014-05-271-0/+46
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 9ec0306 Add CODESEPARATOR/FindAndDelete() tests (Peter Todd)
| * | | | | | | Add CODESEPARATOR/FindAndDelete() testsPeter Todd2014-05-121-0/+46
| | | | | | | |
* | | | | | | | Merge pull request #4206Wladimir J. van der Laan2014-05-257-15/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 79d06dc Remove redundant c_str (R E Broadley)
| * | | | | | | | Remove redundant c_strR E Broadley2014-05-227-15/+15
| | | | | | | | |
* | | | | | | | | Merge pull request #4183Wladimir J. van der Laan2014-05-2512-94/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f40dbee remove CPubKey::VerifyCompact( ) which is never used (Kamil Domanski) 28b6c1d remove GetMedianTime( ) which is never used (Kamil Domanski) 5bd4adc remove LookupHostNumeric( ) which is never used (Kamil Domanski) 595f691 remove LogException( ) which is never used (Kamil Domanski) f4057cb remove CTransaction::IsNewerThan which is never used (Kamil Domanski) 0e31e56 remove CWallet::AddReserveKey which is never used (Kamil Domanski)
| * | | | | | | | | remove CPubKey::VerifyCompact( ) which is never usedKamil Domanski2014-05-202-19/+0
| | | | | | | | | |
| * | | | | | | | | remove GetMedianTime( ) which is never usedKamil Domanski2014-05-202-15/+0
| | | | | | | | | |
| * | | | | | | | | remove LookupHostNumeric( ) which is never usedKamil Domanski2014-05-202-6/+0
| | | | | | | | | |
| * | | | | | | | | remove LogException( ) which is never usedKamil Domanski2014-05-202-8/+0
| | | | | | | | | |
| * | | | | | | | | remove CTransaction::IsNewerThan which is never usedKamil Domanski2014-05-202-30/+0
| | | | | | | | | |
| * | | | | | | | | remove CWallet::AddReserveKey which is never usedKamil Domanski2014-05-202-16/+0
| | |_|_|/ / / / / | |/| | | | | | |