aboutsummaryrefslogtreecommitdiff
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
| |
* | Merge pull request #4279Wladimir J. van der Laan2014-06-031-21/+22
|\ \ | | | | | | | | | a98b870 Some documentation fixes + link to my Docker/LXC guide (Giuseppe Mazzotta)
| * | Some documentation fixes + link to my Docker/LXC guideGiuseppe Mazzotta2014-06-031-21/+22
| |/ | | | | | | | | | | | | | | I added a link to my guide about using docker containers + LXC (I am planning to maintain this at work for future bitcoin versions), then I mentioned other virtualization options (KVM, LXC). This commit includes a fix issue for documentation issue #4269 that consists in telling users to checkout correct bitcoin version before using the gitian descriptors (otherwise all hell can break loose). Also, I replaced URL for Debian 7.4 ISO with a correct one and added link to official Debian ISO sources.
* | Merge pull request #4280Wladimir J. van der Laan2014-06-0310-21/+26
|\ \ | |/ |/| | | bbe1925 [Qt] style police and small addition in rpcconsole (Philip Kaufmann)
| * [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
| |
* | Merge pull request #4273Wladimir J. van der Laan2014-06-031-0/+1
|\ \ | | | | | | | | | 91855f2 Properly initialize CWallet::nTimeFirstKey (tm314159)
| * | 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
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #4264Wladimir J. van der Laan2014-06-011-3/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | cb7a3ed remove dup of extern int nConnectTimeout; in netbase (Philip Kaufmann)
| * | | | | | | | remove dup of extern int nConnectTimeout; in netbasePhilip Kaufmann2014-05-311-3/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #4218Wladimir J. van der Laan2014-05-301-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | 4665b1a doc: Clarify wording about testing in README.md (Wladimir J. van der Laan)
| * | | | | | | doc: Clarify wording about testing in README.mdWladimir J. van der Laan2014-05-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Weaken and clarify the wording a bit, it currently implies that we get more pull requests than we can ever handle which discourages contribution.
* | | | | | | | Merge pull request #4252Wladimir J. van der Laan2014-05-301-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | c21c74b osx: Fix missing dock menu with qt5 (Cory Fields)
| * | | | | | | | 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.
* | | | | | | | | Merge pull request #4187Wladimir J. van der Laan2014-05-302-15/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | d16f6f8 Remove unused imports in macdeploy script (Federico Bond)
| * | | | | | | | Remove unused imports in macdeploy scriptFederico Bond2014-05-202-15/+0
| | | | | | | | |
* | | | | | | | | Merge pull request #4249Wladimir J. van der Laan2014-05-291-7/+6
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b5ef85c No references to centralized databases in help text. (Pieter Wuille)
| * | | | | | | | | No references to centralized databases in help text.Pieter Wuille2014-05-291-7/+6
| | | | | | | | | |
* | | | | | | | | | Fix name of Cory's pgp keyGavin Andresen2014-05-291-0/+0
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4251 from theuni/cfields-pgpGavin Andresen2014-05-293-0/+58
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | gitian: Add cfields to gitian download scripts
| * | | | | | | | | gitian: Add cfields to gitian download scriptsCory Fields2014-05-293-0/+58
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4229Wladimir J. van der Laan2014-05-296-56/+45
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2869b13 release: Bump the OSX SDK to 10.7 for gitian builds (Cory Fields)
| * | | | | | | | | release: Bump the OSX SDK to 10.7 for gitian buildsCory Fields2014-05-246-56/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the display on Retina Macbooks. It also moves us away from depending on the ancient XCode3 sdk.
* | | | | | | | | | Merge pull request #4132Wladimir J. van der Laan2014-05-293-8/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d4e1c61 add DEFAULT_UPNP constant in net (Philip Kaufmann)