#
1a162375 |
| 13-May-2024 |
Doug Lyons <douglyons@douglyons.com> |
[W32TIME] Change clock update interval to 4 hours (#5940)
* Create W32TIME_POLL_INTERVAL. Set it to 4 hours and use it to set SpecialPollInterval.
|
#
e627c3b0 |
| 03-Nov-2023 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[W32TIME] Remember date/time sync settings (#5866)
Based on KRosUser's patch.
- In the W32TmServiceMain function, the
time check loop does check the registry value.
CORE-19292
|
Revision tags: 0.4.14-release, 0.4.15-dev, 0.4.14-RC, 0.4.13-release |
|
#
4f23b0c3 |
| 15-Feb-2020 |
Eric Kohl <eric.kohl@reactos.org> |
[W32TIME] Rename ServiceMain to W32TmServiceMain
|
#
37349d7a |
| 05-Feb-2020 |
Bișoc George <fraizeraust99@gmail.com> |
[TIMEDATE] Do not display a message box when NTP sync fails (#2305)
This PR merely checks if the string is empty and displaying (only) a debug information to the debugger, at disposal of displaying
[TIMEDATE] Do not display a message box when NTP sync fails (#2305)
This PR merely checks if the string is empty and displaying (only) a debug information to the debugger, at disposal of displaying a message box. I might implement such dynamic resource string to the CPL later in a next PR.
CORE-16654
show more ...
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release |
|
#
fcb9378e |
| 16-Aug-2019 |
Mark Jansen <mark.jansen@reactos.org> |
[W32TIME] The interval is specified in seconds, but we need milliseconds
|
#
6b15e722 |
| 28-Jul-2019 |
Eric Kohl <eric.kohl@reactos.org> |
[W32TIME] Use an event to stop the service
CORE-16180
|
#
5b9543c3 |
| 13-Jul-2019 |
Benjamin Aerni <daprogramerforbatch@gmail.com> |
[W32TIME] Use a reasonable fallback of 9 hours. (#1724) CORE-16181
This allows preventing spamming the time servers if the registry entry becomes corrupted or missing. Also, disallow a setting of le
[W32TIME] Use a reasonable fallback of 9 hours. (#1724) CORE-16181
This allows preventing spamming the time servers if the registry entry becomes corrupted or missing. Also, disallow a setting of less than 2 minutes for the same reasons, and instead use the fallback of 9 hours.
show more ...
|
#
e4898e6e |
| 07-Jul-2019 |
Doug Lyons <douglyons@douglyons.com> |
[W32TIME] Implement w32time service. CORE-13001
|
Revision tags: 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release |
|
#
d19b7925 |
| 03-Jun-2018 |
Thomas Faber <thomas.faber@reactos.org> |
[W32TIME] Implement a rudimentary version of W32TimeSyncNow. CORE-13001
|