aboutsummaryrefslogtreecommitdiff
path: root/src/timedata.h
Commit message (Collapse)AuthorAgeFilesLines
* Increment MIT Licence copyright header year on files modified in 2016isle29832016-12-311-1/+1
| | | | | | Edited via: $ contrib/devtools/copyright_header.py update .
* P2P: add maxtimeadjustment command line optionmruddy2016-03-291-0/+2
|
* Added "Core" to copyright headerssandakersmann2014-12-191-1/+1
| | | | | Github-Pull: #5494 Rebased-From: 15de949bb9277e442302bdd8dee299a8d6deee60
* Convert remaining comments in /src to doxygen formatMichael Ford2014-11-211-3/+4
| | | | | | | | | | - 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
* Apply clang-format on some infrequently-updated filesPieter Wuille2014-09-191-12/+11
|
* header include cleanupPhilip Kaufmann2014-09-141-2/+2
| | | | - ensures alphabetical ordering for includes etc. in source file headers
* add missing header end commentsPhilip Kaufmann2014-08-281-1/+1
| | | | | | - ensures a consistent usage in header files - also add a blank line after the copyright header where missing - also remove orphan new-lines at the end of some files
* Move CMedianFilter to timedata.cppWladimir J. van der Laan2014-08-261-0/+59
| | | | | Now that we no longer use the median filter to keep track of the number of blocks of peers, that's the only place it is used.
* Move network-time related functions to timedata.cpp/hWladimir J. van der Laan2014-06-251-0/+17
The network time-offset-mangement functions from util.cpp are moved to timedata.(cpp|h). This breaks the dependency of util on netbase.