- 17 Aug, 2014 3 commits
-
-
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 4 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
-
- 15 Aug, 2014 4 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.
-
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 11 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)
-
Wladimir J. van der Laan authored
54e658f2 Remove unused CKeyStoreIsMineVisitor (jtimon)
-
jtimon authored
-
jtimon authored
-
- 11 Aug, 2014 8 commits
-
-
Wladimir J. van der Laan authored
1dec09b3 depends: add shared dependency builder (Cory Fields)
-
Wladimir J. van der Laan authored
565e5697 libc-compat: add new symbol that's now needed (Cory Fields) 8021cf8d build: fix FDELT_TYPE configure check (Cory Fields)
-
Cozz Lovan authored
Conflicts: src/rpcserver.cpp Github-Pull: #4539 Rebased-By:
Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: df3d321
-
Wladimir J. van der Laan authored
ab45ddb5 Fix typo in gettransaction help (Derek701)
-
Wladimir J. van der Laan authored
9297763d [Qt] Add TRY_LOCK back to peertablemodel (Cozz Lovan)
-
Wladimir J. van der Laan authored
c7f3876d URLs containing a / after the address no longer cause parsing errors. (Ross Nicoll)
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Due to growing coinsviewcaches, the memory usage with checklevel=3 (and standard settings for dbcache) could be up to 500MiB on a 64-bit system. This is about twice the peak during reindexing, unnecessarily extending bitcoind's memory envelope. This commit reduces the maximum total size of the caches used during verification to just nCoinCacheSize, which should be the limit.
-
- 10 Aug, 2014 1 commit
-
-
Cozz Lovan authored
-
- 09 Aug, 2014 1 commit
-
-
Derek701 authored
-
- 08 Aug, 2014 1 commit
-
-
Cory Fields authored
-