Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-21 | Convert remaining comments in /src to doxygen format | Michael Ford | |
- Update comments in checkpoints to be doxygen compatible - Update comments in checkqueue to be doxygen compatible - Update coins to be doxygen compatible - Fix comment typo in crypter.h - Update licenses/copyright dates Closes #5325 #5184 #5183 #5182 | |||
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-08-04 | Typo, and a few "Bitcoin" -> "Bitcoin Core" | pryds | |
Github-Pull: #4619 | |||
2014-07-24 | Add comment about never updating nTimeOffset past 199 samples | Wladimir J. van der Laan | |
Refer to issue #4521 for details. | |||
2014-06-25 | Move network-time related functions to timedata.cpp/h | Wladimir J. van der Laan | |
The network time-offset-mangement functions from util.cpp are moved to timedata.(cpp|h). This breaks the dependency of util on netbase. |