]> git.ipfire.org Git - thirdparty/nqptp.git/history - nqptp-clock-sources.c
Merge pull request #34 from heitbaum/patch-1
[thirdparty/nqptp.git] / nqptp-clock-sources.c
2023-09-11  Mike BradyMove to smi version 10, read-only interface, no mutex...
2023-05-20  Mike Bradyversion 1.2rc0
2023-05-20  Mike BradyMerge branch 'main' into development
2022-12-13  Mike BradyAdd version string to initial debug message
2022-09-12  Mike BradySquashed commit of the following:
2022-09-12  Mike Brady* Bump NQPTP_SHM_STRUCTURES_VERSION to 8.
2022-07-31  Mike BradyGeneral clang format. Quieten a few debug messages.
2022-07-09  Mike BradyImprove a debug message and comment it out.
2022-06-19  Mike BradyMerge branch 'development'
2022-06-19  Mike BradyRemove code for qualifying an Anounce message -- it...
2022-06-19  Mike BradyFix a bug that would cause the offset to get stuck...
2022-06-09  Mike BradyRemove a noisy debug message.
2022-03-02  Mike BradyMerge branch 'development'
2022-02-28  Mike BradyAlways create a new SHM interface for every new shm...
2022-01-01  Mike BradyFix some debug messages.
2021-12-31  Mike BradyEnable nqptp to deal with multiple independent clients...
2021-12-28  Mike Bradyold and new system sort-of work now...
2021-12-27  Mike BradyAdding more multi-client functionality (still incomplet...
2021-12-21  Mike BradyEnsure the interface is updated when the mastership...
2021-12-20  Mike BradyModify code so that all the sampling stuff can be omitt...
2021-12-08  Mike BradyMerge branch 'development' into main
2021-11-30  Mike BradyDon't die if the clock table is full or address list...
2021-11-08  Mike BradyMerge branch 'development' of github.com:mikebrady...
2021-11-07  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2021-11-05  Mike BradyWhen a timing peer list is provided, wait for 0.5 sec...
2021-11-04  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2021-11-04  Mike BradyMerge branch 'development' of https://github.com/mikebr...
2021-11-01  Mike BradySend a faux announcment message to every timing peer...
2021-10-31  Mike Bradyget IPvX family when creating each clock record.
2021-10-30  Mike Bradyadd ip family stuff to the clock records and the port...
2021-10-28  Mike BradyAdd infrastructure for executing timed tasks, with...
2021-07-22  Mike BradyUpdates from the main branch.
2021-07-19  Mike BradyCandidate full implementation of BCM algorithm. Clang...
2021-07-08  Mike BradyCheck return from getifaddrs and check that the address...
2021-07-08  Mike BradyCheck the ifa_addr before dereferencing it.
2021-07-08  Mike BradyCheck return status from getifaddrs.
2021-07-08  Mike BradyMake sure up-to-date information is used in a follow...
2021-07-07  Mike Bradyclock becoming master was using obselete information...
2021-07-07  Mike BradyMerge branch 'development' into main
2021-06-24  Mike BradyForgot online documentation update.
2021-06-24  Mike BradyAdd a new state clock_is_becoming_master and don't...
2021-06-23  Mike BradyHandle a situation where a clock is made master without...
2021-06-22  Mike BradyAdd support for FreeBSD. No installer yet.
2021-06-21  Mike BradyDrop epoll in favour of select. Stop using Linux-specif...
2021-06-19  Mike BradyRemove many redundant #includes and do a clang format
2021-06-17  Mike BradyReinstate sample lookback when a clock has just become...
2021-06-06  Mike BradyForgot!
2021-06-05  Mike BradyRemove all that lookback stuff.
2021-06-05  Mike BradyAdd a lookback to see if the master's first offset...
2021-06-05  Mike BradyClock ID now stored following an announce rather than...
2021-05-14  Mike BradyClang
2021-05-13  Mike BradyOnly condition a timer if it's a master. Reset it when...
2021-05-12  Mike BradyAllow a new master to do a full resync when it becomes...
2021-05-08  Mike BradyRemove all the stuff that is no longer needed. We are...
2021-05-02  Mike BradyMerge branch 'main' of github.com:mikebrady/nqptp into...
2021-05-02  Mike Bradyclang format
2021-05-02  Mike BradyInclude the IP or the master in the shm -- the user...
2021-05-01  Mike Bradycheck for mastership whenever a clock entry is garbage...
2021-04-24  Mike BradyGenerate a reasonably understandable status message...
2021-04-18  Mike Bradyclang and clean up some debug messages
2021-04-18  Mike Bradyremove all the public clock information except for...
2021-04-13  Mike Bradynot using new/update stuff any more -- this migrated...
2021-04-08  Mike Bradyworking with timing peer lists, it seems
2021-04-07  Mike Bradyswitch to using flag bits
2021-04-07  Mike Bradyreceives timing peer lists and sets flags accordingly.
2021-04-05  Mike BradyClang Format
2021-04-05  Mike BradyAdd code to tag clock IPs that belong to the clock...
2021-04-04  Mike BradyTry to "Qualify" Announce messages coming in from clock...
2021-04-04  Mike BradyMove the port opening stuff to the utilities file and...
2021-04-04  Mike Bradyreorganise to make it a bit easier to get around.