Wladimir J. van der Laan
df3f12d409
Merge #8626 : Berkeley DB v6 compatibility fix
...
323a5fe
Berkeley DB v6 compatibility fix (Alexey Vesnin)
8 years ago
Johnson Lau
482f852da6
Implement NULLDUMMY softfork
8 years ago
Wladimir J. van der Laan
2b23dbaee5
Merge #8611 : Reduce default number of blocks to check at startup
...
203f212
Reduce default number of blocks to check at startup (Pieter Wuille)
8 years ago
Wladimir J. van der Laan
7b98895865
Merge #8566 : Easy to use gitian building script
...
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)
8 years ago
MarcoFalke
c01a6c48b9
Merge #8625 : [doc] - clarify statement about parallel jobs in rpc-tests.py
...
1467561
[doc] - clarify statement about parallel jobs in rpc-tests.py (isle2983)
8 years ago
Alexey Vesnin
323a5fe06a
Berkeley DB v6 compatibility fix
...
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
8 years ago
isle2983
1467561024
[doc] - clarify statement about parallel jobs in rpc-tests.py
8 years ago
Pieter Wuille
89de1538ce
Merge #8624 : [doc] build: Mention curl
...
fae6bb8
[doc] build: Mention curl (MarcoFalke)
8 years ago
Pieter Wuille
de07fdcf77
Merge #8617 : Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKit
...
b729fcd
Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKit (Luke Dashjr)
8 years ago
Pieter Wuille
01680195f8
Merge #8564 : [Wallet] remove unused code/conditions in ReadAtCursor
...
beef966
[Wallet] remove unused code/conditions in ReadAtCursor (Jonas Schnelli)
8 years ago
MarcoFalke
fae6bb85cf
[doc] build: Mention curl
8 years ago
Luke Dashjr
b729fcdb84
Include instructions to extract Mac OS X SDK on Linux using 7zip and SleuthKit
8 years ago
MarcoFalke
fa994a7b8e
contrib: Don't use shell=True
8 years ago
Wladimir J. van der Laan
6275123ce9
doc: Update build-openbsd for 0.13.0+ and OpenBSD 5.9
...
- Python 3 now supported.
- Bump boost version to 1.61 - one boost patch no longer needed.
- All checked with OpenBSD 5.9, except for the clang part, I left this
as-is for someone adventurous.
- Mention overriding resource limits, OpenBSD's default ulimit does not
suffice for building Bitcoin Core with gcc 4.9.3.
8 years ago
Wladimir J. van der Laan
883175f5d3
build: Updates for OpenBSD
...
- LevelDB platform was not guessed correctly (it ended up defining
`-DOS_OPENBSD59` instead of `-DOS_OPENBSD`)
- On OpenBSD there is no convenience link from `python3.5` to `python3`:
add detection for other python interpreter names.
- If it has to guess the LevelDB OS, print a autoconf warning so that
the user can check.
8 years ago
Wladimir J. van der Laan
a5bb6387f7
Merge #8607 : [doc] Fix doxygen off-by-one comments, fix typos
...
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)
8 years ago
Andrew Chow
3fe0b68fb4
Set defaults to gitian defaults
...
Set the default -j and -m to 2 and 2000 respectively, matching gitian's default values.
8 years ago
Pieter Wuille
05e1c85fb6
Merge #8573 : Set jonasschnellis dns-seeder filter flag
...
40a95cf
Set jonasschnellis dns-seeder filter flag (Jonas Schnelli)
8 years ago
nomnombtc
ae6e754928
change help string --enable-man to --disable-man
8 years ago
Pieter Wuille
203f2121be
Reduce default number of blocks to check at startup
8 years ago
Andrew Chow
6ffd6b4a57
Create option to detach sign gitian builds and not commit the files in the 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.
8 years ago
Andrew Chow
498d8dadbf
Check for OSX SDK
8 years ago
Andrew Chow
eda4cfb992
Create an easy to use gitian building script
...
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.
8 years ago
nomnombtc
a32c102fb1
add conditional for --enable-man, default is yes
8 years ago
nomnombtc
dc84b6f419
add doc/man to subdir if configure flag --enable-man is set
8 years ago
nomnombtc
00dba72cc3
add doc/man/Makefile.am to include manpages
8 years ago
nomnombtc
eb5643b7c7
add autogenerated manpages by help2man
8 years ago
nomnombtc
6edf2fdb85
add gen-manpages.sh description to README.md
8 years ago
nomnombtc
d2cd9c033b
add script to generate manpages with help2man
8 years ago
Pieter Wuille
5805ac836c
Add preciousblock tests
...
Rebased, improved and extended by Luke-Jr.
8 years ago
Pieter Wuille
5127c4f21c
Add preciousblock RPC
...
Includes a bugfix by Luke-Jr.
8 years ago
Pieter Wuille
887919c7b7
Check for compatibility with download in FindNextBlocksToDownload
8 years ago
Pieter Wuille
144ed76ea0
Fix some locks
...
This makes sure that cs_filter is never held while taking cs_main
or CNode::cs_vSend.
8 years ago
Pieter Wuille
c072b8fd95
Merge #8545 : [doc] Update git-subtree-check.sh README
...
fa3d974
[doc] Update git-subtree-check.sh README (MarcoFalke)
8 years ago
Pieter Wuille
35fe0393f2
Rename to PrecomputedTransactionData
8 years ago
Pieter Wuille
9a0ed08b40
Merge #8109 : Do not shadow member variables
...
ff8d279
Do not shadow member variables (Pavel Janík)
8 years ago
Wladimir J. van der Laan
bb566761fb
Merge #8602 : [trivial][doc] Mention ++i as preferred over i++ in dev notes
...
ab53207
[trivial][doc] Mention ++i as preferred to i++ in dev notes (fanquake)
8 years ago
Wladimir J. van der Laan
fd37acaeda
Merge #8603 : [trivial][doc] Mention gpg --refresh-keys in release-process.md
...
c25083b
[trivial][doc] Mention gpg --refresh-keys in release-process.md (fanquake)
8 years ago
fanquake
c25083bcef
[trivial][doc] Mention gpg --refresh-keys in release-process.md
8 years ago
fanquake
ab53207b9c
[trivial][doc] Mention ++i as preferred to i++ in dev notes
8 years ago
Wladimir J. van der Laan
12892dbb9f
Merge #8590 : Remove unused variables
...
fa6dc9f
Remove unused variables (MarcoFalke)
8 years ago
Wladimir J. van der Laan
05fa823bf6
wallet: Add BIP125 comment for MAXINT-1/-2 behavior
8 years ago
Peter Todd
152f45ba58
Add option to opt into full-RBF when sending funds
8 years ago
Jonas Schnelli
e3245b43d5
[Qt] add out-of-sync modal info layer
8 years ago
Wladimir J. van der Laan
65837375d9
Merge #8581 : [wallet] rpc: Drop misleading option
...
fab5ecb
[wallet] rpc: Drop misleading option (MarcoFalke)
8 years ago
Wladimir J. van der Laan
c19f8a4a77
Merge #8583 : Show XTHIN in GUI
...
4c3e2cb
Show XTHIN in GUI (R E Broadley)
8 years ago
Wladimir J. van der Laan
6c9f1b8c24
Merge #8561 : Show "end" instead of many zeros when getheaders request 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)
8 years ago
Jonas Schnelli
e47052f6b5
[Qt] ClientModel add method to get the height of the header chain
8 years ago
Jonas Schnelli
a001f18802
[Qt] Always pass the numBlocksChanged signal for headers tip changed
8 years ago
Jonas Schnelli
bd44a04dc3
[Qt] make Out-Of-Sync warning icon clickable
8 years ago