aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | [Qt] move SubstituteFonts() above ToolTipToRichTextFilterPhilip Kaufmann2014-08-082-10/+10
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - doesn't belong to the ToolTipToRichTextFilter class so move it up
* | | | | | | | | | | bitcoin-tx: fix build warningsCory Fields2014-08-131-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleans up a bunch of: warning: missing braces around initializer for ‘const<anonymous struct>’
* | | | | | | | | | | Reapply: Reject transactions with excessive numbers of sigopsPeter Todd2014-08-132-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverting was based on a misunderstanding, it appears. Github-Pull: #4150
* | | | | | | | | | | Merge pull request #4682Wladimir J. van der Laan2014-08-131-20/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c33b983 Don't poll showmyip.com, it doesn't exist anymore (Wladimir J. van der Laan)
| * | | | | | | | | | | Don't poll showmyip.com, it doesn't exist anymoreWladimir J. van der Laan2014-08-131-20/+1
| | |_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4679. This leaves us with only one candidate, checkip.dyndns.org. GetMyExternalIP should be phased out as soon as possible.
* | | | | | | | | | | Revert "Reject transactions with excessive numbers of sigops"Wladimir J. van der Laan2014-08-122-14/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4fad8e6d831729efa1965fa2034e7e51d3d0a1be.
* | | | | | | | | | | Merge pull request #4150Wladimir J. van der Laan2014-08-122-3/+14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4fad8e6 Reject transactions with excessive numbers of sigops (Peter Todd)
| * | | | | | | | | | | Reject transactions with excessive numbers of sigopsPeter Todd2014-07-132-3/+14
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4675Wladimir J. van der Laan2014-08-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ea100c7 Reduce maximum coinscache size during verification (Wladimir J. van der Laan)
| * | | | | | | | | | | | Reduce maximum coinscache size during verificationWladimir J. van der Laan2014-08-111-1/+1
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | | | | qt: better looking trayiconntrgn2014-08-125-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Github-Pull: #4678 Rebased-By: Wladimir J. van der Laan <[email protected]>
* | | | | | | | | | | | build: check for sys/prctl.h in the proper wayWladimir J. van der Laan2014-08-121-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use AC_CHECK_HEADERS to check for the header, and include it only if detected and the subsequent HAVE_SYS_PRCTL_H is set.
* | | | | | | | | | | | Fix thread name settingWladimir J. van der Laan2014-08-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because of a typo, thread names no longer appeared in the overview. This was broken in 51ed9ec.
* | | | | | | | | | | | Merge pull request #4603Wladimir J. van der Laan2014-08-121-11/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f0c2915 Simplify and rename CheckWork to ProcessBlockFound (jtimon)
| * | | | | | | | | | | | Simplify and rename CheckWork to ProcessBlockFoundjtimon2014-07-301-11/+4
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4680Wladimir J. van der Laan2014-08-121-9/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a381ee5 Remove unnecessary typedef and script.h include (jtimon)
| * | | | | | | | | | | | | Remove unnecessary typedef and script.h includejtimon2014-08-121-9/+0
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* / | | | | | | | | | | | Remove unused CKeyStoreIsMineVisitorjtimon2014-08-121-12/+0
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4664Wladimir J. van der Laan2014-08-111-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 565e569 libc-compat: add new symbol that's now needed (Cory Fields) 8021cf8 build: fix FDELT_TYPE configure check (Cory Fields)
| * | | | | | | | | | | | libc-compat: add new symbol that's now neededCory Fields2014-08-081-0/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Categorize rpc help overviewCozz Lovan2014-08-112-85/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/rpcserver.cpp Github-Pull: #4539 Rebased-By: Wladimir J. van der Laan <[email protected]> Rebased-From: df3d321
* | | | | | | | | | | | Merge pull request #4666Wladimir J. van der Laan2014-08-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ab45ddb Fix typo in gettransaction help (Derek701)
| * | | | | | | | | | | | Fix typo in gettransaction helpDerek7012014-08-081-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4668Wladimir J. van der Laan2014-08-111-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9297763 [Qt] Add TRY_LOCK back to peertablemodel (Cozz Lovan)
| * | | | | | | | | | | | [Qt] Add TRY_LOCK back to peertablemodelCozz Lovan2014-08-101-2/+8
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4622Wladimir J. van der Laan2014-08-111-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c7f3876 URLs containing a / after the address no longer cause parsing errors. (Ross Nicoll)
| * | | | | | | | | | | | URLs containing a / after the address no longer cause parsing errors.Ross Nicoll2014-08-081-0/+4
| | | | | | | | | | | | |
* | | | | | | | | | | | | build: Add mention of --disable-wallet to bdb48 error messagesWladimir J. van der Laan2014-08-111-2/+2
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4635Wladimir J. van der Laan2014-08-081-1/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | 6c23b08 CCoinsKeyHasher::operator() should return size_t (Wladimir J. van der Laan)
| * | | | | | | | | | | CCoinsKeyHasher::operator() should return size_tWladimir J. van der Laan2014-08-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It currently returns uint64_t, which on older boost (at least 1.46) causes test failures on 32-bit systems. This problem was introduced in bc42503. Fixes #4634.
* | | | | | | | | | | | [Qt] re-work overviewpage UIPhilip Kaufmann2014-08-082-360/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ensure normal and watch-only stuff looks consistent - simplify UI by removing unneeded UI layout elements - change some comments to watch-only from watchonly
* | | | | | | | | | | | Merge pull request #4636Wladimir J. van der Laan2014-08-083-6/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | efd6b87 small net cleanup (Philip Kaufmann)
| * | | | | | | | | | | | small net cleanupPhilip Kaufmann2014-08-083-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add comment for disabling sigpipe - add closing comment in compat.h - remove redundant check in net.h
* | | | | | | | | | | | | qt: fix unicode character display on osx when building with 10.7 sdkCory Fields2014-08-073-0/+34
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #4645Wladimir J. van der Laan2014-08-071-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6b271a3 build: fix race in 'make deploy' for windows (Cory Fields) d343460 build: Fix 'make deploy' when binaries haven't been built yet (Cory Fields) 206a7f9 build: hook up qt translations for static osx packaging (Cory Fields) d597219 build: add --with-qt-translationdir to configure for use with static qt (Cory Fields) 71941ce build: teach macdeploy the -translations-dir argument, for use with static qt (Cory Fields) f8120f7 build: Find the proper xcb/pcre dependencies (Cory Fields) eccd585 build: silence mingw fpic warning spew (Cory Fields) a98356f build: don't let libtool insert rpath into binaries (Cory Fields)
| * | | | | | | | | | | | build: add --with-qt-translationdir to configure for use with static qtCory Fields2014-08-061-0/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | build: Find the proper xcb/pcre dependenciesCory Fields2014-08-061-2/+3
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #4640Wladimir J. van der Laan2014-08-074-14/+23
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 733177e Remove size limit in RPC client, keep it in server (Wladimir J. van der Laan) e17151a Avoid a copy in RPC output (Wladimir J. van der Laan)
| * | | | | | | | | | | Remove size limit in RPC client, keep it in serverWladimir J. van der Laan2014-08-064-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The size limit makes a lot of sense for the server, as it never has to accept very large data. The client, however, can request arbitrary amounts of data with `listtransactions` on a large wallet. Fixes #4604.
| * | | | | | | | | | | Avoid a copy in RPC outputWladimir J. van der Laan2014-08-063-9/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split up HTTPReply into HTTPReply and HTTPReplyHeader, so that the message data can be streamed directly. Also removes a c_str(), which would have prevented binary output with NUL characters in it.
* | | | | | | | | | | | Merge pull request #4498Wladimir J. van der Laan2014-08-061-0/+51
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2887bff Update coding style and add .clang-format (Pieter Wuille)
| * | | | | | | | | | | | Update coding style and add .clang-formatPieter Wuille2014-07-281-0/+51
| | | | | | | | | | | | |
* | | | | | | | | | | | | qt: bitcoin_en update after 8d0d512Wladimir J. van der Laan2014-08-061-84/+91
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4631Wladimir J. van der Laan2014-08-063-7/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a409467 more Bitcoin -> Bitcoin Core string changes (Philip Kaufmann)
| * | | | | | | | | | | | | more Bitcoin -> Bitcoin Core string changesPhilip Kaufmann2014-08-043-7/+7
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4615Wladimir J. van der Laan2014-08-061-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 283a3b8 small ordering cleanup of init help message (Philip Kaufmann)
| * | | | | | | | | | | | | small ordering cleanup of init help messagePhilip Kaufmann2014-08-011-2/+1
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4629Wladimir J. van der Laan2014-08-062-3/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ead6737 [Qt] format ping times in peers tab as ms (Philip Kaufmann)
| * | | | | | | | | | | | | [Qt] format ping times in peers tab as msPhilip Kaufmann2014-08-042-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - also align ping times to the right
* | | | | | | | | | | | | | build: Fix windows configure when using --with-qt-libdirntrgn2014-08-051-0/+5
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #4630 Github-Pull: #4633