aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | build: avoid the use of top_ and abs_ dir pathsCory Fields2014-06-055-17/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using them has the side effect of confusing the dependency-tracking logic.
* | | | | | | | build: Tidy up file generation outputCory Fields2014-06-052-24/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Some file generation was still noisy, silence it. - AM_V_GEN is used rather than @ so that 'make V=1' works as intended - Cut down on file copies and moves when using sed, use pipes instead - Avoid the use of top_ and abs_ dirs where possible
* | | | | | | | build: nuke Makefile.include from orbitCory Fields2014-06-054-83/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rules and targets no longer need to be shared between subdirectories, so this is no longer needed.
* | | | | | | | build: add stub makefiles for easier subdir buildsCory Fields2014-06-053-0/+21
| | | | | | | |
* | | | | | | | build: delete old Makefile.am'sCory Fields2014-06-053-505/+0
| | | | | | | |
* | | | | | | | build: Switch to non-recursive makeCory Fields2014-06-055-18/+546
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build logic moves from individual Makefile.am's to include files, which the main src/Makefile.am includes. This avoids having to manage a gigantic single Makefile. TODO: Move the rules from the old Makefile.include to where they actually belong and nuke the old file.
* | | | | | | | Remove global strWalletFileWladimir J. van der Laan2014-06-052-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it says on the tin. There is no need to have this variable be global, it's only used in AppInit2.
* | | | | | | | Fix GUI build with `--disable-wallet`Wladimir J. van der Laan2014-06-052-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fe6bff2 and 65f78a1 broke it. Minor build changes.
* | | | | | | | Merge pull request #4291Wladimir J. van der Laan2014-06-052-18/+52
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | fe6bff2 [Qt] add BerkeleyDB version info to RPCConsole (Philip Kaufmann)
| * | | | | | | | [Qt] add BerkeleyDB version info to RPCConsolePhilip Kaufmann2014-06-042-18/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - to match info function between debug.log and RPCConsole
* | | | | | | | | Merge pull request #4287 from laanwj/2014_06_sideeffectGavin Andresen2014-06-041-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove side effect in assertion in ProcessGetData
| * | | | | | | | | 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.
* | | | | | | | | log used config file to debug.log on startupPhilip Kaufmann2014-06-041-0/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | 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
| | | | | | | | | |
* | | | | | | | | | [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)