about summary refs log tree commit diff
path: root/pkgs/applications/networking/vnstat
AgeCommit message (Collapse)AuthorFilesLines
2016-01-25Add version attribute where maintainers |= nckxTobias Geerinckx-Rice1-2/+1
This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
2015-12-24vnstat: add image output (gd) supportTobias Geerinckx-Rice1-2/+2
2015-12-24vnstat: 1.14 -> 1.15 & add longDescriptionTobias Geerinckx-Rice1-12/+15
Changes: - Fix: XML output had extra commas, broken since previous version - Fix: unintended shared pointer modification in mosecs() sometimes resulted in wrong month name to be shown for the current month - Fix: possible buffer overflow in /proc/net/dev parsing, requires corrupted content in /proc/net/dev or use of address sanitizer - Use ANSI escape codes in -l and -tr modes for cursor location manipulation instead of printing backspaces, hide cursor while output is active - Improve database import robustness - Improve support for Asian UTF-8 date strings - Replace hand written Makefiles with Autotools - Add --alwaysadd parameter to daemon for allowing automatic addition of interfaces even if the database directory was populated during startup
2015-11-03vnstat: fix platforms listmichael bishop1-0/+1
2015-04-27vnstat 1.13 -> 1.14Tobias Geerinckx-Rice1-5/+7
26-Apr-2015 - Fix: JSON output syntax during first day of newly created databases (pull request by Stefan Merettig) - Fix: field padding when using UTF-8 locale - Add optional mode parameter to --json and --xml for limiting the output to only selected information
2015-01-19Update vnstat 1.11 -> 1.13Tobias Geerinckx-Rice1-2/+3
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-09-02vnstat: upgrade to 1.11Mathijs Kwik1-4/+4
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2009-10-12Adding vnstat. Unless using "vnstat -l", it wants some directories in /var, ↵Lluís Batlle i Rossell1-0/+26
where it collects information. svn path=/nixpkgs/trunk/; revision=17753