| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | [Qt, OSX] fix Qt4.8 compatibility with QProgressBar issue | Jonas Schnelli | 2014-11-24 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1816 | Wladimir J. van der Laan | 2014-11-24 | 7 | -89/+207 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | CreateNewBlock: Stick height in coinbase so we pass template sanity check | Luke Dashjr | 2014-11-20 | 1 | -5/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | submitblock: Check for duplicate submissions explicitly | Luke Dashjr | 2014-11-20 | 1 | -4/+21 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Implement BIP 23 Block Proposal | Luke Dashjr | 2014-11-20 | 1 | -0/+33 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Abstract DecodeHexBlk and BIP22ValidationResult functions out of submitblock | Luke Dashjr | 2014-11-18 | 3 | -21/+41 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | miner_tests: Disable checkpoints so they don't fail the subsidy-change test | Luke Dashjr | 2014-11-18 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | TestBlockValidity function for CBlock proposals (used by CreateNewBlock) | Luke Dashjr | 2014-11-18 | 3 | -17/+31 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | CreateNewBlock and miner_tests: Also check generated template is valid by Che... | Luke Dashjr | 2014-11-18 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | Abstract context-dependent block checking from acceptance | Luke Dashjr | 2014-11-18 | 2 | -53/+75 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5224 | Wladimir J. van der Laan | 2014-11-24 | 5 | -5/+53 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Add key generation/verification to ECC sanity check | Pieter Wuille | 2014-11-23 | 1 | -1/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | Add sanity check after key generation | Pieter Wuille | 2014-11-23 | 5 | -4/+44 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5309 | Wladimir J. van der Laan | 2014-11-24 | 3 | -11/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [Qt] minor ordering cleanup after new fee selection | Philip Kaufmann | 2014-11-20 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | | minor style cleanup after HTTP rest interface merge | Philip Kaufmann | 2014-11-20 | 2 | -10/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | | | Prioritize and display -testsafemode status in UI | dexX7 | 2014-11-23 | 1 | -3/+3 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Remove misleading comment about testnet's message string. | Pavel JanÃk | 2014-11-22 | 1 | -5/+0 | |
| | |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Change MIT/X11 to MIT in license displayed in the program | Philip Kaufmann | 2014-11-21 | 3 | -9/+9 | |
| * | | | | | | | | | | | | | | | | | | | | | | Convert remaining comments in /src to doxygen format | Michael Ford | 2014-11-21 | 19 | -225/+269 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5170 | Wladimir J. van der Laan | 2014-11-21 | 6 | -26/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | CBlockIndex::GetBlockWork() + GetProofIncrement(nBits) -> GetBlockProof(CBloc... | jtimon | 2014-10-29 | 4 | -13/+7 | |
| | * | | | | | | | | | | | | | | | | | | | | | | MOVEONLY: Move void UpdateTime() from pow.o to miner.o (plus fix include main... | jtimon | 2014-10-29 | 4 | -13/+13 | |
| | | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5247 | Wladimir J. van der Laan | 2014-11-21 | 7 | -24/+102 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Test the exact order of CHECKMULTISIG sig/pubkey evaluation | Peter Todd | 2014-11-20 | 3 | -1/+49 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Make STRICTENC invalid pubkeys fail the script rather than the opcode. | Pieter Wuille | 2014-11-20 | 7 | -23/+53 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5318 | Wladimir J. van der Laan | 2014-11-21 | 1 | -7/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Truthier error message when rpcpassword is missing | Glenn Willen | 2014-11-19 | 1 | -7/+1 | |
| | | |_|/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | qt: English translation update | Wladimir J. van der Laan | 2014-11-21 | 2 | -118/+232 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5322 | Wladimir J. van der Laan | 2014-11-21 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | [Qt] explicitly call proxy in GUI settings SOCKS5 proxy | Philip Kaufmann | 2014-11-20 | 1 | -2/+2 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | / / / / / / / / / / / / / / | build: fix link error on some platforms. Fixes #5235 | Cory Fields | 2014-11-20 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5270 | Wladimir J. van der Laan | 2014-11-20 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Check block header before accepting it. | Daniel Kraft | 2014-11-20 | 1 | -0/+5 | |
| | |/ / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #5000 | Pieter Wuille | 2014-11-20 | 8 | -3/+49 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Discourage NOPs reserved for soft-fork upgrades | Peter Todd | 2014-11-17 | 8 | -3/+49 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5324 | Wladimir J. van der Laan | 2014-11-20 | 12 | -80/+83 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Update comments in src/rpc* to be doxygen compatible | Michael Ford | 2014-11-20 | 12 | -80/+83 | |
| | | |/ / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge pull request #5320 | Wladimir J. van der Laan | 2014-11-20 | 2 | -3/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | qt: Make askpassphrase dialog behave more sanely | Wladimir J. van der Laan | 2014-11-20 | 2 | -3/+15 | |
| | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | build: add quick consensus lib tests | Cory Fields | 2014-11-19 | 1 | -1/+12 | |
| * | | | | | | | | | | | | | | | | | | | | | | build: add --with-libs so that libs are optional | Cory Fields | 2014-11-19 | 2 | -1/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | build: add libbitcoinconsensus files and hook up the lib build | Cory Fields | 2014-11-19 | 4 | -1/+190 | |
| * | | | | | | | | | | | | | | | | | | | | | | build: make a distinction between static app ldflags and static lib ldflags | Cory Fields | 2014-11-19 | 4 | -6/+6 | |
| |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | [Qt] Add Smartfee to GUI | Cozz Lovan | 2014-11-19 | 20 | -167/+904 | |
| * | | | | | | | | | | | | | | | | | | | | | [Wallet] Prevent user from paying a non-sense fee | Cozz Lovan | 2014-11-19 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | [Wallet] Add global boolean whether to pay at least the custom fee (default=t... | Cozz Lovan | 2014-11-19 | 2 | -1/+6 | |
| * | | | | | | | | | | | | | | | | | | | | | [Wallet] Add global boolean whether to send free transactions (default=true) | Cozz Lovan | 2014-11-19 | 2 | -1/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | Merge pull request #5313 | Wladimir J. van der Laan | 2014-11-19 | 2 | -172/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | Remove unused ecwrapper code | Pieter Wuille | 2014-11-19 | 2 | -172/+0 | |