Age | Commit message (Collapse) | Author |
|
- prevents unsafe shutdowns on Windows, which is known to be
able to cause problems with wallet.dat
- if a users ends a Windows session, this will initiate a client shutdown
and show a Windows dialog, that tells the user what is going on (for
Windows Vista and higher it will even show a reason for blocking the
Windows session end)
|
|
Got too many complaints that is was unserious and written by trolls.
I have also removed the translation from transifex.
Fixes #4054 and #3918.
|
|
b698417 Added Blockchain Bootstraping Tutorial (super3)
|
|
Per @laanwj request in #3724
Fixing Checkpoints Comment
Fixed Image Paths
Removed requirement.
Update Torrent Links.
Update Links 2
Link would not work.
2 Small Fixes
Changed in to from
@laanwj suggestion on safety
|
|
b1b9c76 Fix bloom filter not to use bit_mask (peryaudo)
|
|
7328898 Added instructions for when wrong openssl detected after brew link (olalonde)
|
|
1528397 doc: add note about translations to README.md (Wladimir J. van der Laan)
|
|
|
|
8414cb0 Doxygen-compatible comments in coding style (Wladimir J. van der Laan)
|
|
219b512 doc: update expected intermediate dependency hashes (Wladimir J. van der Laan)
25d4911 gitian: upgrade miniupnpc input to 1.9 (Wladimir J. van der Laan)
|
|
ab64381 Fix a typo in RPC signrawtransaction help (Hector Jusforgues)
|
|
f3f2cb7 doc: remove versions from build-unix.md, just refer to release-process.md (Wladimir J. van der Laan)
|
|
Also move them to release-process.md from gitian-building.md for more
visibility.
|
|
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.
|
|
No one bothers to keep this up to date.
Better to refer to another file than give wrong information.
|
|
71f82bf Restart-warning for spendZeroConfChange option (langerhans)
|
|
|
|
Bump Qt dependency version after OpenSSL update.
Very important. Thanks @michagogo for noting.
|
|
4a811b0 gitian: upgrade openssl to 1.0.1g for both win and linux (Wladimir J. van der Laan)
|
|
ddcd1af gitian: add statically built variant of bitcoind/bitcoin-cli (Wladimir J. van der Laan)
|
|
13a2283 build: Sync ax_boost_base.m4 with upstream. (Cory Fields)
|
|
633bb8b Fixes the broken image in the Gitian Build Guide (Michael Ford)
|
|
4ae5e72 Show error message if ReadConfigFile fails (Wladimir J. van der Laan)
|
|
OpenSSL 1.0.1g fixes CVE-2014-0160.
Also bump dependency versions.
|
|
|
|
According to the options model, a restart is required after changing this option. So let's notify the user about it.
|
|
This should fix 32bit boost detection on Ubuntu Saucy+. Fixes #3945.
|
|
A runaway exception was raised if ReadConfigFile fails (usually
due to a parse error in bitcoin.conf). Show an error message instead.
Fixes #4013.
|
|
|
|
fbf617a remove an assignment which is never used. (Yoichi Hirai)
|
|
94c8bfb Move assert(pindexNew); to above where we dereference pindexNew. (Gregory Maxwell)
|
|
|
|
|
|
Update README.md
|
|
|
|
f7257cf unified and better log/error messages for CDBEnv/CDB (Philip Kaufmann)
|
|
2c47a00 Add gitian build guide (Wladimir J. van der Laan)
|
|
4c35366 Fix importwallet nTimeFirstKey (Cozz Lovan)
|
|
cb4bdd1 Have pull-tester run the listtransactions.py regression test (Gavin Andresen)
|
|
3927836 [Qt] rescan progress (Cozz Lovan)
|
|
Fix for GetBlockValue() after block 13,440,000
|
|
This should show how to run a python-based regression test
successfully in the pull-tester environment.
|
|
Because no one wants 4 gold mines being discovered every mibillenium.
|
|
Work in progress...
|
|
|
|
f61287c RPC command getmininginfo showing right genproclimit (Isidoro Ghezzi)
|
|
65adc3a qt: Don't require db_cxx.h when wallet disabled (Wladimir J. van der Laan)
4babd08 doc: Add note about memory reqs for compilation (Wladimir J. van der Laan)
25333a2 build: improve missing boost error reporting (Wladimir J. van der Laan)
|
|
d34b958 [Qt] small cleanup of coincontroldialog (Philip Kaufmann)
|
|
- use a little more Qt-style
- check for NULL pointers first and return in updateView()
- small space and formating changes
|
|
|