| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Add 'mempool' P2P command, and extend 'getdata' behavior
|
| | |
| |
| |
| | |
to permit downloading of mempool transactions from the remote peer.
|
| | | |
|
| |\ \
| | |
| | | |
add splashscreen message when importing blocks via -loadblock
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |
| | | | |
Bitcoin-Qt (Windows only): extend Resource File
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- extend bitcoin-qt.rc to include meta information, which is displayed on
Windows, when looking in the executable properties and selecting
"Details"
- does currently NOT include version information, this is scheduled
for later releases
- for RC-file documentation see:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
|
| |\ \ \
| | | |
| | | | |
log how long LoadExternalBlockFile() takes in ms (Benchmark)
|
| | |/ / |
|
| |/ / |
|
| |\ \
| | |
| | | |
small UX update for optionsdialog
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
- add enableApplyButton() and disableApplyButton() to optionsdialog.{h/cpp}
- they are used to ensure the Ok button does not get disabled, when Apply needs to be disabled (standard UX should allow Ok always to dismiss the dialog and only disable it, when we have a faulty proxy IP)
- disable Apply after initially loading the settings, as nothing new needs to be saved
- remove orphan settings from optionsdialog.ui that are default anyway
|
| |\ \ \
| | | |
| | | | |
Bitcoin-Qt (Windows only): enable DEP for bitcoin-qt.exe
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- this enables DEP on all Windows version which support the
SetProcessDEPPolicy() call in Kernel32.dll
- use a dynamic approach via GetProcAddress() to not rely on headers or
compiler libs
- this is the same way the Tor-project does it
|
| |\ \ \ \
| | | | |
| | | | | |
BIP22: getblocktemplate
|
| | |\ \ \ \
| | |/ / /
| |/| | |
| | | | |
| | | | | |
Conflicts:
src/bitcoinrpc.cpp
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Replaces getmemorypool with new getblocktemplate
- Add missing keys: coinbaseaux, target, mutable, noncerange, sigoplimit, sizelimit, and height
- Accept and send parameter Objects, checking "mode" key if present
- Return rejection reason "rejected" for submit mode
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit dc1e5ad1917bb353aee7ef24aabf13ae3fe2fb80.
The new error message was not correct, as it refers to the total balance, not an account.
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
Update English translation strings
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is the last time for 0.7.0. We should avoid message changes
until the release. Translators can use the remaining time to update their languages on
Transifex.
The other languages need to be merged from Transifex just before release.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Correctly handle missing inputs in signrawtransaction. Fixes #1654.
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signrawtransaction rpc was crashing when some inputs were unknown,
and even with that fixed was failing to handle all the known inputs
if there were unknown inputs in front of them. This commit instead
attempts to fetch inputs one at a time.
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Fix several issues in the Qt unit tests.
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Makes sense in case bitcoin URIs eventually allow invalid addresses
as a part of some larger future payment scheme.
|
| | | | | | | |
|
| | |/ / / / |
|
| |/ / / / |
|
| |\ \ \ \
| | | | |
| | | | | |
fix further spelling errors / remove a tab in the source
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
Translations update 2012-08-01 (fetched from Transifex)
|
| | | |/ /
| |/| | |
|
| |/ / / |
|
| |\ \ \
| | | |
| | | | |
Optimize JSON-RPC getblockhash
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
- If the height is in the first half, start at the genesis block and go up, rather than at the top
- Cache the last lookup and use it as a reference point if it's close to the next request, to make linear lookups always fast
|
| |\ \ \ \
| | | | |
| | | | | |
Fix spelling and grammar errors
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- ensure warnings always start with "Warning:" and that the first
character after ":" is written uppercase
- ensure the first sentence in warnings ends with an "!"
- remove unneeded spaces from Warning-strings
- add missing Warning-string translation
- remove a "\n" and replace with untranslatable "<br><br>"
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
write used OpenSSL library version to debug.log
|
| | | | | | | |
|
| |\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Make truncating the debug.log file an option.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Useful for developers who need to refer to futher back in debug.log history, but who don't want to
enable the -debug option and all the verbosity that comes with that.
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Unless debugging, show a more useful format for the askfors
|
| | |/ / / / / |
|