Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-01 | BIP66 changeover logic | Pieter Wuille | |
2015-01-06 | Merge pull request #5520 | Wladimir J. van der Laan | |
bdb6a71 IsNull doesn't change CBlockLocator, add const hint (Pavel Janík) 1b37333 Remove no longer needed declaration of CBlockLocator (Pavel Janík) | |||
2015-01-05 | Replace direct use of 0 with SetNull and IsNull | Wladimir J. van der Laan | |
Replace x=0 with .SetNull(), x==0 with IsNull(), x!=0 with !IsNull(). Replace uses of uint256(0) with uint256(). | |||
2014-12-20 | IsNull doesn't change CBlockLocator, add const hint | Pavel Janík | |
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-12-05 | Move CMerkleBlock and CPartialMerkleTree to their own file | Matt Corallo | |
2014-12-03 | MOVEONLY: core/ -> primitives/ | Luke Dashjr | |