summaryrefslogtreecommitdiff
path: root/src/ntp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-14[SPIN] Change the API for set system time.Niraj Kumar Goit1-0/+61
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+2
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-24/+61
2012-10-01ntp: Calculate transmit time from receive time and monotonic deltaPatrik Flykt1-6/+13
2012-07-17ntp: Retry a given server address multiple times before falling backGrant Erickson1-21/+45
2012-07-17ntp: Use mnemonic when specifying the request precisionGrant Erickson1-0/+7
2012-07-17ntp: Add mnemonics for common clock precisionsGrant Erickson1-0/+7
2012-07-17ntp: Use mnemonics when checking reply flagsGrant Erickson1-1/+13
2012-07-17ntp: Specify leap-not-in-sync in flagsGrant Erickson1-1/+1
2012-07-17ntp: Send a transmit time value that reflects current system timeGrant Erickson1-2/+3
2012-07-17ntp: Use mnemonics rather than magic numbersGrant Erickson1-1/+1
2012-07-17ntp: Add mnemonics for the flags (leap, version, mode) packet fieldGrant Erickson1-0/+30
2012-07-16ntp: If the server cannot be contacted, try next oneJukka Rissanen1-1/+6
2012-05-31ntp: Log the time slew deltaGrant Erickson1-0/+2
2012-04-29core: Update copyright informationMarcel Holtmann1-1/+1
2012-04-05ntp: Shorten NTP failure delayAlok Barsode1-2/+2
2012-02-04ntp: Add timeserver switch logicAlok Barsode1-1/+28
2012-02-04Add __connman_timerserver_sync() to resolve a list of timeserversAlok Barsode1-1/+1
2012-02-04ntp: NTP Query a Timeserver server IPAlok Barsode1-74/+56
2011-10-25core: Add SOCK_CLOEXEC to socket()Daniel Wagner1-1/+1
2011-09-19ntp: Add skeleton for Simple NTP supportMarcel Holtmann1-0/+382