aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | fix rpc unit test, plain numbers are not JSON compatible objectJonas Schnelli2015-06-041-2/+2
| | * | | | | | | | | | | | | | | | | | | | | | univalue: correct bool supportJonas Schnelli2015-06-041-0/+10
| | * | | | | | | | | | | | | | | | | | | | | | univalue: add support for real, fix percision and make it json_spirit compatibleJonas Schnelli2015-06-045-10/+25
| | * | | | | | | | | | | | | | | | | | | | | | special threatment for null,true,false because they are non valid jsonJonas Schnelli2015-06-041-2/+14
| | * | | | | | | | | | | | | | | | | | | | | | expicit set UniValue type to avoid empty valuesJonas Schnelli2015-06-0410-92/+93
| | * | | | | | | | | | | | | | | | | | | | | | extend conversion to UniValueJonas Schnelli2015-06-0413-69/+76
| | * | | | | | | | | | | | | | | | | | | | | | Convert tree to using univalue. Eliminate all json_spirit uses.Jeff Garzik2015-06-0423-205/+321
| | * | | | | | | | | | | | | | | | | | | | | | UniValue: export NullUniValue global constantJeff Garzik2015-06-042-5/+7
| | * | | | | | | | | | | | | | | | | | | | | | UniValue: prefer .size() to .count(), to harmonize w/ existing treeJeff Garzik2015-06-043-11/+11
| |/ / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #6220Wladimir J. van der Laan2015-06-031-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | bump version in clientversion.hPhilip Kaufmann2015-06-021-1/+1
| | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #5875Wladimir J. van der Laan2015-06-037-22/+260
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | P2P regression test for new AcceptBlock behaviorSuhas Daftuar2015-06-022-0/+227
| | * | | | | | | | | | | | | | | | | | | | | Be stricter in processing unrequested blocksSuhas Daftuar2015-06-025-22/+33
| | |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #6218Wladimir J. van der Laan2015-06-035-8/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | gitian: Bump cache dir for current masterCory Fields2015-06-023-3/+3
| | * | | | | | | | | | | | | | | | | | | | | gitian: bump faketime to something more recentCory Fields2015-06-024-4/+4
| | * | | | | | | | | | | | | | | | | | | | | osx: set min version to 10.7 for 0.11+Cory Fields2015-06-021-1/+1
| | |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #6226Wladimir J. van der Laan2015-06-032-3/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | json: fail read_string if string contains trailing garbageWladimir J. van der Laan2015-06-032-3/+21
| | |/ / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #6214Wladimir J. van der Laan2015-06-039-13/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | OSX: use "Bitcoin Core" as Bundle Display NameJonas Schnelli2015-06-035-5/+17
| | * | | | | | | | | | | | | | | | | | | | [OSX] revert renaming of Bitcoin-Qt.appJonas Schnelli2015-06-016-8/+8
| | | |_|_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge pull request #6203Wladimir J. van der Laan2015-06-021-6/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | Remove P2SH coinbase flag, no longer interestingLuke Dashjr2015-05-311-6/+0
| * | | | | | | | | | | | | | | | | | | | | Merge pull request #6210Wladimir J. van der Laan2015-06-021-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | build: disable optional use of gmp in internal secp256k1 buildWladimir J. van der Laan2015-06-011-1/+1
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #6172Wladimir J. van der Laan2015-06-021-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Ignore getheaders requests when not synced.Suhas Daftuar2015-05-271-0/+3
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #6183Wladimir J. van der Laan2015-06-018-38/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | Fix off-by-one error w/ nLockTime in the walletPeter Todd2015-05-278-38/+39
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #6164Wladimir J. van der Laan2015-06-013-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | Update help message to match the #4219 changelpescher2015-05-191-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | Update documentation to match the #4219 changelpescher2015-05-191-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | Make command line option to show all debugging consistent with similar optionslpescher2015-05-191-0/+1
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #6198Wladimir J. van der Laan2015-06-011-1/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | Improve comment explaining purpose of MAX_MONEY constantPeter Todd2015-05-271-1/+9
| | | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Now that 0.11 has been branched, master is 0.11.99Wladimir J. van der Laan2015-06-015-271/+7
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Revert "Change fPIE to fPIC (#1420)" (#1447)Patrick Lodder2018-01-211-2/+2
* | | | | | | | | | | | | | | | | | | | | | | Change fPIE to fPIC (#1420)D3m0nKingx2018-01-081-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Minor changesv1.10.0leuqarte2015-10-311-14/+14
* | | | | | | | | | | | | | | | | | | | | | Brandingleuqarte2015-10-311-1/+1
* | | | | | | | | | | | | | | | | | | | | | Minor changesleuqarte2015-10-311-5/+5
* | | | | | | | | | | | | | | | | | | | | | Changing to the proper ports for Dogecoin.Sporklin2015-10-314-6/+6
* | | | | | | | | | | | | | | | | | | | | | Mark as release versionJ Ross Nicoll2015-10-311-1/+1
* | | | | | | | | | | | | | | | | | | | | | [Qt] Disable milli and micro units, introduce kilo and mega unitsPatrick Lodder2015-10-312-3/+19
* | | | | | | | | | | | | | | | | | | | | | Add minimum constraint on custom fees fieldJ Ross Nicoll2015-10-313-3/+40
* | | | | | | | | | | | | | | | | | | | | | Disable UI elements for selecting zero-feeJ Ross Nicoll2015-10-312-7/+14
* | | | | | | | | | | | | | | | | | | | | | Add Dogecoin Core copyright line to splash screenJ Ross Nicoll2015-10-3122-23/+110
* | | | | | | | | | | | | | | | | | | | | | Update about menu icon to DogecoinJ Ross Nicoll2015-10-311-0/+0