index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
ntpquery.cpp
Age
Commit message (
Expand
)
Author
2020-10-17
ntpquery: Add some more validation of the response header
Nico Weber
2020-10-17
ntpquery: For stratum 1 servers, print reference ID in ASCII with -v
Nico Weber
2020-10-17
ntpquery: Add a comment listing a few more NTP servers
Nico Weber
2020-10-17
ntpquery: Don't leak local time, and check origin time in reply
Nico Weber
2020-10-17
ntpquery: Make a few variable names more descriptive
Nico Weber
2020-10-05
ntpquery: Make output less verbose by default
Nico Weber
2020-09-25
Meta+Userland: Make clang-format-10 clean
Ben Wiederhake
2020-09-17
ntpquery: Use SO_TIMESTAMP to get a more accurate destination_timestamp
Nico Weber
2020-09-07
ntpquery: Compute and print delay and offset
Nico Weber
2020-09-06
ntpquery: Add a -s flag to make it adjust the time
Nico Weber
2020-09-06
ntpquery: Use time.google.com as default NTP server for now
Nico Weber
2020-09-06
ntpquery: Record destination timestamp as well
Nico Weber
2020-08-30
ntpquery: Add routines for converting timeval<->ntp timestamps
Nico Weber
2020-08-30
Userland: Add an extremely simple NTP client
Nico Weber