]> git.ipfire.org Git - thirdparty/nqptp.git/history - nqptp-message-handlers.c
Merge pull request #34 from heitbaum/patch-1
[thirdparty/nqptp.git] / nqptp-message-handlers.c
2023-09-04  Mike BradyFix a bug whereby a maliciously-crafted packet received... 1.2.3
2023-08-12  Mike BradyFix a crashing bug with an empty command string and...
2023-05-20  Mike Bradyversion 1.2rc0
2023-05-20  Mike BradyMerge branch 'main' into development
2023-03-30  Mike BradyMerge branch 'development' of github.com:mikebrady...
2023-03-30  Mike BradyTune the weights of additions and reductions.
2023-03-02  Mike BradyFix a bug -- use the previous offset if a negative...
2022-12-13  Mike BradyTidy up a few comments.
2022-12-13  Mike BradyAdd version string to initial debug message
2022-12-10  Mike BradyAdd ability to receive status information from SPS...
2022-12-07  Mike BradyAllow clock to resent if the grandmaster is the same...
2022-09-15  Mike BradyMerge from main.
2022-09-15  Mike BradySmall changes to debug messages.
2022-09-15  Mike BradyOnly try to start a silent clock if no follow_ups have...
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-31  Mike BradyAdd a handle_sync to see if a correctionfiled is ever...
2022-07-27  Mike BradyQuieten a few debug messages.
2022-07-14  Mike BradySmall diagnostic message fix.
2022-07-14  Mike BradyMake the code to restart a clock a separate function...
2022-07-09  Mike BradyIf the previous offset's grandmaster is different from...
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-03-02  Mike BradyMerge branch 'development'
2022-03-01  Mike BradyQuieten a debug message.
2022-02-28  Mike BradyAlways create a new SHM interface for every new shm...
2022-01-01  Mike BradyImprove a few debug messages.
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-21  Mike BradyFurther simplify nqptp to discard mastership history...
2021-12-20  Mike BradyModify code so that all the sampling stuff can be omitt...
2021-12-15  Mike BradyMake nqptp less sensitive to breaks in transmission...
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-12-07  Mike Bradytweak PTP tracking coefficients
2021-12-06  Mike BradyContinue to experiment with late follow-up correction...
2021-11-30  Mike BradyDon't die if the clock table is full or address list...
2021-11-28  Mike BradyClang Format
2021-11-28  Mike BradyMove to using CLOCK_MONOLITHIC_RAW to avoid NTP effects...
2021-11-27  Mike BradyAdd a comment, increase the weights of the jitter in...
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-31  Mike BradySend an Announce message three times to each valid...
2021-10-29  Mike BradyFix some -endian errors. Include port number in debug...
2021-07-22  Mike BradyUpdates from the main branch.
2021-07-19  Mike BradyCandidate full implementation of BCM algorithm. Clang...
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-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 BradyQuieten a message
2021-05-13  Mike BradyOnly condition a timer if it's a master. Reset it when...
2021-05-11  Mike BradyAdd a time limit for checking previous offset
2021-05-10  Mike BradyAdd a warning in the log if sync is lost.
2021-05-10  Mike BradyCheck that the clock receives a positive adjustment...
2021-05-08  Mike Bradyquieten a few debug messages
2021-05-08  Mike BradyRemove all the stuff that is no longer needed. We are...
2021-05-04  Mike BradyUse _any_ follow_up message and accept only those that...
2021-05-03  Mike BradyClang Format
2021-05-03  Mike BradyAllow the clock's time to get suddenly older by any...
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-05-01  Mike BradyBe a bit more careful about updating the mastership...
2021-04-24  Mike BradyGenerate a reasonably understandable status message...
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 Bradyuninitialised variable wanring
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-18  Mike Bradyremove some no-longer-needed features on th kiss principle
2021-04-16  Mike Bradyforce all timing peer list changes to be resets and...
2021-04-14  Mike Bradychange a few debug messages. update to latest shm inter...
next