aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Payment request parsing on startup now only changes network if a valid networ...Ross Nicoll2014-07-081-1/+5
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #4490Wladimir J. van der Laan2014-07-094-4/+8
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | build: fix win32 static linking after libtool mergeCory Fields2014-07-082-2/+6
| * | | | | | | | | | build: re-add AM_LDFLAGS where it's overriddenCory Fields2014-07-082-2/+2
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4479Wladimir J. van der Laan2014-07-081-1/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Bugfix: strerror_r can return an error, and if it does, POSIX does not specif...Luke Dashjr2014-07-071-1/+2
* | | | | | | | | | | Merge pull request #4465Wladimir J. van der Laan2014-07-084-10/+24
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
| * | | | | | | | | | Fee fixesCozz Lovan2014-07-084-10/+24
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #4480Wladimir J. van der Laan2014-07-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test/bloom_tests: Use UL suffix for unsigned long number to ensure compatibilityLuke Dashjr2014-07-071-1/+1
* | | | | | | | | | | Merge pull request #4471Wladimir J. van der Laan2014-07-071-0/+10
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Send rejects and apply DoS scoring for errors in direct block validation.Pieter Wuille2014-07-061-0/+10
* | | | | | | | | | | Merge pull request #4045Wladimir J. van der Laan2014-07-0727-356/+994
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | replaced MINE_ with ISMINE_JaSK2014-07-028-75/+75
| * | | | | | | | | | | fixed bug where validateaddress doesn't display informationJaSK2014-07-021-1/+1
| * | | | | | | | | | | fixed bug in ListReceived()JaSK2014-07-021-1/+1
| * | | | | | | | | | | Added MINE_ALL = (spendable|watchonly)JaSK2014-07-025-13/+14
| * | | | | | | | | | | Fixed some stuff in TransactionDescJaSK2014-07-022-22/+16
| * | | | | | | | | | | removed default argument values for ismine filterJaSK2014-07-025-31/+32
| * | | | | | | | | | | Use script matching rather than destination matching for watch-only.Pieter Wuille2014-07-029-47/+47
| * | | | | | | | | | | added includedWatchonly argument to listreceivedbyaddress/...accountJaSK2014-07-022-8/+33
| * | | | | | | | | | | added includeWatchonly argument to 'gettransaction' because it affects balanc...JaSK2014-07-022-2/+9
| * | | | | | | | | | | fixed tiny glitch and improved readability like laanwj suggestedJaSK2014-07-024-49/+37
| * | | | | | | | | | | Added argument to listtransactions and listsinceblock to include watchonly ad...JaSK2014-07-022-23/+42
| * | | | | | | | | | | Showing 'involvesWatchonly' property for transactions returned by 'listtransa...JaSK2014-07-022-2/+7
| * | | | | | | | | | | Added argument to listaccounts to include watchonly addressesJaSK2014-07-022-5/+13
| * | | | | | | | | | | Added argument to getbalance to include watchonly addresses and fixed errors ...JaSK2014-07-024-24/+62
| * | | | | | | | | | | Watchonly transactions are marked in transaction historyJaSK2014-07-023-4/+17
| * | | | | | | | | | | Watchonly balances are shown separately in gui.JaSK2014-07-0214-237/+601
| * | | | | | | | | | | qt: Hide unspendable outputs in coin controlWladimir J. van der Laan2014-07-022-2/+6
| * | | | | | | | | | | Add support for watch-only addressesPieter Wuille2014-07-0216-52/+223
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Fix the build for windowsWladimir J. van der Laan2014-07-071-4/+3
* | | | | | | | | | | Merge pull request #4327Wladimir J. van der Laan2014-07-079-172/+50
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | error out, when we detect -socks argumentPhilip Kaufmann2014-07-071-0/+3
| * | | | | | | | | | | remove SOCKS4 support from core and GUIPhilip Kaufmann2014-07-079-172/+47
* | | | | | | | | | | | Merge pull request #4477Wladimir J. van der Laan2014-07-071-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Add translation mailing list to README.mdMichael Ford2014-07-071-2/+4
* | | | | | | | | | | | | Merge pull request #4466Wladimir J. van der Laan2014-07-078-3/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [Qt] Replace status bar unit icon with actual imagesCozz Lovan2014-07-058-3/+21
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #4401Wladimir J. van der Laan2014-07-071-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | add OpenSSL RAND_cleanup() on OpenSSL shutdownPhilip Kaufmann2014-06-261-2/+4
* | | | | | | | | | | | | | Merge pull request #4399Wladimir J. van der Laan2014-07-071-3/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | [Qt] seed OpenSSL PNRG with Windows event dataPhilip Kaufmann2014-07-041-3/+16
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #4373Wladimir J. van der Laan2014-07-071-2/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rpc: Prevent easy memory exhaustion attackWladimir J. van der Laan2014-07-041-2/+14
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #4446Wladimir J. van der Laan2014-07-079-19/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Use GetBlockTime() morejtimon2014-07-079-19/+19
* | | | | | | | | | | | | | | Merge pull request #4470Wladimir J. van der Laan2014-07-072-8/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add CChain::GetLocator() unit testPieter Wuille2014-07-061-0/+56
| * | | | | | | | | | | | | | | Fix CChain::GetLocatorPieter Wuille2014-07-061-8/+6
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |