aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-05Temporarily add SetNull/IsNull/GetCheapHash to base_uintWladimir J. van der Laan
Also add a stub for arith_uint256 and its conversion functions, for now completely based on uint256. Eases step-by-step migration to blob.
2015-01-05Merge pull request #5594Wladimir J. van der Laan
7eeeac0 Remove dead BitcoinUnits::id code and update assets-attribution for non-image unit selector (Luke Dashjr)
2015-01-04Merge pull request #5540Pieter Wuille
12d927a RPC test for immature balance (Jonas Schnelli) 8024d67 Add immature balances to getwalletinfo. (Gregory Maxwell) d44c545 Add unconfirmedbalance field to getwalletinfo (azeteki)
2015-01-04Merge pull request #5508Pieter Wuille
146c0a7 Add RandAddSeedPerfmon to MakeNewKey (21E14)
2015-01-03Remove dead BitcoinUnits::id code and update assets-attribution for ↵Luke Dashjr
non-image unit selector
2015-01-03Merge pull request #5582Wladimir J. van der Laan
4caad26 depends: bump cctools to a custom version with less deps (Cory Fields) 46f54bf build: osx builders no longer need 32bit compiler support (Cory Fields) 4fe6c3c depends: major upgrade to darwin toolchain (Cory Fields) ec90c97 depends: osx: fix qt5 build against 10.10 sdk (Cory Fields)
2015-01-03On close of splashscreen interrupt verifyDBThomas Zander
With the splashscreen being able to be closed it is possible to shutdown during the lengthy verifyDB method. (Takes about a minute on my machine). This change allows us to shutdown much sooner. Github-Pull: #5557
2015-01-02depends: bump cctools to a custom version with less depsCory Fields
This one no longer requires native libuuid or libcrypto
2015-01-02build: osx builders no longer need 32bit compiler supportCory Fields
2015-01-02depends: major upgrade to darwin toolchainCory Fields
tl;dr: Update to the newer stable toolchain and SDK for OSX without giving up any backwards compatibility. We can move to clang 3.5 as a next step which allows use to use libc++ and the 10.10 sdk, but we'll need to find a build that works in gitian/travis first. Switch to a new, better maintained fork of cctools: https://github.com/tpoechtrager/cctools-port I've forked this and will be working on it some as well: https://github.com/theuni/cctools-port This brings in: cctools v862 ld64: v241.9 It also fixes 64bit builds, so there's no longer any need to use a 32bit clang. Since clang is no longer tied to an old/crusty 32bit build, clang has been upgraded to 3.3. Unfortunately, there's a bug in 3.4 that breaks builds. 3.5 works fine, but there are no binary builds compatible with precise, which is currently used for gitian and travis. We could always build our own if necessary. After updating to stable clang/linker/cctools, it's possible to use a more recent SDK. The current SDK (10.7) through the most recent 10.10 have all been built/tested successfully, both with and without 10.6 compatibility. However, 10.10 requires clang 3.5. SDKs >= 10.9 use libc++ rather than libstdc++. This is verified working as well.
2015-01-02depends: osx: fix qt5 build against 10.10 sdkCory Fields
2015-01-02Merge pull request #5349Wladimir J. van der Laan
0125988 Implement test for merkle tree malleability in CPartialMerkleTree (Pieter Wuille)
2015-01-02Merge pull request #5476Wladimir J. van der Laan
73caf47 Display time offset in the debug window's Peers tab (Pavel Janík) 26a6bae Add time offset to getpeerinfo output (Pavel Janík)
2015-01-02Merge pull request #5580Wladimir J. van der Laan
1b178a7 Bugfix: ConnectBlock: In case the genesis block gets in with fJustCheck, behave correctly (Luke Dashjr) 228d238 Make CCoinsViewCache's copy constructor private (Luke Dashjr)
2015-01-02Remove declaration of no longer existent CheckWorkWladimir J. van der Laan
Also make ProcessBlockFound static as it is not used outside miner.cpp. Alternative implementation of #5549.
2015-01-02Merge pull request #5569Wladimir J. van der Laan
0d50c2f dmg: fix deterministic dmg creation and docs (Cory Fields)
2015-01-02Merge pull request #5583Wladimir J. van der Laan
643415a [Qt] update a translation string and argument counts (Philip Kaufmann)
2015-01-02Merge pull request #5586Wladimir J. van der Laan
d57b303 depends: fix major regression after d546191dc. (Cory Fields)
2015-01-02Bump project-wide COPYRIGHT_YEAR to 2015Wladimir J. van der Laan
There is still a redundancy here between configure.ac and clientversion.h.
2015-01-02Remove redundant copyright notices from README filesWladimir J. van der Laan
The normative place for these for the entire project is COPYING, and the main README already has a MIT license section.
2015-01-02Merge pull request #5551Wladimir J. van der Laan
dd3f697 Use real text rather than image-rendered text for unit selector (Luke Dashjr)
2014-12-31depends: fix major regression after d546191dc.Cory Fields
Broken hash logic caused all depends on some platforms (osx at least) to end up with the same build-id. Without this fix, nothing will be rebuilt when recipes or dependencies change.
2014-12-31Merge #5528 fromJeff Garzik
branch 'bitcoin-tx-copy-paste' of git://github.com/ers35/bitcoin into merge-5528
2014-12-31Merge #5578 fromJeff Garzik
branch 'error_typos' of git://github.com/paveljanik/bitcoin into merge-5578
2014-12-31Merge #5468 fromJeff Garzik
branch 'developer-notes_md' of git://github.com/fanquake/bitcoin into merge-5468
2014-12-31Merge #4964 fromJeff Garzik
branch 'validateaddress-return-scriptpubkey' of git://github.com/petertodd/bitcoin into merge-4964
2014-12-31Merge #5111 fromJeff Garzik
branch 'core2' of git://github.com/jtimon/bitcoin into merge-5111
2014-12-31[Qt] update a translation string and argument countsPhilip Kaufmann
2014-12-31Merge pull request #5499Wladimir J. van der Laan
7f71813 Bugfix: prioritisetransaction: Do some basic sanity checking on txid (Luke Dashjr)
2014-12-31Merge pull request #5545Wladimir J. van der Laan
a094b3d Remove bitnodes.io from dnsseeds. (Gregory Maxwell)
2014-12-31Merge pull request #5571Wladimir J. van der Laan
06206bb Correct tooltip on address book page (Michael Ford)
2014-12-31Merge pull request #5546Wladimir J. van der Laan
1f67084 [Docs] clean up assets-attributen.md (Jonas Schnelli)
2014-12-31Merge pull request #5576Wladimir J. van der Laan
8f6860a Bugfix: RPCWallet: Docs: Booleans aren't quoted (Luke Dashjr)
2014-12-31Merge pull request #5566Wladimir J. van der Laan
78a7cd3 Updated license date (Ben Holden-Crowther)
2014-12-31Bugfix: ConnectBlock: In case the genesis block gets in with fJustCheck, ↵Luke Dashjr
behave correctly
2014-12-31Make CCoinsViewCache's copy constructor privateLuke Dashjr
It is easily confused with CCoinsViewCache(CCoinsView*), which creates a sub-cache, but instead of creating a sub-cache, the copy constructor would copy the original and use that original's base, defeating the intended isolation.
2014-12-30Clean AcceptToMemoryPool error messagesPavel Janík
2014-12-30Merge pull request #5565Wladimir J. van der Laan
8db1760 rpcserver: attempt to fix uncaught exception. (Cory Fields)
2014-12-30Bugfix: RPCWallet: Docs: Booleans aren't quotedLuke Dashjr
2014-12-30Correct tooltip on address book pageMichael Ford
2014-12-30dmg: fix deterministic dmg creation and docsCory Fields
2014-12-29Updated license dateBen Holden-Crowther
Changed 2014 to 2015 in preparation for new year
2014-12-29rpcserver: attempt to fix uncaught exception.Cory Fields
2014-12-29Merge pull request #5505Wladimir J. van der Laan
469d564 Build winshutdownmonitor.cpp on Windows only. (Pavel Janík)
2014-12-29Use real text rather than image-rendered text for unit selectorLuke Dashjr
The width of each unit is measured to set a fixed width for the widget, and the color is set to match the other status widgets.
2014-12-29Merge pull request #5514Wladimir J. van der Laan
be43492 build: fix 'make distcheck' (Cory Fields)
2014-12-29Merge pull request #5530Wladimir J. van der Laan
7c5dd60 Adding RPC tests for the following wallet related calls: getbalance, listsinceblock, listtransactions, listlockunspent, listaccounts listaddressgroupings (Everett Forth)
2014-12-29Merge pull request #5554Wladimir J. van der Laan
244fdc7 Fix typo (Julian Yap)
2014-12-29Merge pull request #5558Wladimir J. van der Laan
99913f0 Fix reference. (Thomas Zander)
2014-12-28Fix reference.Thomas Zander
The text talked about "Quit" while Bitcoin uses "Exit" in its menu.