aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Remove side effect in assertion in ProcessGetDataWladimir J. van der Laan2014-06-041-1/+2
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A side-effect was introduced into an assertion in 7a0e84d. This commit fixes that.
* | | | | | | | | | | | Merge pull request #4289 from Diapolo/log_config_fileGavin Andresen2014-06-041-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | log used config file to debug.log on startup
| * | | | | | | | | | | log used config file to debug.log on startupPhilip Kaufmann2014-06-041-0/+1
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #4270Wladimir J. van der Laan2014-06-042-4/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1411a51 doc: Update hash in release process for new windows deps intermediate (Wladimir J. van der Laan) 386e732 gitian: make linux qt intermediate deterministic (Wladimir J. van der Laan)
| * | | | | | | | | | | doc: Update hash in release process for new windows deps intermediateWladimir J. van der Laan2014-06-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was forgotten in 25d4911.
| * | | | | | | | | | | gitian: make linux qt intermediate deterministicWladimir J. van der Laan2014-06-022-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A qt installation date snuck into the host utils (lrelease etc) This doesn't affect the end product, so no dependency version bump. It also doesn't explain why gavin's and mine build is different
* | | | | | | | | | | | Merge pull request #4282 from jgarzik/fix-wallet-initJeff Garzik2014-06-041-11/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | CWallet: fix nTimeFirstKey init, by making constructor init common code
| * | | | | | | | | | | | CWallet: fix nTimeFirstKey init, by making constructor init common codeJeff Garzik2014-06-031-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't repeat yourself etc.
* | | | | | | | | | | | | Merge pull request #4247 from Diapolo/listenJeff Garzik2014-06-046-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | rename fNoListen to fListen and move to net
| * | | | | | | | | | | | | rename fNoListen to fListen and move to netPhilip Kaufmann2014-05-296-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - better code readability and it belongs to net - this is a prerequisite for a pull to add -listen to the GUI
* | | | | | | | | | | | | | Merge pull request #4258Wladimir J. van der Laan2014-06-043-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7b45d94 Make max number of orphan blocks kept in memory a startup parameter (fixes #4253) (shshshsh)
| * | | | | | | | | | | | | | Make max number of orphan blocks kept in memory a startup parameter (fixes ↵shshshsh2014-06-043-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #4253)
* | | | | | | | | | | | | | | Merge pull request #4260Wladimir J. van der Laan2014-06-041-6/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | aab2c0f Remove template matching params from GetOpName() (Huang Le)
| * | | | | | | | | | | | | | Remove template matching params from GetOpName()Huang Le2014-05-311-6/+5
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since they are not real opcodes, being reported as OP_UNKNOWN is less confusing for human-readable decoding. Signed-off-by: Huang Le <[email protected]>
* | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | |