Wladimir J. van der Laan
19e8d7be42
Simplify code for CSubnet
...
Simplify the code by using CAddress.ip directly, instead of the reversed
GetByte() semantics.
10 years ago
Wladimir J. van der Laan
e1412d3e96
Merge pull request #6159
...
ffdda4e
Catch errors on datadir lock and pidfile delete (Adam Weiss)
10 years ago
Wladimir J. van der Laan
2d84241d26
doc: Add historical release notes 0.9.5
10 years ago
Wladimir J. van der Laan
213f257a03
doc: add translation strings policy
10 years ago
Adam Weiss
ffdda4e8a7
Catch errors on datadir lock and pidfile delete
...
Prevents bad permissions (or other fs related problems) from resulting
in hard crashes with cryptic messages on startup and shutdown.
10 years ago
Wladimir J. van der Laan
7708fcde36
Merge pull request #6098
...
cc24610
Update Windows resource files (and add one for bitcoin-tx) (Luke Dashjr)
10 years ago
Wladimir J. van der Laan
b3024f077b
Merge pull request #6168
...
7f68c7d
contrib/linearize: Support linearization of testnet blocks (Jeff Garzik)
10 years ago
Luke Dashjr
cc24610fdb
Update Windows resource files (and add one for bitcoin-tx)
10 years ago
Wladimir J. van der Laan
4bf83b27b2
Merge pull request #6171
...
bdcf5de
Fix intermittent hang issue in scheduler_tests (Wladimir J. van der Laan)
10 years ago
Jonas Schnelli
7b7f258396
rpc-tests: remove python-bitcoinrpc directory
...
place authproxy.py at same level as other utility classes
10 years ago
Wladimir J. van der Laan
bdcf5dea7c
Fix intermittent hang issue in scheduler_tests
...
Don't clear `stopRequested` and `stopWhenEmpty` at the top of
`serviceQueue`, as this results in a race condition: on systems under
heavy load, some of the threads only get scheduled on the CPU when the
other threads have already finished their work. This causes the flags to
be cleared post-hoc and thus those threads to wait forever.
The potential drawback of this change is that the scheduler cannot be
restarted after being stopped (an explicit reset would be needed), but
we don't use this functionality anyway.
10 years ago
Jeff Garzik
7f68c7dc05
contrib/linearize: Support linearization of testnet blocks
10 years ago
Wladimir J. van der Laan
0d862c2739
Merge pull request #6160
...
16d9cb7
[QT] overviewpage: make sure warning icons gets colored (Jonas Schnelli)
10 years ago
Wladimir J. van der Laan
180c164e4f
Merge pull request #6161
...
fb21862
[QT] mainwindow toolbar must not be movable (Jonas Schnelli)
10 years ago
Wladimir J. van der Laan
30dc3c1b38
Merge pull request #6116
...
d1a3866
build: Cope with spaces in filenames when creating/applying OSX sigs (Cory Fields)
7cef321
[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app" (Jonas Schnelli)
10 years ago
lpescher
aa41bc84b1
Update help message to match the #4219 change
10 years ago
lpescher
f60bb5ee6d
Update documentation to match the #4219 change
10 years ago
lpescher
cb87386241
Make command line option to show all debugging consistent with similar options
...
Most people expect a value of 1 to enable all for command line arguments.
However to do this for the -debug option you must type "-debug=".
This has been changed to allow "-debug=1" as well as "-debug=" to
enable all debug logging
10 years ago
Jonas Schnelli
fb21862b92
[QT] mainwindow toolbar must not be movable
10 years ago
Jonas Schnelli
a85b2e221b
pull-tester/rpc-tests.sh: disable script_test.py test
10 years ago
Jonas Schnelli
16d9cb7e29
[QT] overviewpage: make sure warning icons gets colored
10 years ago
Wladimir J. van der Laan
377711ff3f
Merge pull request #5996
...
935bd0a
Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed GetBlockSubsidy] (Jorge Timón)
10 years ago
Wladimir J. van der Laan
e2e7f9513f
qt: fix unused function warning in scicon.cpp
...
Enclose MakeSingleColorImage in an anonymous namespace to avoid a
unused function warning on Windows and MacOSX.
Github-Pull: #6143
10 years ago
Cory Fields
d1a3866e0b
build: Cope with spaces in filenames when creating/applying OSX sigs
10 years ago
Jonas Schnelli
7cef321e65
[Mac only] rename Bitcoin-Qt.app to "Bitcoin Core.app"
10 years ago
Wladimir J. van der Laan
be31ff7d8d
doc: Add historical release notes for 0.10.1 0.10.2 0.9.4
10 years ago
Wladimir J. van der Laan
a5a521e842
Merge pull request #6154
...
b448002
[Docs] fix and improve REST documentation (Jonas Schnelli)
10 years ago
Jonas Schnelli
b448002772
[Docs] fix and improve REST documentation
...
- fix bad formatting of getutxos
- added getztxos example
- fix different command syntax
10 years ago
Jonas Schnelli
3e875b1bef
pull-tester/rpc-tests.sh: allow passing throug of arguments
10 years ago
Jonas Schnelli
00706a5436
update rpc-tests readme.md
10 years ago
Jonas Schnelli
344e08ed16
extend rpc-tests.sh control script with non-travis tests
10 years ago
Jonas Schnelli
64937fe51a
[QA] restructure rpc tests directory
...
* move non-test classes to subdir `test-framework`
10 years ago
Wladimir J. van der Laan
8c35b6f3be
Parameter interaction: disable upnp if -proxy set
...
To protect privacy, do not use UPNP when a proxy is set. The user may
still specify -listen=1 to listen locally (for a hidden service), so
don't rely on this happening through -listen.
Fixes #2927 .
10 years ago
Michael Ford
08d9373e2f
Remove unused code from wallet and validation interface
...
Fixes #6109
10 years ago
Wladimir J. van der Laan
26e08a16a6
Merge pull request #6126
...
2457dc4
Change default nTxConfirmTarget to 2 (Alex Morcos)
77ed59d
wallet: Introduce constant for `-txconfirmtarget` default (Wladimir J. van der Laan)
10 years ago
Alex Morcos
2457dc43ac
Change default nTxConfirmTarget to 2
10 years ago
Wladimir J. van der Laan
77ed59df4d
wallet: Introduce constant for `-txconfirmtarget` default
10 years ago
Wladimir J. van der Laan
a6d2e31e8b
Merge pull request #6144
...
881027a
Remove assertion from ~LockedPageManager (Wladimir J. van der Laan)
10 years ago
Wladimir J. van der Laan
ec81395a4c
Merge pull request #6150
...
3a6cc3c
Missing from Documentation Index (Shawn Wilkinson)
10 years ago
Gavin Andresen
3c60937ce6
Merge pull request #6146
...
f501054
More robust CScheduler unit test (Gavin Andresen)
10 years ago
Gavin Andresen
f50105486f
More robust CScheduler unit test
...
On a busy or slow system, the CScheduler unit test could fail because it
assumed all threads would be done after a couple of milliseconds.
Replace the hard-coded sleep with CScheduler stop() method that
will cleanly exit the servicing threads when all tasks are completely
finished.
10 years ago
Shawn Wilkinson
3a6cc3cbb6
Missing from Documentation Index
10 years ago
Wladimir J. van der Laan
ec82d8c99c
Merge pull request #6062
...
ff7fe8b
Fix for correctly including climits on certain platforms {DragonFlyBSD}. (sinetek)
10 years ago
Wladimir J. van der Laan
97ccfdca8a
Merge pull request #6137
...
a5baba5
minor: remove unneeded bool in CWalletDB::Recover (Philip Kaufmann)
10 years ago
Wladimir J. van der Laan
2a822987dd
Merge pull request #6129
...
c208040
Fix for clearing fCheckForPruning (Alex Morcos)
10 years ago
Jorge Timón
935bd0a447
Chainparams: Refactor: Decouple main::GetBlockValue() from Params() [renamed GetBlockSubsidy]
...
Remove redundant getter CChainParams::SubsidyHalvingInterval()
10 years ago
jtimon
da29ecbcc6
Consensus: MOVEONLY: Move CValidationState from main consensus/validation
10 years ago
Cory Fields
27afcd89db
Consensus: Refactor: Decouple CValidationState from main::AbortNode()
10 years ago
Wladimir J. van der Laan
ac75bafafd
qt: translations update
10 years ago
Wladimir J. van der Laan
e47c94e64c
Merge pull request #6135
...
f13dac9
Comment edits and cleanup (BitcoinPRReadingGroup)
ff734e9
Alphabetic order in makefile (Jorge Timón)
5207f33
fix header include groups (Philip Kaufmann)
59b149f
remove unneeded incude of wallet/db.h from rpcmining.cpp (Philip Kaufmann)
3703385
remove unused classes from db.h (Philip Kaufmann)
0a7bcb7
fix IDE/compiler warning "extra ';'" in validationinterface.h (Philip Kaufmann)
3b00e7c
[Trivial] Update COPYING (sandakersmann)
dd9e688
Trivial: Corrected owner of DNS seeder (ayeowch)
a60bfd8
[init] better message when no wallet support is compiled in (Philip Kaufmann)
78f44b6
Capitalized P2P (sandakersmann)
8e9248d
[Trivial] Cryptocurrency is one word (sandakersmann)
803f51e
Typo in GetRawMemPool RPC method help: "]" --> "}" (Chris Arnesen)
605a735
addrman: update comments (Pavel Vasin)
10 years ago