| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13320: Ensure gitian-build.sh uses bash | Wladimir J. van der Laan | 2018-05-29 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Ensure gitian-build.sh uses bash | Jeff Frontz | 2018-05-29 | 1 | -0/+1 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge #13281: test: Move linters to test/lint, add readme | Wladimir J. van der Laan | 2018-05-29 | 18 | -28/+42 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | test: Move linters to test/lint, add readme | MarcoFalke | 2018-05-24 | 18 | -28/+42 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge #13134: net: Add option `-enablebip61` to configure sending of BIP61 no... | Wladimir J. van der Laan | 2018-05-29 | 5 | -11/+40 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | doc: Mention disabling BIP61 in bips.md | Wladimir J. van der Laan | 2018-05-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | net: Add option `-enablebip61` to configure sending of BIP61 notifications | Wladimir J. van der Laan | 2018-05-13 | 4 | -10/+39 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13273: Qt/Bugfix: fix handling default wallet with no name | Wladimir J. van der Laan | 2018-05-29 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Qt/Bugfix: fix handling default wallet with no name | João Barbosa | 2018-05-18 | 1 | -3/+3 | |
| | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge #13142: Separate IsMine from solvability | Wladimir J. van der Laan | 2018-05-29 | 4 | -45/+67 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Make handling of invalid in IsMine more uniform | Pieter Wuille | 2018-05-24 | 1 | -33/+40 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Add some checks for invalid recursion in IsMine | Pieter Wuille | 2018-05-03 | 1 | -0/+15 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Simplify IsMine logic | Pieter Wuille | 2018-05-03 | 1 | -26/+28 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Make IsMine stop distinguishing solvable/unsolvable | Pieter Wuille | 2018-05-03 | 2 | -16/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Make coincontrol use IsSolvable to determine solvability | Pieter Wuille | 2018-05-03 | 2 | -4/+4 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13275: Qt: use [default wallet] as name for wallet with no name | Wladimir J. van der Laan | 2018-05-28 | 3 | -3/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Qt: use [default wallet] as name for wallet with no name | Jonas Schnelli | 2018-05-19 | 3 | -3/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13300: qa: Initialize lockstack to prevent null pointer deref | Wladimir J. van der Laan | 2018-05-28 | 1 | -11/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | qa: Initialize lockstack to prevent null pointer deref | MarcoFalke | 2018-05-22 | 1 | -11/+8 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13295: docs: Update OpenBSD build instructions for OpenBSD 6.3 | Wladimir J. van der Laan | 2018-05-28 | 1 | -5/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | docs: Update OpenBSD build instructions for OpenBSD 6.3 | practicalswift | 2018-05-22 | 1 | -5/+11 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13306: build: split warnings out of CXXFLAGS | Wladimir J. van der Laan | 2018-05-28 | 2 | -13/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | build: split warnings out of CXXFLAGS | Cory Fields | 2018-05-22 | 2 | -13/+15 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13304: qa: Fix wallet_listreceivedby race | MarcoFalke | 2018-05-24 | 1 | -4/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | qa: Fix wallet_listreceivedby race | MarcoFalke | 2018-05-23 | 1 | -4/+8 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13284: gui: fix visual "overflow" of amount input. | Wladimir J. van der Laan | 2018-05-24 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Increased max width of amount field to prevent number overflow bug. | Brandon Ruggles | 2018-05-20 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13291: test: Don't include torcontrol.cpp into the test file | MarcoFalke | 2018-05-24 | 2 | -4/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Declare TorReply parsing functions in torcontrol_tests | Ben Woosley | 2018-05-21 | 2 | -4/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13314: Fix FreeBSD build by including utilstrencodings.h | MarcoFalke | 2018-05-24 | 1 | -0/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix FreeBSD build by including utilstrencodings.h | Wladimir J. van der Laan | 2018-05-24 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13063: Use shared pointer to retain wallet instance | Wladimir J. van der Laan | 2018-05-24 | 15 | -139/+239 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | wallet: Use shared pointer to retain wallet instance | João Barbosa | 2018-05-22 | 15 | -139/+239 | |
| | | |_|_|/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13246: doc: Bump to Ubuntu Bionic 18.04 in build-windows.md | Wladimir J. van der Laan | 2018-05-24 | 1 | -34/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | doc: Bump to Ubuntu Bionic 18.04 in build-windows.md | Chun Kuan Lee | 2018-05-17 | 1 | -34/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13151: net: Serve blocks directly from disk when possible | Wladimir J. van der Laan | 2018-05-23 | 3 | -47/+107 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | net: Serve blocks directly from disk when possible | Wladimir J. van der Laan | 2018-05-15 | 3 | -47/+107 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13011: Cache witness hash in CTransaction | Wladimir J. van der Laan | 2018-05-23 | 8 | -23/+21 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache witness hash in CTransaction | MarcoFalke | 2018-05-04 | 2 | -11/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make CMutableTransaction constructor explicit | MarcoFalke | 2018-05-04 | 7 | -12/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #10757: RPC: Introduce getblockstats to plot things | Wladimir J. van der Laan | 2018-05-23 | 5 | -11/+688 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests: Add data file | Anthony Towns | 2018-05-22 | 1 | -0/+204 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests: Test new getblockstats RPC | Jorge Timón | 2018-05-22 | 2 | -0/+181 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | RPC: Introduce getblockstats | Jorge Timón | 2018-05-22 | 2 | -0/+283 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor: RPC: Separate GetBlockChecked() from getblock() | Jorge Timón | 2018-05-07 | 1 | -11/+20 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13282: trivial: Mark overrides as such. | MarcoFalke | 2018-05-22 | 2 | -9/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | trivial: Mark overrides as such. | Daniel Kraft | 2018-05-20 | 2 | -9/+9 | |
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13297: [wallet] Fix incorrect comment for DeriveNewSeed. | MarcoFalke | 2018-05-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | [wallet] Fix incorrect comment for DeriveNewSeed. | John Newbery | 2018-05-21 | 1 | -1/+1 | |
| | | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge #13254: Remove improper qt/moc_* cleaning glob from the general Makefile | MarcoFalke | 2018-05-21 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||