]> git.ipfire.org Git - thirdparty/nqptp.git/history - nqptp.c
Merge pull request #34 from heitbaum/patch-1
[thirdparty/nqptp.git] / nqptp.c
2024-02-25  Mike BradyMerge pull request #32 from qerub/patch-1
2024-02-25  Mike BradyMerge pull request #31 from klemensn/openbsd
2024-01-27  Klemens NanniHoist control socket handling, restrict runtime on... 31/head
2024-01-27  Klemens NanniHoist PTP socket handling, drop privileges on OpenBSD
2024-01-27  Klemens NanniBuild on OpenBSD
2023-10-15  Mike BradyChange Linux installation to use AmbientCapabilities...
2023-09-19  Mike BradyImprove some of the error messages. Remove the setcap...
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 Bradyslight change in format of output of the smi in the...
2023-05-20  Mike BradyMerge branch 'main' into development
2023-05-20  Mike BradyDocumentation and version string updates.
2023-01-27  Mike BradyAdd modifications suggested by https://github.com/mikeb...
2023-01-19  Mike BradyEnhance an error message.
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 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 BradyOnly try to waken a clock if it's a master. Shorten...
2022-07-14  Mike BradyMake the code to restart a clock a separate function...
2022-07-09  Mike BradyQuieten and clean up some startup 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 BradyFurther simplify nqptp to discard mastership history...
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-09  Mike BradyFix some issues suggested by clang-tidy.
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-25  Mike Bradyclang format change only
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-06  Mike BradyFollow an Announce of a better clock with an Announce...
2021-11-05  Mike BradyWhen a timing peer list is provided, wait for 0.5 sec...
2021-11-05  Mike BradyExperiment with replicating a Signaling packet coming...
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-02  Mike BradySet the priorities to 248.
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 BradyPrepare an Announce message to send to all peers, hopfu...
2021-10-29  Mike BradyBegin to add the ability to send out announce messages.
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 BradyRemove misleading debug message.
2021-07-07  Mike BradyMerge branch 'development' into main
2021-06-25  Mike Bradyfix a compilation error visible in Alpine Linux
2021-06-25  Mike Bradyfix a compilation error visible in Alpine Linux
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-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-05-27  Mike BradyAdd time of accession to bus mastership to the shm...
2021-05-14  Mike Bradycosmetic
2021-05-14  Mike BradyIf git exists and produces a version with 'git describe...
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-04-25  Mike Bradyadd Shared Memory Interface version to the -V output.
2021-04-25  Mike BradyClang Format
2021-04-25  Mike BradyAdd command line arguments -h -v -vv -vvv and -V. Bump...
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-18  Mike Bradyremove some no-longer-needed features on th kiss principle
2021-04-17  Mike Bradymove the debug level definition
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 Bradymove follow-up code to a separate function.
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-05  Mike BradyQuieten a noisy debug message
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.
2021-03-30  Mike Bradyturn off debug messages
2021-03-30  Mike Bradydefine and use FIELD_SIZE macro (also found in kernel...
2021-03-30  Mike BradyMerge branch 'main' of github.com:mikebrady/nqptp into...
next