summaryrefslogtreecommitdiff
path: root/include/timeserver.h
AgeCommit message (Collapse)AuthorFilesLines
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-05Replace older system timeserver values with new ones instead of appendingAlok Barsode1-2/+1
Fixes BMC#24997.
2012-02-04timeserver: Remove connman_timeserver_driver frameworkAlok Barsode1-21/+0
2012-02-04timeserver: Remove connman_timeserver_[append/remove]Alok Barsode1-3/+0
We do not need to these anymore as we directly use the timeservers from service.
2012-02-04Add __connman_timerserver_sync() to resolve a list of timeserversAlok Barsode1-1/+0
__connman_timerserver_sync() resolves system timeservers one at a time and queries the resolved server or the 1st of the resolved servers for time correction. If the resolution fails it resolves the next one. __connman_timerserver_sync_next() resolves the next system timeserver. __connman_timerserver_stop() stops this query.If the user modifies the system timeserver list, we restart the ntp process.
2012-02-04timeserver: Add functions to store/restore timeservers via the clock APIAlok Barsode1-0/+3
2011-06-16timeserver: Do not use element driver APIDaniel Wagner1-0/+4
2010-06-01Fix timeserver APISamuel Ortiz1-4/+4
We want to keep the server pointer constant.
2010-05-31Complete timeserver APISamuel Ortiz1-4/+6
The timeserver API now includes a sync() call in order to separate timeserver peer addition from actual time syncing.
2010-01-01Update copyright informationMarcel Holtmann1-1/+1
2009-12-14Add framework for handling time serversMarcel Holtmann1-0/+52