From: Alok Barsode <[email protected]>
Hi,
Some modifications over v4.
Instead of creating new longer strings and then spliting them up for
system timeservers and Timeserver.Configuration Property (when set via
dbus API), we create a singly link list which contains the values and
then create a sting list only once.
Instead of appending values to the timeserver list, we prepend the list
and then reverse it just once.
Cheers,
Alok.
Alok Barsode (13):
meego: Remove the meego plugin
Replace older system timeserver values with new ones instead of
appending
timeserver: Trigger ntp on default changed notifier
timeserver: Create timeserver list
timeserver: Add service gateway to timeserver list
service: Add Timeservers.Configuration Property
timeserver: Add Timeservers.Configuration to timeserver list
doc: Add Timeserves.Configuration service property
test: Add set-timeservers
ntp: Shorten NTP failure delay
main: Parse FallbackTimeservers list from main.conf
timeservers: Add Fallback Timerservers
timeserver: Check for resolv before accessing it
Makefile.am | 1 -
Makefile.plugins | 12 --
bootstrap-configure | 1 -
configure.ac | 6 -
doc/service-api.txt | 15 +++
include/service.h | 1 +
include/setting.h | 1 +
include/timeserver.h | 3 +-
plugins/meego.c | 43 -------
src/clock.c | 26 ++++-
src/connman.h | 1 -
src/main.c | 21 +++
src/main.conf | 7 +
src/ntp.c | 4 +-
src/service.c | 86 ++++++++++++-
src/timeserver.c | 334 ++++++++++++++++++++++++++------------------------
test/set-timeservers | 20 +++
17 files changed, 344 insertions(+), 238 deletions(-)
delete mode 100644 plugins/meego.c
create mode 100755 test/set-timeservers
--
1.7.5.4
_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman