Keep your time right
Go to file
Carsten Sonne Larsen 82fd462f87 Release 1.08 2021-01-12 22:55:34 +01:00
include Version 1.05 2018-11-24 22:39:18 +01:00
AmiTimeKeeper.i386-aros.readme Version 1.05 2018-11-24 22:39:18 +01:00
AmiTimeKeeper.kdev4 Version 1.05 2018-11-24 22:39:18 +01:00
AmiTimeKeeper.readme Version 1.05 2018-11-24 22:39:18 +01:00
ChangeLog Release 1.08 2021-01-12 22:55:34 +01:00
LICENSE Release 1.06 2021-01-12 22:50:54 +01:00
Makefile.aros Version 1.05 2018-11-24 22:39:18 +01:00
Makefile.m68k Release 1.08 2021-01-12 22:55:34 +01:00
Manual Release 1.08 2021-01-12 22:55:34 +01:00
Readme Release 1.08 2021-01-12 22:55:34 +01:00
broker.c Release 1.08 2021-01-12 22:55:34 +01:00
com.c Release 1.08 2021-01-12 22:55:34 +01:00
compiler.h Release 1.06 2021-01-12 22:50:54 +01:00
config.h Release 1.08 2021-01-12 22:55:34 +01:00
library.c Release 1.08 2021-01-12 22:55:34 +01:00
log.c Release 1.06 2021-01-12 22:50:54 +01:00
log.h Release 1.06 2021-01-12 22:50:54 +01:00
main.c Release 1.08 2021-01-12 22:55:34 +01:00
mem.c Release 1.07 2021-01-12 22:53:12 +01:00
mem.h Release 1.06 2021-01-12 22:50:54 +01:00
message.c Release 1.06 2021-01-12 22:50:54 +01:00
message.h Release 1.06 2021-01-12 22:50:54 +01:00
net.c Release 1.06 2021-01-12 22:50:54 +01:00
net_getaddrinfo.c Release 1.06 2021-01-12 22:50:54 +01:00
net_getaddrinfo.h Release 1.06 2021-01-12 22:50:54 +01:00
net_poll.c Release 1.06 2021-01-12 22:50:54 +01:00
sntp.c Release 1.06 2021-01-12 22:50:54 +01:00
sntp.h Release 1.06 2021-01-12 22:50:54 +01:00
state.c Release 1.08 2021-01-12 22:55:34 +01:00
state.h Release 1.08 2021-01-12 22:55:34 +01:00
string.c Release 1.08 2021-01-12 22:55:34 +01:00
string.h Release 1.08 2021-01-12 22:55:34 +01:00
time.c Release 1.08 2021-01-12 22:55:34 +01:00
time.h Release 1.08 2021-01-12 22:55:34 +01:00
val.c Release 1.08 2021-01-12 22:55:34 +01:00
win.h Release 1.06 2021-01-12 22:50:54 +01:00
win_gad.c Release 1.08 2021-01-12 22:55:34 +01:00
win_main.c Release 1.08 2021-01-12 22:55:34 +01:00

Readme

Short:        Keep your time right
Author:       Carsten Larsen (carsten.larsen@mail.com)
Uploader:     Carsten Larsen (carsten.larsen@mail.com)
Type:         util/cdity
Version:      1.08
Architecture: m68k-amigaos

AmiTimeKeeper is a small program which keeps the time right on your
machine. No installation is required. It is operated as a commodity
and is controlled by AmigaOS. An AmiTCP compatible TCP/IP stack is
required for AmiTimeKeeper to work.

Several settings determine the behaviour. The settings are passed
either directly from the command line or by using the tool types of
an icon. Preferences can also be saved between reboots.

The default server address is pool.ntp.org. To find another server
try visiting support.ntp.org or one of the other sites listing time
servers.

Version 1.05 has proved itself to be a stable version and has been
promoted to Long Term Support. It is distributed along with the
latest version.

A custom build version has been integrated into the Icaros Desktop
system. The author encourages all developers with an interest to
make their own build.

v1.08 18.05.2019
  - When using pool server cycle with prefix 0 to 3
  - Display of wrong signes in time zone fixed
  - Faulty log messages about settings fixed
  - Timer bug causing infitive loop fixed
  - Memory leak in settings window fixed

v1.07 15.02.2019
  - Support commodity hotkey and popup options
  - Hide advanced settings with new expert option

v1.06 08.02.2019
  - Adjust layout in settings window

v1.05 06.08.2018 LTS
  - Preferences can now be saved from settings window
  - Time zone is shown as UTC offset in settings window
  - Running multiple instances no longer creates zombie processes
  - Low water option renamed to threshold and high water option removed
  - New option for sending log messages to file instead of to screen
  - Some incorrect NTP log messages no longer appears
  - Read-only option is now applied consistently
  - Potential race condition in memory allocation fixed
  - Other minor enhancements

v1.04 15.12.2017
  - Default settings adjusted to comply better with AmigaOS
  - Bugs in threshold settings (high/low water) fixed
  - Bugs in opening and closing of libraries fixed
  - New and more accurate error and log messages

v1.03 09.12.2017
  - Settings window

v1.02 29.11.2017
  - AROS code compliance
 
v1.01 28.11.2017
  - Handle network disconnection
  - Fix infinity timeout problem
  - Support hardware clock
  - Improved error messages

v1.00 26.11.2017
  - First public release