summaryrefslogtreecommitdiff
path: root/Userland/ntpquery.cpp
AgeCommit message (Expand)Author
2020-10-17ntpquery: Add some more validation of the response headerNico Weber
2020-10-17ntpquery: For stratum 1 servers, print reference ID in ASCII with -vNico Weber
2020-10-17ntpquery: Add a comment listing a few more NTP serversNico Weber
2020-10-17ntpquery: Don't leak local time, and check origin time in replyNico Weber
2020-10-17ntpquery: Make a few variable names more descriptiveNico Weber
2020-10-05ntpquery: Make output less verbose by defaultNico Weber
2020-09-25Meta+Userland: Make clang-format-10 cleanBen Wiederhake
2020-09-17ntpquery: Use SO_TIMESTAMP to get a more accurate destination_timestampNico Weber
2020-09-07ntpquery: Compute and print delay and offsetNico Weber
2020-09-06ntpquery: Add a -s flag to make it adjust the timeNico Weber
2020-09-06ntpquery: Use time.google.com as default NTP server for nowNico Weber
2020-09-06ntpquery: Record destination timestamp as wellNico Weber
2020-08-30ntpquery: Add routines for converting timeval<->ntp timestampsNico Weber
2020-08-30Userland: Add an extremely simple NTP clientNico Weber