Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-20 | Merge pull request #2995 from Diapolo/GUI_message | Wladimir J. van der Laan | |
Bitcoin-Qt: BitcoinGUI::message() updates/fixes | |||
2013-09-20 | Merge pull request #3020 from Diapolo/LogPrint_fixes | Pieter Wuille | |
fix some printf -> LogPrintf leftovers | |||
2013-09-20 | fix some printf -> LogPrintf leftovers | Philip Kaufmann | |
2013-09-20 | Tweaks to the top-level pull-tester script | Gavin Andresen | |
2013-09-20 | Rename BitcoinjBitcoindComparisonTool just BitcoindComparisonTool | Gavin Andresen | |
2013-09-20 | Master pull-tester-driver python script | Gavin Andresen | |
2013-09-19 | Merge pull request #3021 from Diapolo/fix_extract_strings_qt | Wladimir J. van der Laan | |
fix extract_strings_qt.py | |||
2013-09-19 | fix extract_strings_qt.py | Philip Kaufmann | |
- a recent pull changed xgettext to gettext, this is reverted here | |||
2013-09-19 | Merge pull request #3019 from sipa/fugbix | Pieter Wuille | |
Bugfix: nHeightLast instead of nHeightFirst | |||
2013-09-19 | Bugfix: nHeightLast instead of nHeightFirst | Pieter Wuille | |
2013-09-19 | Fix gitian: bitcoin-deps is at version 0.0.7 | Gavin Andresen | |
2013-09-18 | Merge pull request #3014 from theuni/gitian-fixups | Gavin Andresen | |
Gitian fixups | |||
2013-09-18 | Merge pull request #3017 from sipa/unitleaks | Gavin Andresen | |
Fix minor unit test memory leaks | |||
2013-09-19 | Fix minor unit test memory leaks | Pieter Wuille | |
2013-09-18 | gitian: remove obsolete --disable-debug flag | Cory Fields | |
2013-09-18 | gitian: fix win32 build after configure bdb changes | Cory Fields | |
bitcoin incorrectly linked against the dll after the configure changes, so ensure that only the static lib is installed. | |||
2013-09-18 | configure.ac: remove unneeded OSX flags | Jeff Garzik | |
2013-09-18 | Merge pull request #3011 from jgarzik/autoconf | Jeff Garzik | |
configure.ac: remove debug/release concept, prefer autotools default CXXFLAGS | |||
2013-09-18 | configure.ac: remove debug/release concept, prefer autotools default CXXFLAGS | Jeff Garzik | |
2013-09-18 | qt: english translation update | Wladimir J. van der Laan | |
2013-09-18 | Add src/.gitignore: ignore src/test_bitcoin | Jeff Garzik | |
2013-09-18 | Merge pull request #3009 from gavinandresen/LogPrint | Jeff Garzik | |
Remove #define printf, replace OutputDebugStringf with LogPrint(f) | |||
2013-09-18 | Replace printf with LogPrintf / LogPrint | Gavin Andresen | |
2013-09-18 | Refactor: OutputDebugStringF -> LogPrint(category, ...) | Gavin Andresen | |
2013-09-16 | Merge pull request #2985 from theuni/included-tests | Gavin Andresen | |
Embedded test data in bitcoin_test | |||
2013-09-16 | included-tests: generate binary data from test files for inclusion into test ↵ | Cory Fields | |
binaries 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. | |||
2013-09-16 | included-tests: update gitian descriptors for hexdump dependency | Cory Fields | |
2013-09-16 | Merge pull request #3000 from gmaxwell/more_osx_fsync | Jeff Garzik | |
More fixes for blockchain corruption on OSX. | |||
2013-09-15 | Merge pull request #3001 from theuni/fix-make-race | Gavin Andresen | |
autotools: fix a parallel build race condition spotted by the pull-tester | |||
2013-09-16 | autotools: fix a parallel build race condition spotted by the pull-tester | Cory Fields | |
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. | |||
2013-09-15 | More fixes for blockchain corruption on OSX. | Gregory Maxwell | |
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. | |||
2013-09-14 | Merge pull request #2996 from theuni/qt-translation | Gavin Andresen | |
Update translation process for autotools | |||
2013-09-14 | autotools: update translation docs | Cory Fields | |
2013-09-14 | autotools: check for lupdate/xgettext | Cory Fields | |
2013-09-14 | autotools: add translate target for qt translations | Cory Fields | |
2013-09-14 | Bitcoin-Qt: BitcoinGUI::message() updates/fixes | Philip Kaufmann | |
- ensure message boxes are shown in center of our main window, not centered on the users desktop - always prefer user supplied titles for message boxes over the functions defaults (fixes a bug, where transaction info messages did not contain information, if it was incoming or outgoing) | |||
2013-09-14 | autotools: teach extract_strings_qt.py to respect the XGETTEXT env variable | Cory Fields | |
2013-09-14 | autotools: rearrange qt sources to make them more flexible | Cory Fields | |
Add BITCOIN_MM QR_CPP and BITCOIN_CPP in order to better accomodate complicated targets. This is a no-op change. | |||
2013-09-12 | Merge pull request #2830 from petertodd/p2sh-rpc | Gregory Maxwell | |
P2SH related RPC improvements | |||
2013-09-12 | Make validateaddress provide redeemScript | Peter Todd | |
2013-09-12 | Add RPC call decodescript | Peter Todd | |
2013-09-12 | Move Parse{Hash|Hex} to be usable by all RPC code | Peter Todd | |
2013-09-10 | Merge pull request #2979 from luke-jr/autoconf | Gregory Maxwell | |
Autoconf fixes | |||
2013-09-10 | Merge pull request #2982 from gmaxwell/20130908_ccoins_corrupt | Gregory Maxwell | |
Longer term workaround for chainstate corruption from negative versions. | |||
2013-09-10 | Bugfix: Since test_bitcoin is being built and run inside src/test/, try ↵ | Luke Dashjr | |
using relative directories from that point | |||
2013-09-10 | configure: Prefer specific known-good versions of Qt metacompiler tools | Luke Dashjr | |
2013-09-10 | build-unix.md: Remove now-redundant and unnecessary Gentoo instructions | Luke Dashjr | |
2013-09-10 | configure: Check common include subdirectories for bdb headers, and refuse ↵ | Luke Dashjr | |
to use any version other than 4.8 by default | |||
2013-09-10 | autotools: use an absolute path to test data | Cory Fields | |
2013-09-09 | Merge pull request #2961 from Diapolo/cosmetic | Wladimir J. van der Laan | |
fix some cosmetic glitches in the codebase |