| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
323a5fe Berkeley DB v6 compatibility fix (Alexey Vesnin)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes building error looking like this:
CXX wallet/libbitcoin_wallet_a-db.o
wallet/db.cpp: In member function ‘void CDBEnv::EnvShutdown()’:
wallet/db.cpp:46:16: error: call of overloaded ‘DbEnv(int)’ is ambiguous
DbEnv(0).remove(strPath.c_str(), 0);
^
wallet/db.cpp:46:16: note: candidates are:
In file included from wallet/db.h:21:0,
from wallet/db.cpp:6:
/usr/include/db_cxx.h:916:2: note: DbEnv::DbEnv(const DbEnv&)
DbEnv(const DbEnv &);
^
/usr/include/db_cxx.h:518:2: note: DbEnv::DbEnv(DB_ENV)
DbEnv(DB_ENV *dbenv);
^
/usr/include/db_cxx.h:516:2: note: DbEnv::DbEnv(u_int32_t)
DbEnv(u_int32_t flags);
^
Makefile:5780: recipe for target 'wallet/libbitcoin_wallet_a-db.o' failed
make[2]: ** [wallet/libbitcoin_wallet_a-db.o] Error 1
|
| |\ \
| | |
| | |
| | | |
203f212 Reduce default number of blocks to check at startup (Pieter Wuille)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
3fe0b68 Set defaults to gitian defaults (Andrew Chow)
6ffd6b4 Create option to detach sign gitian builds and not commit the files in the script (Andrew Chow)
498d8da Check for OSX SDK (Andrew Chow)
eda4cfb Create an easy to use gitian building script (Andrew Chow)
|
| | | | |
| | | |
| | | |
| | | | |
Set the default -j and -m to 2 and 2000 respectively, matching gitian's default values.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
script
Gitian builds can be done where the assert files are made but no signing is done. The sigs can also optionally not be committed automatically.
|
| | | | | |
|
| | |/ /
| | |
| | |
| | | |
I've written a script that automates the setup and building of binaries with gitian. All of the commands are pulled from various documentation on gitian building.
|
| |\ \ \
| |_|/
|/| |
| | | |
1467561 [doc] - clarify statement about parallel jobs in rpc-tests.py (isle2983)
|
| |/ / |
|
| |\ \
| | |
| | |
| | | |
fae6bb8 [doc] build: Mention curl (MarcoFalke)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
7zip and SleuthKit
b729fcd Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKit (Luke Dashjr)
|
| | | | | |
|
| |\ \ \ \
| |_|/ /
|/| | |
| | | | |
beef966 [Wallet] remove unused code/conditions in ReadAtCursor (Jonas Schnelli)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
fafe7b3 contrib: Make fix-copyright-headers.py more portable (MarcoFalke)
fa27c0a [doc] Fix typos in comments, doxygen: Fix comment syntax (MarcoFalke)
fabfd5d [qa] pull-tester: Don't mute zmq ImportError (MarcoFalke)
67a5502 init: Fix typo in help message for -whitelistforcerelay (Wladimir J. van der Laan)
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Reported by pryds on Transifex in the Danish translation.
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
40a95cf Set jonasschnellis dns-seeder filter flag (Jonas Schnelli)
|
| | | | | | |
|
| |\ \ \ \ \
| | |/ / /
| |/| | |
| | | | | |
fa3d974 [doc] Update git-subtree-check.sh README (MarcoFalke)
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
ff8d279 Do not shadow member variables (Pavel Janík)
|
| | | | | | | |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
ab53207 [trivial][doc] Mention ++i as preferred to i++ in dev notes (fanquake)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | |
| | | | | | | |
c25083b [trivial][doc] Mention gpg --refresh-keys in release-process.md (fanquake)
|
| |/ / / / / / |
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
fa6dc9f Remove unused variables (MarcoFalke)
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
fab5ecb [wallet] rpc: Drop misleading option (MarcoFalke)
|
| | | | | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
4c3e2cb Show XTHIN in GUI (R E Broadley)
|
| | | |_|_|_|_|/ /
| |/| | | | | | |
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
received with a hashStop of Null
259ee09 Show "end" instead of many zeros when getheaders request received with a hashStop of Null. (R E Broadley)
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
hashStop of Null.
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
f13c1ba Move AdvertiseLocal debug output to net category (Michael Rotarius)
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
2f32c82 [Qt] show network/chain errors in the GUI (Jonas Schnelli)
|
| | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \
| |_|_|_|_|/ / / / /
|/| | | | | | | | |
| | | | | | | | | | |
be1d451 contributing.md: Fix formatting (Will Binns)
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
This commit contains two changes to CONTRIBUTING.md that:
Fix line line lengths. There were several instances where line lengths
were well over 80 characters. This commit adjusts them to make them
conform to formatting best practices, to stay under 80 characters when
possible.
Adhere to consist use of quotes. There are a few instances where smart
quotes are used (perhaps because it was pasted from a word processor).
This commit replaces them with dumb quotes to keep it consistent with
the quotation formatting found in the rest of the document.
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
57acb82 Load choose datadir dialog after options reset (Andrew Chow)
15df3c1 Persist the datadir after option reset (Andrew Chow)
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
After a reset is performed, the datadir setting is saved and readded to the settings so that it is persisted across option resets.
|
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
fa1cf9e [test] Remove unused code (MarcoFalke)
|