aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5376Wladimir J. van der Laan2014-12-021-32/+57
|\ | | | | | | 8a5c951 [REST] make selection of output-format mandatory, support dot url syntax (Jonas Schnelli)
| * [REST] make selection of output-format mandatory, support dot url syntaxJonas Schnelli2014-11-271-32/+57
| | | | | | | | | | | | 1. Remove the default format (binary) because `rest/block/<hash>/Hex` would end up delivering binary data. 2. List available formats when chosen format was not found (reduces need for documentation) 3. Change url syntax to dot extension like format chosing (like `rest/tx/<hash>.json`
* | Merge pull request #5227Wladimir J. van der Laan2014-12-0121-293/+612
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 4cdaa95 Resize after succesful result (Pieter Wuille) 9d8604f Header define style cleanups (Pieter Wuille) a53fd41 Deterministic signing (Pieter Wuille) 3060e36 Add the RFC6979 PRNG (Pieter Wuille) a8f5087 Add HMAC-SHA256 (Pieter Wuille) 36fa4a7 Split up crypto/sha2 (Pieter Wuille)
| * | Resize after succesful resultPieter Wuille2014-11-281-2/+3
| | |
| * | Header define style cleanupsPieter Wuille2014-11-204-12/+12
| | |
| * | Deterministic signingPieter Wuille2014-11-204-14/+49
| | |
| * | Add the RFC6979 PRNGPieter Wuille2014-11-204-0/+121
| | |
| * | Add HMAC-SHA256Pieter Wuille2014-11-204-0/+111
| | |
| * | Split up crypto/sha2Pieter Wuille2014-11-2014-279/+330
| | |
* | | Merge pull request #5390Wladimir J. van der Laan2014-12-011-1/+1
|\ \ \ | | | | | | | | | | | | 43422a0 [Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..) (Cozz Lovan)
| * | | [Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..)Cozz Lovan2014-11-291-1/+1
| | | |
* | | | Merge pull request #5386Wladimir J. van der Laan2014-12-011-0/+27
|\ \ \ \ | | | | | | | | | | | | | | | 1b91be4 Report status of chain tips (Pieter Wuille)
| * | | | Report status of chain tipsPieter Wuille2014-11-271-0/+27
| | | | |
* | | | | Merge pull request #5388Wladimir J. van der Laan2014-12-011-4/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | 1cf23f6 Update the intent on SI-style separators. (21E14)
| * | | | Update the intent on SI-style separators.21E142014-11-281-4/+2
| |/ / /
* | | | Merge pull request #5365Pieter Wuille2014-11-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | 3a05ba1 Fix typo in doxygen comment. (Pavel Janík)
| * | | | Fix typo in doxygen comment.Pavel Janík2014-11-251-1/+1
| | | | |
* | | | | Merge pull request #5316Wladimir J. van der Laan2014-11-285-2/+157
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f86a24b Move `setmocktime` to hidden category (Wladimir J. van der Laan) bd9aebf Introduce a hidden category (Pieter Wuille) 0dd06b2 Delay writing block indexes in invalidate/reconsider (Pieter Wuille) 9b0a8d3 Add 'invalidateblock' and 'reconsiderblock' RPC commands. (Pieter Wuille)
| * | | | | Move `setmocktime` to hidden categoryWladimir J. van der Laan2014-11-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Another testing-only potential footgun command.
| * | | | | Introduce a hidden categoryPieter Wuille2014-11-261-3/+5
| | | | | |
| * | | | | Delay writing block indexes in invalidate/reconsiderPieter Wuille2014-11-261-12/+6
| | | | | |
| * | | | | Add 'invalidateblock' and 'reconsiderblock' RPC commands.Pieter Wuille2014-11-265-0/+159
| | |/ / / | |/| | | | | | | | | | | | | | | | | | These can be used for testing reorganizations or for manual intervention in case of chain forks.
* | | | | Merge pull request #5374Wladimir J. van der Laan2014-11-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | a53d16a Use complete path to include bitcoin-config.h. (Pavel Janík)
| * | | | | Use complete path to include bitcoin-config.h.Pavel Janík2014-11-261-1/+1
| | | | | |
* | | | | | Remove -printblock, -printblocktree, and -printblockindexPieter Wuille2014-11-273-101/+0
| |/ / / / |/| | | |
* | | | | Merge pull request #5158Wladimir J. van der Laan2014-11-261-9/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 9ec75c5 Add a locking mechanism to IsInitialBlockDownload to ensure it never goes from false to true. (Ruben Dario Ponticelli) a2d0fc6 Fix IsInitialBlockDownload which was broken by headers first. (Ruben Dario Ponticelli)
| * | | | | Add a locking mechanism to IsInitialBlockDownload to ensure it never goes ↵Ruben Dario Ponticelli2014-11-071-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | from false to true.
| * | | | | Fix IsInitialBlockDownload which was broken by headers first.Ruben Dario Ponticelli2014-10-281-9/+2
| | | | | |
* | | | | | Merge pull request #5273Wladimir J. van der Laan2014-11-261-5/+5
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | cd4d3f1 Win32: change buffer size for gethotsname in Discover() (Philip Kaufmann) 8fa0494 Win32: log addresses found in Discover() calls (Philip Kaufmann)
| * | | | | Win32: change buffer size for gethotsname in Discover()Philip Kaufmann2014-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 256 byte is the maximum, as per http://msdn.microsoft.com/en-us/library/windows/desktop/ms738527%28v=vs.85%29.aspx
| * | | | | Win32: log addresses found in Discover() callsPhilip Kaufmann2014-11-131-4/+4
| | | | | |
* | | | | | Merge pull request #5326Wladimir J. van der Laan2014-11-265-3/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5dc713b [REST] set REST API behind "-rest" option (Jonas Schnelli) 78bdc81 [REST] give an appropriate response in warmup phase (Jonas Schnelli) 210eba9 [REST] fix headersonly flag for BINARY responses (Jonas Schnelli)
| * | | | | | [REST] set REST API behind "-rest" optionJonas Schnelli2014-11-262-1/+2
| | | | | | |
| * | | | | | [REST] give an appropriate response in warmup phaseJonas Schnelli2014-11-264-0/+16
| | | | | | |
| * | | | | | [REST] fix headersonly flag for BINARY responsesJonas Schnelli2014-11-261-2/+2
| | | | | | |
* | | | | | | qt: Update translations from transifexWladimir J. van der Laan2014-11-2670-1086/+1586
| | | | | | |
* | | | | | | Merge pull request #5321Wladimir J. van der Laan2014-11-261-9/+16
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | 34559c7 Make PruneBlockIndexCandidates safer (Pieter Wuille) cca48f6 Reset setBlockIndexCandidates once block index db loaded (21E14)
| * | | | | | Make PruneBlockIndexCandidates saferPieter Wuille2014-11-201-3/+3
| | | | | | |
| * | | | | | Reset setBlockIndexCandidates once block index db loaded21E142014-11-121-7/+14
| | | | | | |
* | | | | | | Merge pull request #5323Wladimir J. van der Laan2014-11-261-5/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a328dd6 [Qt] small changes to sendcoinsdialog (Philip Kaufmann)
| * | | | | | | [Qt] small changes to sendcoinsdialogPhilip Kaufmann2014-11-251-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add newly added variables to the constructor init - move an already existing bool also to constructor init - move a connect call to setClientModel and add a NULL pointer check
* | | | | | | | Merge pull request #5209Wladimir J. van der Laan2014-11-261-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 9b1627d [Wallet] Reduce minTxFee for transaction creation to 1000 satoshis (Cozz Lovan)
| * | | | | | | | [Wallet] Reduce minTxFee for transaction creation to 1000 satoshisCozz Lovan2014-11-041-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #5361Wladimir J. van der Laan2014-11-262-12/+13
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | 3223179 libbitcoinconsensus: don't require any global constructors (Cory Fields)
| * | | | | | | | libbitcoinconsensus: don't require any global constructorsCory Fields2014-11-242-12/+13
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | These static objects are only used in once place, so declare them there instead.
* | | | | | | | Merge pull request #5340Wladimir J. van der Laan2014-11-263-0/+27
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c8ed613 Include missing config/bitcoin-config.h. (Pavel Janík) 494f6e7 Check for strnlen and provide it if it is not found. (Pavel Janík)
| * | | | | | | | Include missing config/bitcoin-config.h.Pavel Janík2014-11-261-0/+4
| | | | | | | | |
| * | | | | | | | Check for strnlen and provide it if it is not found.Pavel Janík2014-11-243-0/+23
| | | | | | | | |
* | | | | | | | | Merge pull request #5351Wladimir J. van der Laan2014-11-252-39/+42
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3d0a1ce Process help and version arguments before datadir. (Pavel Janík)
| * | | | | | | | | Process help and version arguments before datadir.Pavel Janík2014-11-222-39/+42
| | |/ / / / / / / | |/| | | | | | |