crowning-
af2a26ca54
Change copyright from 2015 to 2016
2016-01-28 23:31:50 +01:00
Holger Schinzel
40175f440a
Merge pull request #683 from dashpay/fix_alerts_test
...
fix alerts test
2016-01-26 17:28:14 +01:00
Holger Schinzel
f07230c060
fix alerts test
2016-01-26 10:57:06 -05:00
Holger Schinzel
c8c855ec89
Merge pull request #678 from nmarley/dry-opcode-limit
...
DRY max opcodes per script
2016-01-24 12:24:33 +01:00
Nathan Marley
ed4d606722
DRY max opcodes per script
...
Currently hard-coded, this just reduces redunduncy and could prevent
future errors if the value ever changes.
2016-01-24 19:05:46 +08:00
Holger Schinzel
69867faca7
Merge pull request #676 from UdjinM6/unknMasternode
...
Move some messages to mnbudget debug category
2016-01-24 10:04:44 +01:00
UdjinM6
0c19fb5e90
move some messages to mnbudget debug category
2016-01-23 21:30:53 +03:00
Holger Schinzel
cc0fc399a4
Merge branch 'v0.12.0.x' into v0.12.1.x
2016-01-23 11:21:35 +01:00
Holger Schinzel
7154cdf51b
Merge pull request #675 from dashpay/v0.12.0.x
...
Release of 0.12.0.56
2016-01-23 11:00:30 +01:00
Holger Schinzel
274145f1a7
checkpoint
2016-01-22 13:42:22 +01:00
Holger Schinzel
341cf25092
Merge pull request #674 from schinzelh/merge_bitcoin_0_10_3
...
merging Bitcoin 0.10.3 part 1/3
2016-01-16 17:07:25 +01:00
Veres Lajos
7710411e88
PARTIAL: typofixes (found by misspell_fixer)
...
Upstream: 9f68ed6b6d
(PR #6539 )
2016-01-16 17:04:08 +01:00
Cory Fields
5cdb69ca91
rpc-tests: re-enable rpc-tests for Windows
2016-01-16 17:04:06 +01:00
Cory Fields
a6b8f023d3
net: Set SO_REUSEADDR for Windows too
...
When running the rpc tests in Wine, nodes often fail to listen on localhost
due to a stale socket from a previous run. This aligns the behavior with other
platforms.
2016-01-16 17:04:06 +01:00
Alex Morcos
372dd395ce
add unit test for CNetAddr::GetGroup.
2016-01-16 17:04:05 +01:00
Alex Morcos
857625aa5d
Fix masking of irrelevant bits in address groups.
2016-01-16 17:04:04 +01:00
fanquake
34660f0534
Add missing files to files.md
...
typo
2016-01-16 17:04:04 +01:00
Adam Weiss
8c8d13660b
Handle leveldb::DestroyDB() errors on wipe failure
...
Add error checking to CLevelDBWrapper for errors from
leveldb::DestroyDB(). Without it, if unlink() or DeleteFileW() fail to
delete files, they will fail silent. If they fail to delete any files,
CLevelDBWrapper will silently open and read the existing database.
Typically any permissions issues would be caught by leveldb as it churns
through many files as part of its compaction process, but it is
conceivable that this could cause problems on Windows with anti-virus
and indexing software.
2016-01-16 17:04:03 +01:00
Casey Rodarmor
1425e2463c
Use unique name for AlertNotify tempfile
2016-01-16 17:04:03 +01:00
J Ross Nicoll
1fedc75fde
Make sure LogPrint strings are line-terminated
2016-01-16 17:04:02 +01:00
Cory Fields
f88c44c453
build: fix libressl detection
...
Checking libcrypto for a function after we've already found a (possibly
different) libcrypto is not what we want to do here.
pkg-config might've found a cross lib while AC_CHECK_LIB may find a different
or native one.
Run a link-test against the lib that's already been found instead.
2016-01-16 17:04:01 +01:00
Casey Rodarmor
6010b5e7a0
Avoid leaking file descriptors in RegisterLoad
...
This is pretty trivial, but if there's an error here we'll leak a file
descriptor. Changed it to always close the file.
2016-01-16 17:04:01 +01:00
randy-waterhouse
5e02224bf4
Add autogen.sh to source tarball.
2016-01-16 17:03:58 +01:00
crowning-
1e59cf0ceb
Transaction View: LastMonth calculation fixed
2016-01-16 13:58:33 +01:00
Holger Schinzel
073d1326ba
Merge pull request #673 from dashpay/schinzelh-patch-1
...
typo in translation config
2016-01-16 12:07:39 +01:00
Holger Schinzel
a2c143f44e
typo in translation config
2016-01-16 12:06:09 +01:00
Holger Schinzel
5f1619c298
Merge remote-tracking branch 'remotes/origin/v0.12.0.x' into v0.12.1.x
2016-01-12 12:05:01 +01:00
Holger Schinzel
86d4672936
travis: for travis generating an extra build
...
see bfadae3374
2016-01-12 12:01:45 +01:00
Holger Schinzel
525eb912f9
Merge pull request #671 from crowning-/v0.12.1.x
...
Transaction View: LastMonth calculation fixed
2016-01-11 22:21:50 +01:00
crowning-
af4bc47a9b
Transaction View: LastMonth calculation fixed
2016-01-11 21:49:42 +01:00
Amir
2491e2af3e
Print hash in CMutableTransaction::ToString
...
Keep in line with CTransaction::ToString. Truncates the hash at 10.
2016-01-10 07:15:11 +01:00
Amir
338f106fe3
Removed Calculate() class methods. Not used.
...
Both Calculate methods are not implemented in masternode-budget.cpp and not used elsewhere in the code.
2016-01-10 07:12:03 +01:00
Holger Schinzel
0a3142e494
Merge pull request #668 from crowning-/v0.12.1.x
...
Light theme
2016-01-10 06:53:31 +01:00
crowning-
acd952d18f
UI: new wallet theme "DASH-light" (file permissions restored)
2016-01-09 23:25:07 +01:00
crowning-
ee2c595291
UI: new wallet theme "DASH-light"
2016-01-09 23:19:08 +01:00
Jonathan Cross
e380f232de
Improving README
...
Fixing references to bitcoin and minor cleanup.
2016-01-09 20:20:38 +01:00
Holger Schinzel
920594453e
[depends] Fix miniupnpc compilation on osx
2016-01-08 10:43:38 +01:00
evan82
6ebd5d2090
Merge pull request #659 from thelazier/v0.12.1.x_openssl
...
Bump openssl to 1.0.1q
2016-01-05 10:41:31 -07:00
evan82
9a4a611b66
Merge pull request #658 from thelazier/v0.12.1.x_boost
...
Bump boost version to 1.59
2016-01-05 10:41:25 -07:00
evan82
eafba13a2e
Merge pull request #657 from thelazier/v0.12.1.x_miniupnpc
...
Bump miniupnpc version to 1.9.20151026
2016-01-05 10:41:18 -07:00
evan82
1142c8e9ad
Merge pull request #656 from thelazier/v0.12.1.x_native_protobuf
...
Bump native protobuf to 2.6.1
2016-01-05 10:41:08 -07:00
evan82
6939c4946d
Merge pull request #655 from thelazier/v0.12.1.x_native_ccache
...
Bump native ccache to 3.2.4
2016-01-05 10:41:02 -07:00
evan82
54deb1e75b
Merge pull request #650 from dashpay/v0.12.0.x
...
merge missing commits from V0.12.0.x
2016-01-05 10:39:39 -07:00
evan82
ad56d0cf0e
Merge pull request #649 from UdjinM6/limitDenoms
...
Do not create denoms if there are DENOMS_COUNT_MAX (100) of them already
2016-01-05 10:39:26 -07:00
evan82
0616fbe1f9
Merge pull request #648 from UdjinM6/cmdlineDefaults
...
refactor DS/IX cmd-line params
2016-01-05 10:38:51 -07:00
evan82
ff2837c8e3
Merge pull request #645 from UdjinM6/refDS
...
fix the way anonymizable balance calculated, fix conditions for DS
2016-01-05 10:37:47 -07:00
evan82
f30a627f8b
Merge pull request #640 from crowning-/Crownium
...
Crownium theme
2016-01-05 10:36:53 -07:00
evan82
b1525ba48e
Merge pull request #636 from crowning-/patch-1
...
Non-critical CSS-error-messages removed from debug.log
2016-01-05 10:33:33 -07:00
TheLazieR Yip
6e19549864
Bump native protobuf to 2.6.1
2015-12-10 10:00:24 +07:00
TheLazieR Yip
7acab55119
Bump native ccache to 3.2.4
2015-12-10 09:59:45 +07:00