aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Merge pull request #7044Gregory Maxwell2015-11-302-1/+56
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Added additional config option for multiple RPC users.Gregory Sanders2015-11-292-1/+56
* | | | | | | | | | | | | | | | | | Merge pull request #7094Wladimir J. van der Laan2015-11-301-5/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Assert now > 0 in GetTime GetTimeMillis GetTimeMicrosPatick Strateman2015-11-241-5/+11
* | | | | | | | | | | | | | | | | | Merge pull request #7008Wladimir J. van der Laan2015-11-307-21/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Change GetPriority calculation.Alex Morcos2015-11-197-16/+37
| * | | | | | | | | | | | | | | | | | Modify variable names for entry height and priorityAlex Morcos2015-11-192-9/+9
| * | | | | | | | | | | | | | | | | | Remove default arguments for CTxMemPoolEntry()Alex Morcos2015-11-191-1/+1
| | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #7035Wladimir J. van der Laan2015-11-302-2/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | torcontrol: only output disconnect if -debug=torDaniel Cousens2015-11-302-2/+4
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #7112Wladimir J. van der Laan2015-11-3010-80/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Move uiInterface.NotifyBlockTip signal above the core/wallet signalJonas Schnelli2015-11-301-28/+31
| * | | | | | | | | | | | | | | | [Qt] call GuessVerificationProgress synchronous during core signal, pass doub...Jonas Schnelli2015-11-308-19/+22
| * | | | | | | | | | | | | | | | [Qt] reduce cs_main in getVerificationProgress()Jonas Schnelli2015-11-307-16/+19
| * | | | | | | | | | | | | | | | [Qt] update block tip (height and date) without locking cs_main, update alway...Jonas Schnelli2015-11-302-35/+23
| * | | | | | | | | | | | | | | | NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex*Jonas Schnelli2015-11-303-4/+10
| | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #7103Wladimir J. van der Laan2015-11-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Default fPayAtLeastCustomFee to falseRyan Havar2015-11-281-1/+1
* | | | | | | | | | | | | | | | | Merge pull request #7126Wladimir J. van der Laan2015-11-301-11/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Move blocksonly parameter interaction to InitParameterInteraction()MarcoFalke2015-11-281-11/+1
| |/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | Merge pull request #7116Wladimir J. van der Laan2015-11-303-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Trivial: Fix warning introduced by #7053 by casting to uint64_tJorge Timón2015-11-293-3/+3
* | | | | | | | | | | | | | | | | | Merge pull request #7127Jonas Schnelli2015-11-304-9/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Bugfix: Default -uiplatform is not actually the platform this build was compi...Luke Dashjr2015-11-284-9/+14
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #7025Jonas Schnelli2015-11-304-53/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | [Qt] don't allow to store invalid proxy portsJonas Schnelli2015-11-182-5/+10
| * | | | | | | | | | | | | | | | | [Qt] refactor and optimize proxy settings behaviorJonas Schnelli2015-11-164-53/+60
* | | | | | | | | | | | | | | | | | Allow block announcements with headersSuhas Daftuar2015-11-295-11/+232
* | | | | | | | | | | | | | | | | | Merge pull request #7106Gregory Maxwell2015-11-281-11/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Fix and improve relay from whitelisted peersPieter Wuille2015-11-261-11/+14
* | | | | | | | | | | | | | | | | | | Merge pull request #6508Pieter Wuille2015-11-2813-75/+353
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Switch blocks to a constant-space Merkle root/branch algorithm.Pieter Wuille2015-11-2712-75/+182
| * | | | | | | | | | | | | | | | | | Add merkle.{h,cpp}, generic merkle root/branch algorithmPieter Wuille2015-11-273-0/+171
| | |_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | [qt] Move GUI related HelpMessage() part downstreamMarcoFalke2015-11-286-22/+25
* | | | | | | | | | | | | | | | | | [trivial] Reuse translation and cleanup DEFAULT_* valuesMarcoFalke2015-11-2811-28/+42
* | | | | | | | | | | | | | | | | | Bugfix: Omit wallet-related options from -help when wallet is not supportedLuke Dashjr2015-11-281-1/+2
* | | | | | | | | | | | | | | | | | Constrain constant values to a single location in codeLuke Dashjr2015-11-2824-78/+118
| |_|_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #6942Pieter Wuille2015-11-281-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Fix CCoins serialization documentationPeter Josling2015-11-041-5/+5
* | | | | | | | | | | | | | | | | | Print correct minimum mempool size in MBpaveljanik2015-11-271-1/+1
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #7078Wladimir J. van der Laan2015-11-271-4/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | uint256::GetCheapHash bigendian compatibilitydaniel2015-11-251-4/+2
| | |_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #7114Wladimir J. van der Laan2015-11-271-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | util: Don't set strMiscWarning on every exceptionWladimir J. van der Laan2015-11-271-1/+0
* | | | | | | | | | | | | | | | | | Merge pull request #7090Wladimir J. van der Laan2015-11-271-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Connect to Tor hidden services by defaultPeter Todd2015-11-261-0/+9
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #7095Wladimir J. van der Laan2015-11-274-200/+206
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | Replace scriptnum_test's normative ScriptNum implementationWladimir J. van der Laan2015-11-254-200/+206
* | | | | | | | | | | | | | | | | | | Merge pull request #7083Wladimir J. van der Laan2015-11-272-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | OpenSSL 1.1.0: Fix text variant of the version numberMarcoFalke2015-11-242-0/+11