aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Add comment about never updating nTimeOffset past 199 samplesWladimir J. van der Laan2014-07-241-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refer to issue #4521 for details.
* | | | | | | | | Merge pull request #4496Wladimir J. van der Laan2014-07-241-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5734d4d Only remove actualy failed blocks from setBlockIndexValid (Pieter Wuille)
| * | | | | | | | | Only remove actualy failed blocks from setBlockIndexValidPieter Wuille2014-07-091-1/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4575Wladimir J. van der Laan2014-07-241-3/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | ad08d0b Bugfix: make CCoinsViewMemPool support pruned entries in underlying cache (Pieter Wuille)
| * | | | | | | | | Bugfix: make CCoinsViewMemPool support pruned entries in underlying cachePieter Wuille2014-07-231-3/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Fix typos in comments (missing i's).paveljanik2014-07-242-3/+3
| | | | | | | | |
* | | | | | | | | ui: Make sure sendcoinsentry signals only connected onceWladimir J. van der Laan2014-07-231-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move signal connections to constructor where possible.
* | | | | | | | | qt: Remove unused functions from BitcoinUnitsWladimir J. van der Laan2014-07-232-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove two functions that are now unused.
* | | | | | | | | qt: Use fixed-point arithmetic in amount spinboxWladimir J. van der Laan2014-07-236-116/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes various issues and cleans up code - Fixes issue #4500: Amount widget +/- has floating point rounding artifacts - Amount box can now be emptied again, without clearing to 0 Also aligns the amount to the right, as in other places.
* | | | | | | | | Harmonize importprivkey and importaddress documentationWladimir J. van der Laan2014-07-221-6/+20
|/ / / / / / / /
* | | | | | | | Revert "CBloomFilter::clear() method"Wladimir J. van der Laan2014-07-213-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 8fbf03995df9a2003be603be1a930bc3373d56e0.
* | | | | | | | Revert "Relay double-spends, subject to anti-DOS"Wladimir J. van der Laan2014-07-216-109/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d640a3ceab4f4372c2a0f738c1286cfde4b41b50.
* | | | | | | | Revert "UI to alert of respend attempt affecting wallet."Wladimir J. van der Laan2014-07-219-87/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit ada5a067c75f19a724cc054286ecf2254e5dbe8f. Conflicts: src/qt/guiconstants.h src/wallet.h
* | | | | | | | Revert "Add -respendnotify option and new RPC data"Wladimir J. van der Laan2014-07-212-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 9004798e62e987ddf50030b17fa1881b63dd5e45.
* | | | | | | | Revert "Formatting, spelling, comment fixes."Wladimir J. van der Laan2014-07-215-22/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7a19efe04069d9a1e251cdc94b25184f76d9d901.
* | | | | | | | Revert "Check signatures before respend relay"Wladimir J. van der Laan2014-07-211-22/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 88dd3598d22197a22565e524cecdc08107cf76ac.
* | | | | | | | Revert "Remove signal DoubleSpendDetected, use function"Wladimir J. van der Laan2014-07-213-50/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 0da6b3fd187da3aa810aaa584d8bd197ad4fa2b9.
* | | | | | | | qt: Move SplashFinished to after ClientModel/WalletModel creationWladimir J. van der Laan2014-07-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With a large wallet there was a noticable gap between hiding of the splash and showing the main window.
* | | | | | | | [Qt] Fix thin space in URICozz Lovan2014-07-203-2/+9
| | | | | | | |
* | | | | | | | Merge pull request #3939Wladimir J. van der Laan2014-07-183-2/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 3da434a Introduce option to disable relay/mining of bare multisig scripts in TX outputs (Jeff Garzik)
| * | | | | | | | Introduce option to disable relay/mining of bare multisig scripts in TX outputsJeff Garzik2014-07-183-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First and foremost, this defaults to OFF. This option lets a node consider such transactions non-standard, meaning they will not be relayed or mined by default, but other miners are free to mine these as usual.
* | | | | | | | | qt: Make error message for failed export a little friendlierWhit J2014-07-181-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Closes #4528.
* | | | | | | | Merge pull request #4167Wladimir J. van der Laan2014-07-1810-47/+202
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7149499 Add comments re BitcoinUnits::formatWithUnit/formatHtmlWithUnit (Roy Badami) f7d70c6 Remove unused fAlign argument from BitcoinUnits::format and friends (Roy Badami) 2e4fee2 Show bitcoin quantities with full precision, even in the presence of trailing zeros (Roy Badami) 7007402 Implement SI-style (thin space) thoudands separator (Roy Badami)
| * | | | | | | | Add comments re BitcoinUnits::formatWithUnit/formatHtmlWithUnitRoy Badami2014-07-071-0/+15
| | | | | | | | |
| * | | | | | | | Remove unused fAlign argument from BitcoinUnits::format and friendsRoy Badami2014-07-075-18/+19
| | | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'upstream/master'Roy Badami2014-07-07283-8159/+16944
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/qt/overviewpage.cpp src/qt/transactiondesc.cpp
| * | | | | | | | | Show bitcoin quantities with full precision, even in the presence of ↵Roy Badami2014-07-071-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trailing zeros
| * | | | | | | | | Implement SI-style (thin space) thoudands separatorRoy Badami2014-05-1710-37/+184
| | | | | | | | | |
* | | | | | | | | | Fix a signed/unsigned warning introduced in 1b4568cWladimir J. van der Laan2014-07-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vout counter must be unsigned.
* | | | | | | | | | Merge pull request #4255Wladimir J. van der Laan2014-07-183-43/+56
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1b4568c Add vout to ListTransactions output (Cozz Lovan)
| * | | | | | | | | | Add vout to ListTransactions outputCozz Lovan2014-07-153-43/+56
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #4554Wladimir J. van der Laan2014-07-182-49/+67
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2d89ea9 build: fix whitespace in pkg-config variable (Cory Fields) ab123ad build: allow linux and osx to build against static qt5 (Cory Fields)
| * | | | | | | | | | | build: fix whitespace in pkg-config variableCory Fields2014-07-171-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Useful for PKG_CONFIG="pkg-config --static"
| * | | | | | | | | | | build: allow linux and osx to build against static qt5Cory Fields2014-07-172-46/+67
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first part of a huge effort to rework the handling of dependencies. To start, this change allows all supported platforms to build against a static Qt. 5.2.1 and 5.3 have been successfully tested against osx64, win32, win64, linux32, and linux64. It also makes a small change to the windows config, to allow linking against qt builds with or without built-in libjpeg/libpng/libpcre/libz. The actual build processes to take advantage of these changes (for gitian and pull-tester) are coming soon. Until then, this should be a no-op.
* | | | | | | | | | | Merge pull request #4551Wladimir J. van der Laan2014-07-181-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | c994d2e prevent SOCKET leak in BindListenPort() (Philip Kaufmann)
| * | | | | | | | | | prevent SOCKET leak in BindListenPort()Philip Kaufmann2014-07-171-0/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - the call to CloseSocket() is placed after the WSAGetLastError(), because a CloseSocket() can trigger an error also, which we don't want for the logging in this two cases
* | | | | | | | | | Merge pull request #4553Wladimir J. van der Laan2014-07-181-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1e72d5c build: silence false errors during make clean (Cory Fields)
| * | | | | | | | | | build: silence false errors during make cleanCory Fields2014-07-171-1/+1
| |/ / / / / / / / /
* / / / / / / / / / [Qt] Prevent balloon-spam after rescanCozz Lovan2014-07-183-3/+16
|/ / / / / / / / /
* | | | | | | | | Merge pull request #4504Wladimir J. van der Laan2014-07-175-47/+45
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 43f510d Convert closesocket 'compat wrapper' to function in netbase (Wladimir J. van der Laan)
| * | | | | | | | | Convert closesocket 'compat wrapper' to function in netbaseWladimir J. van der Laan2014-07-175-47/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simpler alternative to #4348. The current setup with closesocket() is strange. It poses as a compatibility wrapper but adds functionality. Rename it and make it a documented utility function in netbase. Code movement only, zero effect on the functionality.
* | | | | | | | | | Merge pull request #4508Pieter Wuille2014-07-172-129/+160
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | b069750 Break up CAddrMan's IMPLEMENT_SERIALIZE (Pieter Wuille)
| * | | | | | | | | Break up CAddrMan's IMPLEMENT_SERIALIZEPieter Wuille2014-07-162-129/+160
| | | | | | | | | |
* | | | | | | | | | fix help message for RPC getpeerinfoPhilip Kaufmann2014-07-171-2/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #4533Wladimir J. van der Laan2014-07-171-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 43005cf Fix semantic typo in state.CorruptionPossible check (kazcw)
| * | | | | | | | | | Fix semantic typo in state.CorruptionPossible checkkazcw2014-07-141-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | state.Invalid() is always false, check should be IsInvalid() Broken since 942b33a
* | | | | | | | | | Merge pull request #4534Wladimir J. van der Laan2014-07-174-13/+30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 33357b2 qt: Start core thread only when needed (Wladimir J. van der Laan) c715ff5 ui: Replace some LogPrintfs with qDebug() (Wladimir J. van der Laan) 96ff9d6 Can't log to debug log before chain params initialized (Wladimir J. van der Laan)
| * | | | | | | | | | qt: Start core thread only when neededWladimir J. van der Laan2014-07-151-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Start the core thread only when needed for initialization or shutdown. Avoids a bit of overhead, and also avoids spamming two log messages before logging is properly initialized.
| * | | | | | | | | | ui: Replace some LogPrintfs with qDebug()Wladimir J. van der Laan2014-07-151-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are relatively unimportant messages, so don't need to be logged without -debug=ui.
| * | | | | | | | | | Can't log to debug log before chain params initializedWladimir J. van der Laan2014-07-153-1/+11
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a function `AreBaseParamsConfigured` and use this to check before writing to the debug log. This avoids assertions when the application happens to log too early, which happens in the GUI. Messages logged before the base parameters are configured can be shown using `-printtoconsole`.