aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-02[Qt] rescan progressCozz Lovan
2014-04-01Merge pull request #3931Wladimir J. van der Laan
f61287c RPC command getmininginfo showing right genproclimit (Isidoro Ghezzi)
2014-04-01Merge pull request #3986Wladimir J. van der Laan
65adc3a qt: Don't require db_cxx.h when wallet disabled (Wladimir J. van der Laan) 4babd08 doc: Add note about memory reqs for compilation (Wladimir J. van der Laan) 25333a2 build: improve missing boost error reporting (Wladimir J. van der Laan)
2014-04-01Merge pull request #3991Wladimir J. van der Laan
d34b958 [Qt] small cleanup of coincontroldialog (Philip Kaufmann)
2014-04-01[Qt] small cleanup of coincontroldialogPhilip Kaufmann
- use a little more Qt-style - check for NULL pointers first and return in updateView() - small space and formating changes
2014-04-01Merge pull request #3975Wladimir J. van der Laan
81bfb5a add checks for deserialization errors (Manuel Araoz) 232aa9e Add code generating data/sighash.json test data (Manuel Araoz) 43cb418 Add sighash tests from data file (Manuel Araoz)
2014-04-01Merge pull request #3988Wladimir J. van der Laan
1204945 Add application category for OSX (duanemoody)
2014-03-31add checks for deserialization errorsManuel Araoz
2014-03-31Add application category for OSXduanemoody
In "View by Category" without this metadata the app gets sorted into "Other" at the bottom.
2014-03-31Add code generating data/sighash.json test dataManuel Araoz
2014-03-31Add sighash tests from data fileManuel Araoz
2014-03-31Use the new name Bitcoin Core Daemon instead of Bitcoin serverpaveljanik
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From-Github-Pull: #3801
2014-03-31Wrap create_directory calls in try...catch blocks.Brandon Dahler
Ignores any exceptions thrown if directory exists, otherwise re-throws exception. Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
2014-03-31Merge pull request #3987 from laanwj/2014_03_icreatemultisigGregory Maxwell
Fix typo in `createmultisig` help
2014-03-31Fix typo in `createmultisig` helpWladimir J. van der Laan
iCreateMultisig is not a thing.
2014-03-31Merge pull request #3969Wladimir J. van der Laan
ffeb473 Add nHighTransactionFeeWarning as per #3969. (Bardi Harborow)
2014-03-31Merge pull request #3964Wladimir J. van der Laan
ab88ed9 Organize RPCCommands table (Wladimir J. van der Laan)
2014-03-31Organize RPCCommands tableWladimir J. van der Laan
Use sensible categories (overall control, P2P, blockchain/UTXO and mining, wallet, wallet-enabled mining) and sort within each. Also remove unnecessary #ifdef ENABLE_WALLET from `rpcnet.cpp`. Functionality-neutral change.
2014-03-31Merge pull request #3937Wladimir J. van der Laan
7b95c7b Ignore temporary object files (Chris Beams)
2014-03-31qt: Don't require db_cxx.h when wallet disabledWladimir J. van der Laan
Fix #3978.
2014-03-31doc: Add note about memory reqs for compilationWladimir J. van der Laan
2014-03-31build: improve missing boost error reportingWladimir J. van der Laan
2014-03-31Merge pull request #3950Wladimir J. van der Laan
76cee18 fix permissions in application bundle (Andrea D'Amore)
2014-03-31Merge pull request #3980Wladimir J. van der Laan
af4c2ac Fix `-printblocktree` output (Wladimir J. van der Laan)
2014-03-30Merge pull request #3907 from schildbach/gitian-downloader-aschildbach-keyWladimir J. van der Laan
Add Andreas Schildbach to gitian download scripts.
2014-03-30Remove weights from download config for now as it's unclear how it will be ↵Andreas Schildbach
used in future.
2014-03-30Add Andreas Schildbach to gitian download scripts.Andreas Schildbach
2014-03-29Merge pull request #3875Wladimir J. van der Laan
89d72f3 Add new DNS seed from bitnodes.io. (Addy Yeow)
2014-03-29Fix `-printblocktree` outputWladimir J. van der Laan
PrintBlockTree output was broken starting from e010af70. Everything appears on one line. PrintWallet() added the newline after a block, but this functionality was removed and no newline was added. Seemingly, no one noticed. Add a newline after the block information to fix this.
2014-03-29Add nHighTransactionFeeWarning as per #3969.Bardi Harborow
2014-03-29Merge pull request #3973Wladimir J. van der Laan
a60ab0b Make GetAvailableCredit run GetHash() only once per transaction. (Gregory Maxwell)
2014-03-29Merge pull request #3922Wladimir J. van der Laan
c17f0a5 [Qt] remove space from translation of client bitness (Philip Kaufmann)
2014-03-28Make GetAvailableCredit run GetHash() only once per transaction.Gregory Maxwell
This makes the first getbalance/getinfo 63x faster on my wallet.
2014-03-28Merge pull request #3730Wladimir J. van der Laan
1d46fe3 'sendrawtransaction' improvements (Wladimir J. van der Laan)
2014-03-27Merge pull request #3698Wladimir J. van der Laan
5409404 add constant for shared (GUI/core) -par settings (Philip Kaufmann)
2014-03-27'sendrawtransaction' improvementsWladimir J. van der Laan
- Make it report the reject code and reason - Make it possible to re-send transactions that are already in the mempool
2014-03-27add constant for shared (GUI/core) -par settingsPhilip Kaufmann
- introduce DEFAULT_SCRIPTCHECK_THREADS in main.h - only show values from -"MAX_HW_THREADS" up to 16 for -par, as it makes no sense to try to leave more "cores free" than the system supports anyway - use the new constant in optionsdialog and remove defaults from .ui file
2014-03-27Merge pull request #3603Wladimir J. van der Laan
a486abd replace custom GetFilesize() with boost::filesystem::file_size() (Philip Kaufmann)
2014-03-27Merge pull request #3682Wladimir J. van der Laan
3e0753b always show syncnode in getpeerinfo (fixes #2717) (Philip Kaufmann)
2014-03-27Merge pull request #3619Wladimir J. van der Laan
7398f4a improve command-line options output (Cozz Lovan)
2014-03-27Merge pull request #3923Wladimir J. van der Laan
cfe4cad [Qt] fix style, formating, comment and indentation problems (Philip Kaufmann)
2014-03-27[Qt] fix style, formating, comment and indentation problemsPhilip Kaufmann
- introduced by #3920
2014-03-26Merge pull request #3958Wladimir J. van der Laan
dfd3996 Remove duplicate from src/makefile.am (Wladimir J. van der Laan)
2014-03-26Merge pull request #3951Wladimir J. van der Laan
3cb1edb Update moved and dead links (Luke Dashjr)
2014-03-26Merge pull request #3935Wladimir J. van der Laan
c61fe44 qt: Only override -datadir if different from the default (Wladimir J. van der Laan) 7e591c1 qt: Do proper boost::path conversion (Wladimir J. van der Laan)
2014-03-26Remove duplicate from src/makefile.amWladimir J. van der Laan
chainparams.cpp should not be in both libbitcoin_common and libbitcoin_server. Also re-sort the sources list.
2014-03-25improve command-line options outputCozz Lovan
2014-03-25qt: Only override -datadir if different from the defaultWladimir J. van der Laan
Fixes #3905.
2014-03-25qt: Do proper boost::path conversionWladimir J. van der Laan
Convert from QString unicode from/to the OS-dependent locale as used by boost::filesystem::path as needed. Solves #3916.
2014-03-25Fix test build after d138598Wladimir J. van der Laan
Building the tests was giving some vague error message about a doubly-defined symbol. The solution is to define ShutdownRequested in test_bitcoin.cpp as well so that init.cpp does not get pulled in.