- 11 Apr, 2014 1 commit
-
-
Wladimir J. van der Laan authored
-
- 09 Apr, 2014 7 commits
-
-
Wladimir J. van der Laan authored
219b512d doc: update expected intermediate dependency hashes (Wladimir J. van der Laan) 25d4911e gitian: upgrade miniupnpc input to 1.9 (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
ab643811 Fix a typo in RPC signrawtransaction help (Hector Jusforgues)
-
Wladimir J. van der Laan authored
f3f2cb73 doc: remove versions from build-unix.md, just refer to release-process.md (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
Also move them to release-process.md from gitian-building.md for more visibility.
-
Wladimir J. van der Laan authored
Bumps deps-linux, deps-win dependency versions as well. qt-win does not need to be bumped, as although it depends on deps-win, Qt doesn't use miniupnp. I verified this by rebuilding the dependency and checking the the output is the same. Not having to rebuild Qt is a good thing as it is huge.
-
Wladimir J. van der Laan authored
No one bothers to keep this up to date. Better to refer to another file than give wrong information.
-
Wladimir J. van der Laan authored
71f82bf2 Restart-warning for spendZeroConfChange option (langerhans)
-
- 08 Apr, 2014 9 commits
-
-
Hector Jusforgues authored
-
Wladimir J. van der Laan authored
Bump Qt dependency version after OpenSSL update. Very important. Thanks @michagogo for noting.
-
Wladimir J. van der Laan authored
4a811b00 gitian: upgrade openssl to 1.0.1g for both win and linux (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
ddcd1afc gitian: add statically built variant of bitcoind/bitcoin-cli (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
13a2283a build: Sync ax_boost_base.m4 with upstream. (Cory Fields)
-
Wladimir J. van der Laan authored
633bb8b0 Fixes the broken image in the Gitian Build Guide (Michael Ford)
-
Wladimir J. van der Laan authored
4ae5e721 Show error message if ReadConfigFile fails (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
OpenSSL 1.0.1g fixes CVE-2014-0160. Also bump dependency versions.
-
Michael Ford authored
-
- 07 Apr, 2014 5 commits
-
-
langerhans authored
According to the options model, a restart is required after changing this option. So let's notify the user about it.
-
Cory Fields authored
This should fix 32bit boost detection on Ubuntu Saucy+. Fixes #3945.
-
Wladimir J. van der Laan authored
A runaway exception was raised if ReadConfigFile fails (usually due to a parse error in bitcoin.conf). Show an error message instead. Fixes #4013.
-
Wladimir J. van der Laan authored
fbf617a5 remove an assignment which is never used. (Yoichi Hirai)
-
Wladimir J. van der Laan authored
94c8bfb2 Move assert(pindexNew); to above where we dereference pindexNew. (Gregory Maxwell)
-
- 06 Apr, 2014 1 commit
-
-
Gregory Maxwell authored
-
- 05 Apr, 2014 2 commits
-
-
Wladimir J. van der Laan authored
Update README.md
-
Telepatheic authored
-
- 04 Apr, 2014 2 commits
-
-
Wladimir J. van der Laan authored
f7257cfb unified and better log/error messages for CDBEnv/CDB (Philip Kaufmann)
-
Wladimir J. van der Laan authored
2c47a00b Add gitian build guide (Wladimir J. van der Laan)
-
- 03 Apr, 2014 4 commits
-
-
Wladimir J. van der Laan authored
4c35366b Fix importwallet nTimeFirstKey (Cozz Lovan)
-
Wladimir J. van der Laan authored
cb4bdd18 Have pull-tester run the listtransactions.py regression test (Gavin Andresen)
-
Wladimir J. van der Laan authored
39278369 [Qt] rescan progress (Cozz Lovan)
-
Gavin Andresen authored
Fix for GetBlockValue() after block 13,440,000
-
- 02 Apr, 2014 4 commits
-
-
Gavin Andresen authored
This should show how to run a python-based regression test successfully in the pull-tester environment.
-
ditto-b authored
Because no one wants 4 gold mines being discovered every mibillenium.
-
Wladimir J. van der Laan authored
Work in progress...
-
Cozz Lovan authored
-
- 01 Apr, 2014 5 commits
-
-
Wladimir J. van der Laan authored
f61287c9 RPC command getmininginfo showing right genproclimit (Isidoro Ghezzi)
-
Wladimir J. van der Laan authored
65adc3a8 qt: Don't require db_cxx.h when wallet disabled (Wladimir J. van der Laan) 4babd081 doc: Add note about memory reqs for compilation (Wladimir J. van der Laan) 25333a26 build: improve missing boost error reporting (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
d34b9584 [Qt] small cleanup of coincontroldialog (Philip Kaufmann)
-
Philip Kaufmann authored
- use a little more Qt-style - check for NULL pointers first and return in updateView() - small space and formating changes
-
Philip Kaufmann authored
-