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
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
Jonas Schnelli
0904c3cda4
[Refactor] refactor function that forms human readable text out of a timeoffset
8 years ago
Gregory Maxwell
eb3596f7c2
Do not add random inbound peers to addrman.
...
We should learn about new peers via address messages.
An inbound peer connecting to us tells us nothing about
its ability to accept incoming connections from us, so
we shouldn't assume that we can connect to it based on
this.
The vast majority of nodes on the network do not accept
incoming connections, adding them will only slow down
the process of making a successful connection in the
future.
Nodes which have configured themselves to not announce would prefer we
not violate their privacy by announcing them in GETADDR responses.
8 years ago
Pieter Wuille
53f8f226bd
Merge #8462 : Move AdvertiseLocal debug output to net category
...
f13c1ba
Move AdvertiseLocal debug output to net category (Michael Rotarius)
8 years ago
Pavel Janík
de1bbe3b78
Do not shadow global RPC table variable (tableRPC)
8 years ago
MarcoFalke
fa6dc9f0e5
Remove unused variables
8 years ago
Jonas Schnelli
0606f95b1e
Merge #7579 : [Qt] show network/chain errors in the GUI
...
2f32c82
[Qt] show network/chain errors in the GUI (Jonas Schnelli)
8 years ago
Pieter Wuille
9d0f43b7ca
Merge #8226 : contributing.md: Fix formatting (line lengths and smart quotes)
...
be1d451
contributing.md: Fix formatting (Will Binns)
8 years ago
Jonas Schnelli
d26234a9e2
Merge #8487 : Persist the datadir after option reset
...
57acb82
Load choose datadir dialog after options reset (Andrew Chow)
15df3c1
Persist the datadir after option reset (Andrew Chow)
8 years ago
MarcoFalke
95a983d56d
Merge #8578 : [test] Remove unused code
...
fa1cf9e
[test] Remove unused code (MarcoFalke)
8 years ago
Wladimir J. van der Laan
026c6edac9
Merge #8282 : net: Feeler connections to increase online addrs in the tried table.
...
dbb1f64
Added feeler connections increasing good addrs in the tried table. (Ethan Heilman)
8 years ago
R E Broadley
4c3e2cb2df
Show XTHIN in GUI
8 years ago
MarcoFalke
fa1cf9e7b8
[test] Remove unused code
8 years ago
MarcoFalke
fab5ecb771
[wallet] rpc: Drop misleading option
8 years ago
Andrew Chow
57acb82e70
Load choose datadir dialog after options reset
8 years ago
Jonas Schnelli
62a5a8a018
Merge #8463 : [qt] Remove Priority from coincontrol dialog
...
fa8dd78
[qt] Remove Priority from coincontrol dialog (MarcoFalke)
8 years ago
Wladimir J. van der Laan
85d4e21a61
Merge #8567 : Add default port numbers to REST doc
...
c911035
Add default port numbers to REST doc (djpnewton)
8 years ago