aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-01[REST] add REST interface tests in rpc-test sectionJonas Schnelli
2014-12-01Merge pull request #5386Wladimir J. van der Laan
1b91be4 Report status of chain tips (Pieter Wuille)
2014-12-01Merge pull request #5388Wladimir J. van der Laan
1cf23f6 Update the intent on SI-style separators. (21E14)
2014-11-28Update the intent on SI-style separators.21E14
2014-11-28Merge pull request #5365Pieter Wuille
3a05ba1 Fix typo in doxygen comment. (Pavel Janík)
2014-11-28Merge pull request #5316Wladimir J. van der Laan
f86a24b Move `setmocktime` to hidden category (Wladimir J. van der Laan) bd9aebf Introduce a hidden category (Pieter Wuille) 0dd06b2 Delay writing block indexes in invalidate/reconsider (Pieter Wuille) 9b0a8d3 Add 'invalidateblock' and 'reconsiderblock' RPC commands. (Pieter Wuille)
2014-11-28Move `setmocktime` to hidden categoryWladimir J. van der Laan
Another testing-only potential footgun command.
2014-11-28Merge pull request #5374Wladimir J. van der Laan
a53d16a Use complete path to include bitcoin-config.h. (Pavel Janík)
2014-11-27Merge pull request #5385Wladimir J. van der Laan
57be955 Remove -printblock, -printblocktree, and -printblockindex (Pieter Wuille)
2014-11-27Merge pull request #5384Wladimir J. van der Laan
e3f315a Fix python usage for arch's broken maintainers (Matt Corallo)
2014-11-27Report status of chain tipsPieter Wuille
2014-11-27Remove -printblock, -printblocktree, and -printblockindexPieter Wuille
2014-11-27Fix python usage for arch's broken maintainersMatt Corallo
2014-11-26Introduce a hidden categoryPieter Wuille
2014-11-26Delay writing block indexes in invalidate/reconsiderPieter Wuille
2014-11-26Add 'invalidateblock' and 'reconsiderblock' RPC commands.Pieter Wuille
These can be used for testing reorganizations or for manual intervention in case of chain forks.
2014-11-26Merge pull request #5158Wladimir J. van der Laan
9ec75c5 Add a locking mechanism to IsInitialBlockDownload to ensure it never goes from false to true. (Ruben Dario Ponticelli) a2d0fc6 Fix IsInitialBlockDownload which was broken by headers first. (Ruben Dario Ponticelli)
2014-11-26Merge pull request #5273Wladimir J. van der Laan
cd4d3f1 Win32: change buffer size for gethotsname in Discover() (Philip Kaufmann) 8fa0494 Win32: log addresses found in Discover() calls (Philip Kaufmann)
2014-11-26Merge pull request #5326Wladimir J. van der Laan
5dc713b [REST] set REST API behind "-rest" option (Jonas Schnelli) 78bdc81 [REST] give an appropriate response in warmup phase (Jonas Schnelli) 210eba9 [REST] fix headersonly flag for BINARY responses (Jonas Schnelli)
2014-11-26[REST] set REST API behind "-rest" optionJonas Schnelli
2014-11-26[REST] give an appropriate response in warmup phaseJonas Schnelli
2014-11-26qt: Update translations from transifexWladimir J. van der Laan
2014-11-26[REST] fix headersonly flag for BINARY responsesJonas Schnelli
2014-11-26Merge pull request #5321Wladimir J. van der Laan
34559c7 Make PruneBlockIndexCandidates safer (Pieter Wuille) cca48f6 Reset setBlockIndexCandidates once block index db loaded (21E14)
2014-11-26Merge pull request #5323Wladimir J. van der Laan
a328dd6 [Qt] small changes to sendcoinsdialog (Philip Kaufmann)
2014-11-26Merge pull request #5363Wladimir J. van der Laan
7a9cf80 docs: add/update docs for osx dmg signing (Cory Fields) 914868a build: add a deterministic dmg signer (Cory Fields) d69ed2b build: Clean up the dmg layout (Cory Fields) 2f327a3 build: add the deploydir target for gitian (Cory Fields)
2014-11-26Merge pull request #5371Wladimir J. van der Laan
dfef929 release: update docs to reflect new layout (Cory Fields) 52bb7a7 gitian: update descriptors to use a sane uniform output (Cory Fields)
2014-11-26Merge pull request #5370Wladimir J. van der Laan
b7f2cdc build: disable static lib stripping during osx make install-strip (Cory Fields)
2014-11-26Merge pull request #5209Wladimir J. van der Laan
9b1627d [Wallet] Reduce minTxFee for transaction creation to 1000 satoshis (Cozz Lovan)
2014-11-26Merge pull request #5361Wladimir J. van der Laan
3223179 libbitcoinconsensus: don't require any global constructors (Cory Fields)
2014-11-26Use complete path to include bitcoin-config.h.Pavel Janík
2014-11-26Merge pull request #5340Wladimir J. van der Laan
c8ed613 Include missing config/bitcoin-config.h. (Pavel Janík) 494f6e7 Check for strnlen and provide it if it is not found. (Pavel Janík)
2014-11-26Include missing config/bitcoin-config.h.Pavel Janík
2014-11-26docs: add/update docs for osx dmg signingCory Fields
2014-11-26build: add a deterministic dmg signerCory Fields
2014-11-25release: update docs to reflect new layoutCory Fields
- Split linux32/linux64 releases - Split win32/win64 zips - Post-processing should no longer be required. The deterministic outputs are ready for consumption.
2014-11-25build: Clean up the dmg layoutCory Fields
2014-11-25build: add the deploydir target for gitianCory Fields
This is a helper target that stops just before the creation of the dmg.
2014-11-25gitian: update descriptors to use a sane uniform outputCory Fields
2014-11-25build: disable static lib stripping during osx make install-stripCory Fields
2014-11-25[Qt] small changes to sendcoinsdialogPhilip Kaufmann
- add newly added variables to the constructor init - move an already existing bool also to constructor init - move a connect call to setClientModel and add a NULL pointer check
2014-11-25Merge pull request #5351Wladimir J. van der Laan
3d0a1ce Process help and version arguments before datadir. (Pavel Janík)
2014-11-25Merge pull request #5241Wladimir J. van der Laan
a206950 Introduce separate flushing modes (Pieter Wuille) 51ce901 Improve chainstate/blockindex disk writing policy (Pieter Wuille)
2014-11-25Merge pull request #5362Wladimir J. van der Laan
d61dc25 qt: osx: fix hidden symbol visibility (Cory Fields)
2014-11-25Fix typo in doxygen comment.Pavel Janík
2014-11-24qt: osx: fix hidden symbol visibilityCory Fields
Fixes default hidden symbol visibility for our linux->osx cross build. Without this change, the check for working -fvisibility=hidden fails, and all symbols are visible by default. Ugly as this is, it's just a simple find/replace to fix a bug in Qt's configure. They assume in an "XPLATFORM_MAC" block that the builder is capable of running osx programs. This should be "BUILD_ON_MAC" instead.
2014-11-24libbitcoinconsensus: don't require any global constructorsCory Fields
These static objects are only used in once place, so declare them there instead.
2014-11-24Merge pull request #5335Gavin Andresen
7e615f5 Fixed mempool sync after sending a transaction (Suhas Daftuar)
2014-11-24Merge pull request #5358Wladimir J. van der Laan
3c77714 Make -proxy set all network types, avoiding a connect leak. (Gregory Maxwell)
2014-11-24Merge pull request #5154Wladimir J. van der Laan
730b1ed Check pindexBestForkBase for null (21E14)