]> git.ipfire.org Git - thirdparty/nqptp.git/history - nqptp-clock-sources.h
Merge pull request #34 from heitbaum/patch-1
[thirdparty/nqptp.git] / nqptp-clock-sources.h
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-12-07  Mike BradyAllow clock to resent if the grandmaster is the same...
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-14  Mike BradyMake the code to restart a clock a separate function...
2022-07-09  Mike BradyAdd is a field to store the grandmaster the previous...
2022-06-19  Mike BradyMerge branch 'development'
2022-06-19  Mike BradyRemove code for qualifying an Anounce message -- it...
2022-03-02  Mike BradyMerge branch 'development'
2022-02-28  Mike BradyAlways create a new SHM interface for every new shm...
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-20  Mike BradyModify code so that all the sampling stuff can be omitt...
2021-12-14  Mike BradyTry to improve the reliability of restarting a "silent...
2021-12-14  Mike BradyTry to improve the reliability of restarting a "silent...
2021-12-08  Mike BradyMerge branch 'development' into main
2021-11-25  Mike BradyAllow up to 10 ms of negative jitter to be accepted...
2021-11-25  Mike BradyOnly install a service file if there isn't one there...
2021-11-14  Mike BradyRemove some redundant structure members and associated...
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-07  Mike BradyRemove superceded code. Calculate priority of ping...
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-30  Mike Bradyadd ip family stuff to the clock records and the port...
2021-07-22  Mike BradyUpdates from the main branch.
2021-07-19  Mike BradyCandidate full implementation of BCM algorithm. Clang...
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-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-05-13  Mike BradyOnly condition a timer if it's a master. Reset it when...
2021-05-10  Mike BradyCheck that the clock receives a positive adjustment...
2021-05-08  Mike BradyRemove all the stuff that is no longer needed. We are...
2021-05-03  Mike BradyAllow the clock's time to get suddenly older by any...
2021-05-01  Mike Bradycheck for mastership whenever a clock entry is garbage...
2021-04-19  Mike Bradyclang format
2021-04-19  Mike BradyAdd mickey mouse averaging. Seems to work very well.
2021-04-19  Mike BradyClang
2021-04-19  Mike BradyUse the Delay Response to check if a Sync has been...
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-10  Mike BradySelecting best clock, but checking doesn't imp,ement...
2021-04-09  Mike Bradytry to add compensation for short timing disturbances...
2021-04-08  Mike BradyMove the Sync hander into the message-handlers, add...
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.