- Sep 10, 2016
-
-
Gary E. Miller authored
This reverts commit 950d1fd9. Well, that ended quickly and badly...
-
Gary E. Miller authored
-
Gary E. Miller authored
Per the "Practical Python Porting"
-
Eric S. Raymond authored
-
Gary E. Miller authored
The error: AttributeError: 'dict_keys' object has no attribute 'sort'
-
Eric S. Raymond authored
A build time option to disable all dangerous operations that ntpq can produce isn't possible. We'll just have to do security right in ntpd itself.
-
Eric S. Raymond authored
-
-
Gary E. Miller authored
-
Gary E. Miller authored
-
Gary E. Miller authored
-
Matt Selsky authored
Use correct variable name for user input Fix copy-pasta from do_addvars
-
Matt Selsky authored
-
Matt Selsky authored
-
Matt Selsky authored
-
Eric S. Raymond authored
-
Gary E. Miller authored
If the path points to a link, not a file, ntpviz tried to overwrite the link, and failed with error.
-
Gary E. Miller authored
-
Gary E. Miller authored
Splitting the same 1MB file over and over again the same way is very inefficient. So cache it. It might be good to just peersplit once when peerstats loaded.
-
Gary E. Miller authored
-
Gary E. Miller authored
-
- Sep 09, 2016
-
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
...under tests/perl might have reatained some usefulness as models for tests of the Python utilities. In practice, after looking at it, probably not. It will remain in the repository history before this commit, in any case.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Eric S. Raymond authored
A convenience method for fetching the host's system variables.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
Gary E. Miller authored
Next up is likely putting all the autoscale/percentages in a single function
-
Gary E. Miller authored
This simplifies the notation, but stuip %-substition does not work with dictionaries. namedtuples have a baffling restriction of 4 elements, so unuseable.
-
Gary E. Miller authored
-
Gary E. Miller authored
I run 8 copies of ntpviz, now I can tell them apart.
-
Gary E. Miller authored
-
Gary E. Miller authored
Now ntpviz buffers up the new index.html, and writes it all at the end. Serving up blank files confuses users and browser reloads.
-
- Sep 08, 2016
-
-
Gary E. Miller authored
-
Gary E. Miller authored
-