aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28remove an assignment which is never used.Yoichi Hirai
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-26gitian: add statically built variant of bitcoind/bitcoin-cliWladimir J. van der Laan
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.
2014-03-24Update moved and dead linksLuke Dashjr
2014-03-24Fix regression testsGavin Andresen
Taught bitcoind to close the HTTP connection after it gets a 'stop' command, to make it easier for the regression tests to cleanly stop. Move bitcoinrpc files to correct location. Tidied up the python-based regression tests.
2014-03-24fix permissions in application bundleAndrea D'Amore
Use INSTALL_DATA rather than INSTALL for copying non executable files in OS X application bundle. Tested by running "all appbundle" make target and trying the resulting application bundle, host system is OS X 10.9.2 .
2014-03-23Merge pull request #3927Wladimir J. van der Laan
ab1edd4 [Qt] Fix enable/disable show and remove buttons (Cozz Lovan)
2014-03-22RPC command getmininginfo showing right genproclimitIsidoro Ghezzi
2014-03-22Merge pull request #3938Wladimir J. van der Laan
6540025 Remove stale and redundant src/.gitignore file (Chris Beams)
2014-03-22Remove stale and redundant src/.gitignore fileChris Beams
This commit removes completely the src/.gitignore file, given that the precedent for ignoring artifacts within the `src` directory is to add entries for them to the root .gitignore file. Note also that the lone entry in src/.gitignore is stale anyway. As of the switch to Autotools in 35b8af9, the build no longer build creates artifacts in `src/test_bitcoin`. They are now written to `src/test/test_bitcoin`, and this latter path is already ignored in the root .gitignore file.
2014-03-22Ignore temporary object filesChris Beams
Prior to this change, `git status` would report untracked files of the following sort if run during a build: ?? src/rpcprotocol.o-e628def3 These files should be explicitly ignored not only because they are a nuisance, but given that they appear and disappear quickly, they may be inadvertently added to the index even if one has been careful to check for untracked files with `git status` prior to a `git add .`.
2014-03-21[Qt] Fix enable/disable show and remove buttonsCozz Lovan
2014-03-21Merge pull request #3926Wladimir J. van der Laan
c337e2e Update gitian README.md (Wladimir J. van der Laan)
2014-03-21doc: version bump DoxyfileWladimir J. van der Laan
- bump version to 0.9.99 - exclude leveldb and json - include call and caller graphs in the documentation.
2014-03-21Fix importwallet nTimeFirstKeyCozz Lovan
2014-03-21Update gitian README.mdWladimir J. van der Laan
2014-03-21Merge pull request #3924Wladimir J. van der Laan
7885907 qt: translation update (Wladimir J. van der Laan)
2014-03-21qt: translation updateWladimir J. van der Laan
2014-03-21Merge pull request #3806Wladimir J. van der Laan
9e2872c Adjust branding in datadir lock error message (Michagogo) d30d379 Slightly tweak error when unable to bind port (Michagogo)
2014-03-21Merge pull request #3850Wladimir J. van der Laan
16d281b [Qt] add expert section to wallet tab in optionsdialog (Cozz Lovan)
2014-03-21Merge pull request #3892Wladimir J. van der Laan
b8edf6c Qt: Fix ESC in disablewallet mode (Wladimir J. van der Laan)
2014-03-21[Qt] remove space from translation of client bitnessPhilip Kaufmann
- its rather easy to leave out the space on Transifex, so remove it from the string
2014-03-21Merge pull request #3906Wladimir J. van der Laan
7211bce Consistent use of 'sudo' in unix build doc (Mikael Wikman)
2014-03-21Merge pull request #3920Wladimir J. van der Laan
8c29273 [QT] Fixes feel when resizing the last column on tables (issue #2862) (gubatron)
2014-03-21[QT] Fixes feel when resizing the last column on tables (issue #2862)gubatron
Re-submitting this pull request with a single commit. This patch introduces a GUIUtil class that is used when setting up the 2 tables we have so far on the Qt-GUI. In the past you could only resize the last column, which has BTC amounts from the right border of the column header, something that was rather unnatural. If a new table were ever to be added to the interface, fixing the last columns resizing behavior is rather simple. Just look at how we initialize here a TableViewLastColumnResizingFixer object when setting up the table header's behavior, and then how we override the resize event of the component (can be the table, or the dialog) and we invoke columnResizingFixer->stretchColumnWidth(columnIndex);
2014-03-20Merge pull request #3917Wladimir J. van der Laan
5c80b9a build: build qt tests after qt libs/executable (Wladimir J. van der Laan)
2014-03-20Merge pull request #3885Wladimir J. van der Laan
01e5327 build: hook up "make deploy" for cross osx builds (Cory Fields) c4a10db build: ensure the correct strip is used for osx/win32 (Cory Fields) b62bbb1 build: if cross-compiling for an apple host, locate some additional tools (Cory Fields) 0f21d39 build: fix qt.conf case-sensitivity in the deployed dmg (Cory Fields) 275d6a3 build: allow correct tools to be used for dmg creation. (Cory Fields)
2014-03-20build: hook up "make deploy" for cross osx buildsCory Fields
2014-03-20build: ensure the correct strip is used for osx/win32Cory Fields
2014-03-20build: if cross-compiling for an apple host, locate some additional toolsCory Fields
This should be safe to do for native builds too, but for now it's specific to cross-builds to avoid possible regressions.
2014-03-20build: fix qt.conf case-sensitivity in the deployed dmgCory Fields
For qt5.2 on osx, the qcocoa plugin is mandatory. However, it fails to load when qt.conf specifies the "plugin" path instead of the expected "Plugin". This is in line with the documentation: https://qt-project.org/doc/qt-5.0/qtdoc/qt-conf.html I'm not sure how the plugins were loading before, unless the case-sensitivity for OSX is new.