Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-05 | Promote sntp to net. | Rob Landley | |
2019-02-05 | Fix some llvm warnings. | Rob Landley | |
I don't know why NDK llvm is complaining about adjtime(), toys.h is #including <sys/time.h> which http://man7.org/linux/man-pages/man3/adjtime.3.html says is the right header...? | |||
2019-02-05 | Suppress warnings gcc should not be making (and a comment typo). | Rob Landley | |
2019-02-05 | Fix server loop timeout logic. | Rob Landley | |
2019-02-05 | Fix server mode and make request timeout 3 tries of 3 seconds (9 sec total). | Rob Landley | |
2019-02-04 | Next round of sntp work: server and multicast modes, actually set time... | Rob Landley | |
2019-01-24 | More random in-progress sntp work. | Rob Landley | |
2019-01-22 | Actually calculating/displaying a reasonable time. | Rob Landley | |
Not yet setting, no server/multicast, should validate source address... | |||
2019-01-18 | First chunk of sntp code. | Rob Landley | |