Remove NtpGetTime() and use NtpTime(CNetAddr&) instead.
[novacoin.git] / src / ntp.cpp
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.