- 18 Aug, 2014 10 commits
-
-
Cory Fields authored
This was committed previously as 4975ae17 and reverted, because the flags were applied even if the checks didn't pass. This is the same commit, fixed up to actually disable the functionality when necessary. Enabled automatically if boost >= 1.49. See: https://svn.boost.org/trac/boost/ticket/2309 Also, check for a default visibility attribute, so that we can mark future api functions correctly.
-
Wladimir J. van der Laan authored
54c7df81 build: Fix boost build on some platforms (Cory Fields)
-
Wladimir J. van der Laan authored
Revert #4663 for now. It still breaks the pulltester. This reverts commit 4975ae17. Conflicts: configure.ac
-
Wladimir J. van der Laan authored
`uint64_t` was causing a build error on some systems, as that type is not known after including just the Qt headers.
-
Wladimir J. van der Laan authored
aa827951 Add detailed network info to getnetworkinfo RPC (Wladimir J. van der Laan) 075cf49e Add GetNetworkName function (Wladimir J. van der Laan) c91a9471 Add IsReachable(net) function (Wladimir J. van der Laan) 60dc8e42 Allow -onlynet=onion to be used (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
This commit adds per-network information to the getnetworkinfo RPC call: - Is the network limited? - Is the network reachable - Which proxy is used for this network, if any Inspired by #2575.
-
Wladimir J. van der Laan authored
Bitcoin core should work with any remotely recent boost version if a proper build environment is present. Remove a confusing comment from the build documentation.
-
Wladimir J. van der Laan authored
216e9a44 Add a way to limit deserialized string lengths (Pieter Wuille)
-
Wladimir J. van der Laan authored
e42363d8 build: add funcs.mk to the list of meta-depends (Cory Fields) 1910910d depends: fix shasum on osx < 10.9 (Cory Fields)
-
Wladimir J. van der Laan authored
c101c769 build: Add --with-utils (bitcoin-cli and bitcoin-tx, default=yes). Help string consistency tweaks. Target sanity check fix. (randy-waterhouse)
-
- 17 Aug, 2014 4 commits
-
-
randy-waterhouse authored
Help string consistency tweaks. Target sanity check fix.
-
Wladimir J. van der Laan authored
5cbda4f1 Changed LevelDB cursors to use scoped pointers to ensure destruction when going out of scope. (Ross Nicoll)
-
Wladimir J. van der Laan authored
See discussion in #4663.
-
Wladimir J. van der Laan authored
4975ae17 build: add option for reducing exports (Cory Fields)
-
- 16 Aug, 2014 6 commits
-
-
Ross Nicoll authored
This corrects a bug where an exception thrown reading from the database causes the cursor to be left open, which causes an assertion error to occur when the database is deleted (around line 938 of init.cpp).
-
Wladimir J. van der Laan authored
a65668dd build : fix CPPFLAGS for libbitcoin_cli (randy-waterhouse)
-
Wladimir J. van der Laan authored
9322f1a4 tests: fix test-runner for osx. Closes ##4708 (Cory Fields)
-
Cory Fields authored
Use the more portable $$ rather than $BASHPID
-
Cory Fields authored
If anything in funcs.mk changes, everything must rebuild
-
Cory Fields authored
Shasum verification from stdin doesn't work there, so we write to a file instead. Formatted a bit too.
-
- 15 Aug, 2014 5 commits
-
-
randy-waterhouse authored
-
Cory Fields authored
Enabled automatically if boost >= 1.49. See: https://svn.boost.org/trac/boost/ticket/2309 Also, check for a default visibility attribute, so that we can mark future api functions correctly.
-
Cory Fields authored
When the libpath doesn't line up with the value from config.sub, we don't find the correct path to boost's libs. This adds a hack to try another path before giving up. Should close #3219.
-
Wladimir J. van der Laan authored
6f2c26a4 Closely track mempool byte total. Add "getmempoolinfo" RPC. (Jeff Garzik)
-
Cory Fields authored
While we're at it, reduce the use of LIBS as well. This makes dependencies explicit. Fixes building with (the not-yet-merged) libsecp256k1 as well. Github-Pull: #4689 Rebased-By:
Wladimir J. van der laan <laanwj@gmail.com> Rebased-From: 909b347 c0e5dda
-
- 14 Aug, 2014 3 commits
-
-
Jeff Garzik authored
Goal: Gain live insight into the mempool. Groundwork for future work that caps mempool size.
-
Wladimir J. van der Laan authored
c4bae530 [Qt] move SubstituteFonts() above ToolTipToRichTextFilter (Philip Kaufmann)
-
Wladimir J. van der Laan authored
616c2430 bitcoin-tx: fix build warnings (Cory Fields)
-
- 13 Aug, 2014 4 commits
-
-
Cory Fields authored
Cleans up a bunch of: warning: missing braces around initializer for ‘const<anonymous struct>’
-
Peter Todd authored
Reverting was based on a misunderstanding, it appears. Github-Pull: #4150
-
Wladimir J. van der Laan authored
c33b9839 Don't poll showmyip.com, it doesn't exist anymore (Wladimir J. van der Laan)
-
Wladimir J. van der Laan authored
Fixes #4679. This leaves us with only one candidate, checkip.dyndns.org. GetMyExternalIP should be phased out as soon as possible.
-
- 12 Aug, 2014 8 commits
-
-
Wladimir J. van der Laan authored
This reverts commit 4fad8e6d.
-
Wladimir J. van der Laan authored
4fad8e6d Reject transactions with excessive numbers of sigops (Peter Todd)
-
Wladimir J. van der Laan authored
ea100c73 Reduce maximum coinscache size during verification (Wladimir J. van der Laan)
-
ntrgn authored
Github-Pull: #4678 Rebased-By:
Wladimir J. van der Laan <laanwj@gmail.com>
-
Wladimir J. van der Laan authored
Use AC_CHECK_HEADERS to check for the header, and include it only if detected and the subsequent HAVE_SYS_PRCTL_H is set.
-
Wladimir J. van der Laan authored
Because of a typo, thread names no longer appeared in the overview. This was broken in 51ed9ec9.
-
Wladimir J. van der Laan authored
f0c2915f Simplify and rename CheckWork to ProcessBlockFound (jtimon)
-
Wladimir J. van der Laan authored
a381ee5d Remove unnecessary typedef and script.h include (jtimon)
-