Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: beevik/ntp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.3
Choose a base ref
...
head repository: beevik/ntp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on Jun 3, 2024

  1. Response time fields robust against NTP rollover

    In 2036, the NTP timestamp clock will roll over. This change ensures
    that the Time and ReferenceTime values reported in the Response
    struct will report accurate time values before and after the rollover.
    beevik committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0a52d18 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update github actions for better security

    Pin actions with SHA hashes.
    Restrict GITHUB_TOKEN permissions.
    Add code analysis step.
    beevik committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    06ef196 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. Upgrade dependencies

    beevik committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    0282908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfcbd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. Add GetSystemTime query option

    GetSystemTime is a callback used to override the default method of
    obtaining the local system time during time synchronization.
    chrisceder authored and beevik committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    3dfba1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6917aef View commit details
    Browse the repository at this point in the history
  3. Update README

    Include missing QueryOptions.
    beevik committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    3a6261c View commit details
    Browse the repository at this point in the history
  4. Release v1.5.0

    beevik committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    bf2a50c View commit details
    Browse the repository at this point in the history
Loading