- 15 Aug, 2014 3 commits
-
-
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 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 9 commits
-
-
Cory Fields authored
-
Cory Fields authored
This probably never worked properly. Confirmed working now with every compiler I throw at it.
-
Cory Fields authored
See the README's in depends for documentation
-
Ross Nicoll authored
-
-
Wladimir J. van der Laan authored
6c23b082 CCoinsKeyHasher::operator() should return size_t (Wladimir J. van der Laan)
-
Philip Kaufmann authored
- doesn't belong to the ToolTipToRichTextFilter class so move it up
-
Wladimir J. van der Laan authored
94e1b9e0 [Qt] re-work overviewpage UI (Philip Kaufmann)
-
Philip Kaufmann authored
- ensure normal and watch-only stuff looks consistent - simplify UI by removing unneeded UI layout elements - change some comments to watch-only from watchonly
-