-
Notifications
You must be signed in to change notification settings - Fork 774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[21314] Improve resilience against clock adjustments #5018
[21314] Improve resilience against clock adjustments #5018
Commits on Aug 28, 2024
-
Use steady_clock instead of high_resolution_clock for status checks (…
…high_resolution_clock might not be steady depending on STL impl) Signed-off-by: Matthias Schneider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d69eb91 - Browse repository at this point
Copy the full SHA d69eb91View commit details -
Use steady_clock instead for system_clock for calculating timeouts
Signed-off-by: Matthias Schneider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03532f3 - Browse repository at this point
Copy the full SHA 03532f3View commit details -
Use correct clock's duration for duration_cast
Signed-off-by: Matthias Schneider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c993da - Browse repository at this point
Copy the full SHA 8c993daView commit details -
Signed-off-by: Matthias Schneider <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d27f4ad - Browse repository at this point
Copy the full SHA d27f4adView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d2ba4 - Browse repository at this point
Copy the full SHA d4d2ba4View commit details
Commits on Aug 29, 2024
-
Refs #21314. Refactor on DataWriterImpl.
Signed-off-by: Miguel Company <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6078402 - Browse repository at this point
Copy the full SHA 6078402View commit details -
Refs #21314. Refactor on DataReaderImpl.
Signed-off-by: Miguel Company <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c3867e7 - Browse repository at this point
Copy the full SHA c3867e7View commit details -
Refs #21314. Refactor on StatefulWriter.
Signed-off-by: Miguel Company <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5e2ecc - Browse repository at this point
Copy the full SHA d5e2eccView commit details -
Refs #21314. Protect current_time_since_unix_epoch against clock adju…
…stments. Signed-off-by: Miguel Company <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d20ab3 - Browse repository at this point
Copy the full SHA 3d20ab3View commit details -
Revert "Use steady_clock instead of high_resolution_clock for status …
…checks (high_resolution_clock might not be steady depending on STL impl)" This reverts commit d69eb91.
Configuration menu - View commit details
-
Copy full SHA for f94d111 - Browse repository at this point
Copy the full SHA f94d111View commit details