]> git.ipfire.org Git - thirdparty/nqptp.git/shortlog
thirdparty/nqptp.git
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...
2021-03-30  Mike BradyDrastic simplification -- no more averaging, use the...
2021-03-29  Mike BradyUpdate README.md
2021-03-29  Mike BradyDon't try to print a UDP message it the length is ...
2021-03-29  Mike Bradyfix a bug causing nqptp to ignore most response message...
2021-03-29  Mike BradyAdd definition of an announce message. debug_print...
2021-03-27  Mike BradyUpdate README.md
2021-03-26  Mike BradyUpdate README.md
2021-03-26  Mike BradyUpdate README.md
2021-03-26  Mike BradyUpdate README.md
2021-03-26  Mike BradyUpdate README.md
2021-03-26  Mike BradyUpdate README.md
2021-03-26  Mike BradyUpdate README.md
2021-03-26  Mike BradyUpdate README.md
2021-03-26  Mike BradyUpdate README.md
2021-03-26  Mike Bradysmall modifications
2021-03-25  Mike BradyNot using Delay_Resp information in general. Checking...
2021-03-24  Mike BradyUses epoll, still occasional error 11s, should treat...
2021-03-24  Mike BradyWorking, but recvmsg returns error 11 on occasion....
2021-03-24  Mike Bradyfix a few [unimportant] valgrind warnings.
2021-03-23  Mike Bradymove to an array of sources. still problems
2021-03-23  Mike BradyReenable garbage collection and set a timeout of one...
2021-03-23  Mike BradyDisable garbage collection.
2021-03-23  Mike BradyMake the garbage collection timeout an hour.
2021-03-22  Mike Bradyrevert mode flags on opening the shared memory
2021-03-22  Mike Bradydefine a DEBUG_LEVEL and set it to zero
2021-03-22  Mike BradyOnly create a record when the first Sync is seen. Remov...
2021-03-22  Mike BradyUpdate README.md
2021-03-22  Mike BradyUpdate README.md
2021-03-22  Mike BradyUpdate README.md
2021-03-22  Mike BradyUpdate README.md
2021-03-22  Mike BradyUpdate README.md
2021-03-22  Mike BradyUpdate README.md
2021-03-22  Mike BradyUpdate README.md
2021-03-22  Mike BradyUpdate README.md
2021-03-22  Mike BradyTidy some stuff up.
2021-03-22  Mike BradyGeneral cleanup, terminate cleanly on SIGINT and SIGTERM.
2021-03-22  Mike BradyStart using gthe debug messages like Shairport Sync...
2021-03-21  Mike BradyUpdate nqptp.service.in
2021-03-21  Mike BradyGet the installer working and improve the error message...
2021-03-21  Mike BradyAdd an installer. Untested.
2021-03-21  Mike BradyPrint the distant clock id and its local time as well...
2021-03-21  Mike BradyGenerate local clock id correctly. Untested.
2021-03-21  Mike BradyInclude Clock ID in records and public record. garbage...
2021-03-20  Mike BradyAdd code to index each sample so that, e.g. the first...
2021-03-20  Mike BradyUpdate README.md
2021-03-20  Mike BradyStop using packed structures, increase the limit to...
2021-03-20  Mike Bradyquieten a few debug messages
2021-03-19  Mike BradyUpdate COPYING
2021-03-19  Mike BradyUpdate nqptp-shm-structures.h
2021-03-19  Mike BradyFix a bug resetting the samples buffer. Calculate diffe...
2021-03-18  Mike BradyDon't need a C++ header file just yet.
2021-03-18  Mike BradyAdd new standard interface files
2021-03-17  Mike BradySeems to work pretty well. Needs tidying up!
2021-03-17  Mike BradyInitial shm attempt
2021-03-17  Mike BradySeems to work pretty well. No SHM interface yet.
2021-03-16  Mike BradyTransition to using SO_TIMESTAMPING and revcmsg and...
2021-03-16  Mike BradyWorking with recvmsg and SO_TIMESTAMPNS
2021-03-16  Mike BradyWorks reasonably well. Two filters -- least square...
2021-03-15  Mike BradyWorking niecely with SIOCGSTAMP reception timing.
2021-03-15  Mike Bradytidied up
2021-03-15  Mike BradyCan keep track of separate sources now.
2021-03-15  Mike Bradyinclude a linked list for recording each ptp source...
2021-03-15  Mike BradyRename main.c to nqptp.c
2021-03-14  Mike BradyFormat
2021-03-14  Mike BradyInitial commit from the "listener" experimental app.
2021-03-14  Mike BradyInitial commit