Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-12 | BUGFIX: Stack around the variable 'rv' was corrupted | fsb4000 | |
2015-01-05 | uint256->arith_uint256 blob256->uint256 | Wladimir J. van der Laan | |
Introduce new opaque implementation of `uint256`, move old "arithmetic" implementation to `arith_uint256. | |||
2014-12-19 | Added "Core" to copyright headers | sandakersmann | |
Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60 | |||
2014-12-19 | Merge pull request #5470 | Wladimir J. van der Laan | |
78253fc Remove references to X11 licence (Michael Ford) | |||
2014-12-16 | Fix small typos in comments and error messages | Pavel JanÃk | |
Rebased-From: 67b2d819cdf6181e7f016e5366ce7479830893bd Github-Pull: #5404 | |||
2014-12-16 | Remove references to X11 licence | Michael Ford | |
2014-09-19 | Apply clang-format on some infrequently-updated files | Pieter Wuille | |
2014-08-26 | Split up util.cpp/h | Wladimir J. van der Laan | |
Split up util.cpp/h into: - string utilities (hex, base32, base64): no internal dependencies, no dependency on boost (apart from foreach) - money utilities (parsesmoney, formatmoney) - time utilities (gettime*, sleep, format date): - and the rest (logging, argument parsing, config file parsing) The latter is basically the environment and OS handling, and is stripped of all utility functions, so we may want to rename it to something else than util.cpp/h for clarity (Matt suggested osinterface). Breaks dependency of sha256.cpp on all the things pulled in by util. | |||
2014-07-14 | Use unordered_map for CCoinsViewCache with salted hash | Pieter Wuille | |
2014-06-28 | Move non-trivial uint256.h methods to uint256.cpp | Pieter Wuille | |