- 24 Sep, 2013 1 commit
-
-
Pieter Wuille authored
-
- 23 Sep, 2013 3 commits
-
-
Gavin Andresen authored
Prune provably-unspendable outputs
-
Pieter Wuille authored
Use 'low S' as malleability breaker rather than 'even S'
-
Gavin Andresen authored
Add michagogo to gitian download scripts
-
- 22 Sep, 2013 2 commits
-
-
Gavin Andresen authored
[raw] reject insanely high fees by default in sendrawtransaction
-
Micha authored
Following a discussion in #bitcoin-dev, around 19:00 UTC, 20132209
-
- 21 Sep, 2013 2 commits
-
-
Micha authored
-
Wladimir J. van der Laan authored
Bitcoin-Qt: BitcoinGUI::message() updates/fixes
-
- 20 Sep, 2013 5 commits
-
-
Pieter Wuille authored
fix some printf -> LogPrintf leftovers
-
Philip Kaufmann authored
-
Pieter Wuille authored
-
Gavin Andresen authored
-
Gavin Andresen authored
-
- 19 Sep, 2013 6 commits
-
-
Gavin Andresen authored
-
Wladimir J. van der Laan authored
fix extract_strings_qt.py
-
Philip Kaufmann authored
- a recent pull changed xgettext to gettext, this is reverted here
-
Pieter Wuille authored
Bugfix: nHeightLast instead of nHeightFirst
-
Pieter Wuille authored
-
Gavin Andresen authored
-
- 18 Sep, 2013 13 commits
-
-
Gavin Andresen authored
Gitian fixups
-
Gavin Andresen authored
Fix minor unit test memory leaks
-
Pieter Wuille authored
-
Cory Fields authored
-
Cory Fields authored
bitcoin incorrectly linked against the dll after the configure changes, so ensure that only the static lib is installed.
-
Jeff Garzik authored
-
Jeff Garzik authored
configure.ac: remove debug/release concept, prefer autotools default CXXFLAGS
-
Jeff Garzik authored
-
Wladimir J. van der Laan authored
-
Jeff Garzik authored
-
Jeff Garzik authored
Remove #define printf, replace OutputDebugStringf with LogPrint(f)
-
Gavin Andresen authored
-
Gavin Andresen authored
-
- 17 Sep, 2013 1 commit
-
-
Gavin Andresen authored
Embedded test data in bitcoin_test
-
- 16 Sep, 2013 6 commits
-
-
Cory Fields authored
This change moves test data into the binaries rather than reading them from the disk at runtime. Advantages: - Tests become distributable - Cross-compile friendly. Build on one machine and execute in an arbitrary location on another. - Easier testing for backports. Users can verify that tests pass without having to track down corresponding test data. - More trustworthy test results and easier quality assurance as tests make fewer assumptions about their environment. - Tests could theoretically run at client/daemon startup and exit on failure. Disadvantages: - Required 'hexdump' build-dependency. This is a standard bsd tool that should be usable everywhere. It is likely already installed on all build-machines. - Tests can no longer be fudged after build by altering test-data.
-
Cory Fields authored
-
Jeff Garzik authored
More fixes for blockchain corruption on OSX.
-
Gavin Andresen authored
autotools: fix a parallel build race condition spotted by the pull-tester
-
Cory Fields authored
libleveldb.a and libmemenv.a should be able to build in parallel, but in practice calling the leveldb makefile ends up rewriting build_config.mk. If one target tries to build while the other is halfway through writing the .mk, the make ends up in an undefined state. Fix that by making one depend on the other. This also reorders the variables to be passed by param rather than via the environment, and combines the targets into a single rule to avoid needless duplication.
-
Gregory Maxwell authored
As we'd previously learned, OSX's fsync is a data eating lie. Since 0.8.4 we're still getting some reports of disk corruption on OSX but now all of it looks like the block files have gotten out of sync with the database. It turns out that we were still using fsync() on the block files, so this isn't surprising.
-
- 14 Sep, 2013 1 commit
-
-
Gavin Andresen authored
Update translation process for autotools
-