Wladimir J. van der Laan
7c6cbff0e5
Merge pull request #4976
...
27c3e91
qt: add proxy to options overridden if necessary. (Cory Fields)
10 years ago
Wladimir J. van der Laan
2b5261c636
Merge pull request #5041
...
1f9be98
Disable App Nap on OSX 10.9+ (Michael Ford)
10 years ago
Wladimir J. van der Laan
3eaa9462f8
Merge pull request #5047
...
3e61eb9
minor txindex documentation improvement (Cozz Lovan)
10 years ago
Wladimir J. van der Laan
cd3269e38e
contrib: revert changes to github-merge.sh in #5038
10 years ago
Wladimir J. van der Laan
ca067dc937
Merge pull request #5053
...
27368e7
Homebrew lang fix (Dominyk Tiller)
10 years ago
Wladimir J. van der Laan
d4b571a5d3
Merge pull request #5038
...
0b17964
Bugfix: Replace bashisms with standard sh in tests/tools (Luke Dashjr)
ab72068
Bugfix: Replace bashisms with standard sh in gitian descriptors (Luke Dashjr)
b77b4ed
Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems (Luke Dashjr)
d6b0539
travis: add non-default shell testing to travis. (Cory Fields)
10 years ago
Wladimir J. van der Laan
953f16cb4e
Merge pull request #4954
...
9d7cd4c
Don't return an address for invalid pubkeys (Andy Alness)
10 years ago
Andy Alness
9d7cd4c598
Don't return an address for invalid pubkeys
10 years ago
Pieter Wuille
a2a5fe3b72
Merge pull request #5049
...
4dc5eb0
fix a lock indentation in main.cpp (Philip Kaufmann)
5eed8c2
minor license, header end comment etc. cleanup in /script (Philip Kaufmann)
10 years ago
Dominyk Tiller
27368e7626
Homebrew lang fix
...
Very small tweak to correct the language on Homebrew's sandboxing process.
Discussed in [this commit](9fedafba4b
).
10 years ago
Cozz Lovan
3e61eb9c51
minor txindex documentation improvement
10 years ago
Philip Kaufmann
4dc5eb057c
fix a lock indentation in main.cpp
...
- also ensure alphabetical ordering in file header
10 years ago
Philip Kaufmann
5eed8c21c7
minor license, header end comment etc. cleanup in /script
...
- ensure all licenses are just MIT
- add a missing header end comment
- ensure alphabetical ordering
10 years ago
Wladimir J. van der Laan
5505a1b13f
Merge pull request #5036
...
eb6b3b2
Update English translation (Wladimir J. van der Laan)
b9b2e3f
Don't translate state.Abort() messages (Wladimir J. van der Laan)
10 years ago
Wladimir J. van der Laan
5f1aee066a
Merge pull request #4890
...
e790c37
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker (Pieter Wuille)
5c1e798
Make signature cache optional (Pieter Wuille)
c7829ea
Abstract out SignatureChecker (Pieter Wuille)
10 years ago
Michael Ford
1f9be984db
Disable App Nap on OSX 10.9+
10 years ago
Wladimir J. van der Laan
5bf029603c
Merge pull request #5035
...
c9c51cb
Make comptool more deterministic (Matt Corallo)
10 years ago
Luke Dashjr
0b17964131
Bugfix: Replace bashisms with standard sh in tests/tools
10 years ago
Luke Dashjr
ab72068565
Bugfix: Replace bashisms with standard sh in gitian descriptors
10 years ago
Luke Dashjr
b77b4eda8d
Bugfix: Replace bashisms with standard sh to fix build on non-BASH systems
10 years ago
Cory Fields
d6b0539f45
travis: add non-default shell testing to travis.
10 years ago
Wladimir J. van der Laan
cd91ed4f5f
Merge pull request #4982
...
b5ec5fe
update getnetworkinfo help with subversion (Philip Kaufmann)
10 years ago
Pieter Wuille
5ccd735d30
Merge pull request #4887
...
4bb30a1
Correct logging AcceptBlock()->AcceptBlockHeader() (R E Broadley)
10 years ago
Matt Corallo
c9c51cba4e
Make comptool more deterministic
10 years ago
Wladimir J. van der Laan
29f96e8bc6
Merge pull request #4994
...
54510f2
DRY: Avoid repetitions in script_test (jtimon)
10 years ago
Wladimir J. van der Laan
0e64566a82
Merge pull request #4978
...
938bcce
CAutoFile: make file private (Philip Kaufmann)
0c35486
CBufferedFile: add explicit close function (Philip Kaufmann)
c9fb27d
CBufferedFile: convert into a non-refcounted RAII wrapper (Philip Kaufmann)
10 years ago
Wladimir J. van der Laan
eb6b3b245c
Update English translation
10 years ago
Wladimir J. van der Laan
b9b2e3fabd
Don't translate state.Abort() messages
...
There is only one message passed to AbortNode() that makes sense to
translate to the user specifically: Disk space is low. For the others
show a generic message and refer to debug.log for details.
Reduces the number of confusing jargon translation messages.
10 years ago
jtimon
54510f2672
DRY: Avoid repetitions in script_test
10 years ago
Pieter Wuille
e790c370b5
Replace SCRIPT_VERIFY_NOCACHE by flag directly to checker
10 years ago
Pieter Wuille
5c1e798a8e
Make signature cache optional
10 years ago
Pieter Wuille
c7829ea797
Abstract out SignatureChecker
10 years ago
Wladimir J. van der Laan
6faee79426
Merge pull request #5034
...
609adc7
depends: disable unused bdb replication manager. Fixes new mingw builds (Cory Fields)
10 years ago
Cory Fields
609adc7660
depends: disable unused bdb replication manager. Fixes new mingw builds
...
Newer mingw supports the features necessary to enable this api, whereas older
versions didn't. However once enabled (automatically by configure), it triggers
an unrelated build bug.
Since it was not enabled previously anyway, and we don't depend on the
functionality, just disable it across the board.
10 years ago
R E Broadley
4bb30a1eb8
Correct logging AcceptBlock()->AcceptBlockHeader()
10 years ago
Wladimir J. van der Laan
20a4b69360
Merge pull request #4985
...
bc470c4
Changed mixed indentation to four spaces (Eric Shaw)
31d6390
Fixed setaccount accepting foreign address (Eric Shaw)
10 years ago
Eric Shaw
bc470c43ee
Changed mixed indentation to four spaces
...
Put `test/rpc_wallet_tests.cpp` through clang-format.
10 years ago
Eric Shaw
31d6390fd1
Fixed setaccount accepting foreign address
...
Fixed issue #4209 where using setaccount with a foreign
address causes the address to be added to your receiving addresses.
10 years ago
Gavin Andresen
4b73b758a3
Merge pull request #5026
...
dd367ff
build: macdeploy: filter out irrelevant qt5 frameworks and dylibs (Cory Fields)
9fedafb
build: Fix OSX build when using Homebrew and qt5 (Cory Fields)
Signed-off-by: Gavin Andresen <gavinandresen@gmail.com>
10 years ago
Wladimir J. van der Laan
45c41c05a0
Merge pull request #5030
...
fbd36d8
Avoid introducing a virtual into CChainParams (Wladimir J. van der Laan)
f0fd00c
Switch testing framework from MAIN to new UNITTEST network (SergioDemianLerner)
10 years ago
Wladimir J. van der Laan
fbd36d8fb5
Avoid introducing a virtual into CChainParams
...
Treat fSkipProofOfWorkCheck the same as other parameters.
10 years ago
SergioDemianLerner
f0fd00cb77
Switch testing framework from MAIN to new UNITTEST network
...
UNITTEST inherites from MAIN but allows synamically changing its parameters using the ModifiableParams() interface
10 years ago
Wladimir J. van der Laan
2dc37e7a49
Merge pull request #4991
...
0dcb0a5
doc: Add instructions for consistent Mac OS X build names (Saivann)
10 years ago
Wladimir J. van der Laan
b76a767906
Merge pull request #5031
...
e2efdf3
amount.h: update license, add header end comment + rem from util.h (Philip Kaufmann)
10 years ago
Philip Kaufmann
e2efdf3937
amount.h: update license, add header end comment + rem from util.h
10 years ago
Philip Kaufmann
938bccebf1
CAutoFile: make file private
10 years ago
Philip Kaufmann
0c35486dc9
CBufferedFile: add explicit close function
...
- also use identical close function for CAutoFile (avoids setting file to
NULL under wrong conditions)
10 years ago
Philip Kaufmann
c9fb27da0a
CBufferedFile: convert into a non-refcounted RAII wrapper
...
- it now takes over the passed file descriptor and closes it in the
destructor
- this fixes a leak in LoadExternalBlockFile(), where an exception could
cause the file to not getting closed
- disallow copies (like recently added for CAutoFile)
- make nType and nVersion private
10 years ago
Wladimir J. van der Laan
8d132431b4
Revert merge of pull #4845
...
It breaks the new mingw tests!
See
- https://travis-ci.org/bitcoin/bitcoin/jobs/36845581
- https://travis-ci.org/bitcoin/bitcoin/jobs/36845582
This reverts commit 4705902777
, 5e2e7fcb99
, a25fd6be13
.
10 years ago
Wladimir J. van der Laan
ad51e14583
Merge pull request #4845
...
4705902
Avoid introducing a virtual into CChainParams (Wladimir J. van der Laan)
5e2e7fc
Suggested corrections on comments, variable names. Also new test case testing the PoW skip in UNITTEST. (SergioDemianLerner)
a25fd6b
Switch testing framework from MAIN to new UNITTEST network (SergioDemianLerner)
10 years ago