aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-11Add boolean HaveWatchonly and signal NotifyWatchonlyChangedCozz Lovan
2014-08-11Merge pull request #4592Wladimir J. van der Laan
1dec09b depends: add shared dependency builder (Cory Fields)
2014-08-11Merge pull request #4664Wladimir J. van der Laan
565e569 libc-compat: add new symbol that's now needed (Cory Fields) 8021cf8 build: fix FDELT_TYPE configure check (Cory Fields)
2014-08-11Categorize rpc help overviewCozz Lovan
Conflicts: src/rpcserver.cpp Github-Pull: #4539 Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com> Rebased-From: df3d321
2014-08-11Merge pull request #4666Wladimir J. van der Laan
ab45ddb Fix typo in gettransaction help (Derek701)
2014-08-11Merge pull request #4668Wladimir J. van der Laan
9297763 [Qt] Add TRY_LOCK back to peertablemodel (Cozz Lovan)
2014-08-11Merge pull request #4622Wladimir J. van der Laan
c7f3876 URLs containing a / after the address no longer cause parsing errors. (Ross Nicoll)
2014-08-11build: Add mention of --disable-wallet to bdb48 error messagesWladimir J. van der Laan
2014-08-10[Qt] Add TRY_LOCK back to peertablemodelCozz Lovan
2014-08-08Fix typo in gettransaction helpDerek701
2014-08-08libc-compat: add new symbol that's now neededCory Fields
2014-08-08build: fix FDELT_TYPE configure checkCory Fields
This probably never worked properly. Confirmed working now with every compiler I throw at it.
2014-08-08depends: add shared dependency builderCory Fields
See the README's in depends for documentation
2014-08-08URLs containing a / after the address no longer cause parsing errors.Ross Nicoll
2014-08-08Merge branch 'patch-4' of git://github.com/benhc123/bitcoin into merge-PR4653Jeff Garzik
Merge #4653
2014-08-08Merge pull request #4635Wladimir J. van der Laan
6c23b08 CCoinsKeyHasher::operator() should return size_t (Wladimir J. van der Laan)
2014-08-08Merge pull request #4627Wladimir J. van der Laan
94e1b9e [Qt] re-work overviewpage UI (Philip Kaufmann)
2014-08-08[Qt] re-work overviewpage UIPhilip Kaufmann
- ensure normal and watch-only stuff looks consistent - simplify UI by removing unneeded UI layout elements - change some comments to watch-only from watchonly
2014-08-08Merge pull request #4636Wladimir J. van der Laan
efd6b87 small net cleanup (Philip Kaufmann)
2014-08-08Merge pull request #4643Wladimir J. van der Laan
292cc07 qt: fix unicode character display on osx when building with 10.7 sdk (Cory Fields)
2014-08-08small net cleanupPhilip Kaufmann
- add comment for disabling sigpipe - add closing comment in compat.h - remove redundant check in net.h
2014-08-07qt: fix unicode character display on osx when building with 10.7 sdkCory Fields
2014-08-07Merge pull request #4645Wladimir J. van der Laan
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)
2014-08-07Added bullet pointBen Holden-Crowther
To make it easier to add new requirements if necessary
2014-08-07Merge pull request #4640Wladimir J. van der Laan
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)
2014-08-07CCoinsKeyHasher::operator() should return size_tWladimir J. van der Laan
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.
2014-08-06build: fix race in 'make deploy' for windowsCory Fields
The binary builds can clobber eachother, so use a single subdir dependency instead.
2014-08-06build: Fix 'make deploy' when binaries haven't been built yetCory Fields
2014-08-06build: hook up qt translations for static osx packagingCory Fields
2014-08-06build: add --with-qt-translationdir to configure for use with static qtCory Fields
2014-08-06build: teach macdeploy the -translations-dir argument, for use with static qtCory Fields
When QT is linked statically, macdeploy can't infer its paths. While plugins and frameworks don't need to be packaged, translations still do (for now).
2014-08-06build: Find the proper xcb/pcre dependenciesCory Fields
2014-08-06build: silence mingw fpic warning spewCory Fields
2014-08-06build: don't let libtool insert rpath into binariesCory Fields
2014-08-06Merge pull request #4498Wladimir J. van der Laan
2887bff Update coding style and add .clang-format (Pieter Wuille)
2014-08-06qt: bitcoin_en update after 8d0d512Wladimir J. van der Laan
2014-08-06Merge pull request #4631Wladimir J. van der Laan
a409467 more Bitcoin -> Bitcoin Core string changes (Philip Kaufmann)
2014-08-06Merge pull request #4615Wladimir J. van der Laan
283a3b8 small ordering cleanup of init help message (Philip Kaufmann)
2014-08-06Merge pull request #4629Wladimir J. van der Laan
ead6737 [Qt] format ping times in peers tab as ms (Philip Kaufmann)
2014-08-06Remove size limit in RPC client, keep it in serverWladimir J. van der Laan
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.
2014-08-06Avoid a copy in RPC outputWladimir J. van der Laan
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.
2014-08-05Merge pull request #4626Wladimir J. van der Laan
e1eb741 doc: Modernize steps to be followed after release (Wladimir J. van der Laan)
2014-08-05build: Fix windows configure when using --with-qt-libdirntrgn
fixes #4630 Github-Pull: #4633
2014-08-04more Bitcoin -> Bitcoin Core string changesPhilip Kaufmann
2014-08-04[Qt] format ping times in peers tab as msPhilip Kaufmann
- also align ping times to the right
2014-08-04Merge pull request #4606Wladimir J. van der Laan
bd0aa10 Replace the temporary file hack currently used to change Bitcoin-Qt's dock icon (OS X) with a buffer-based solution. (Doug)
2014-08-04Log "version" message IP addresses in client connect summaryJeff Garzik
The only other method of logging remote addresses is via -logips=1 -debug=net which increases the logged activity by 100x or more. Github-Pull: #4608 Amended-By: Wladimir J. van der Laan <laanwj@gmail.com>
2014-08-04Merge pull request #4612Wladimir J. van der Laan
6548cc9 test: don't let the port number exceed the legal range (Cory Fields) a67eef1 test: redirect comparison tool output to stdout (Cory Fields)
2014-08-04Merge pull request #4598Wladimir J. van der Laan
e59441f Process fee estimate file into temporary vector first to let sanity checking complete. (Alex Morcos) 961ae93 Fix minor bug which only affected log messages. (Alex Morcos) 17f1567 Fixed a bug with index bounds checking (Alex Morcos)
2014-08-04qt: Demote ReportInvalidCertificate message to qDebugWladimir J. van der Laan
Too spammy.