EOL
[novacoin.git] / src / ntp.cpp
2015-09-22 CryptoManiacEOL
2015-09-22 CryptoManiacDebug messages.
2015-09-22 CryptoManiacconst
2015-09-22 CryptoManiacDon't start NTP thread if there is NTP server active...
2015-09-22 CryptoManiacAdditional randomization of NTP requests. Also add...
2015-09-21 CryptoManiacAutomatically choose between NTP, median peer time...
2015-09-21 CryptoManiacMore NTP servers.
2015-09-20 CryptoManiacRemove NtpGetTime() and use NtpTime(CNetAddr&) instead.
2015-09-20 CryptoManiacAdd Hurricane Electric and SixXs servers.
2015-09-20 CryptoManiacAdd 5 new ntp servers.
2015-09-20 CryptoManiacGet periodical time samples through NTP
2015-09-20 CryptoManiac10 seconds timeout for NTP requests.
2015-09-20 CryptoManiacAdd Caltech time servers.
2015-09-20 CryptoManiacAdd time samples from NTP while starting up.
2015-09-20 CryptoManiacAdd some public NTP servers.
2015-09-19 CryptoManiacNTP: use select & recvfrom for async socket handling.
2015-09-17 CryptoManiacMerge pull request #232 from svost/solution-ntp
2015-09-17 svostUpdate novacoin.solution concerning to tiny ntp client... 232/head
2015-09-17 CryptoManiacUse non-blocking socket for recvfrom.
2015-09-17 CryptoManiacRemove unused function.
2015-09-16 CryptoManiaccompat.h definitions should work well.
2015-09-16 CryptoManiacFix windows compilation issues.
2015-09-16 CryptoManiacTiny NTP client.