]> granicus.if.org Git - vnstat/log
vnstat
10 years agorename --dumpdb -> --exportdb and --restoredb -> --importdb, use file parameter for...
Teemu Toivola [Fri, 7 Mar 2014 17:51:57 +0000 (19:51 +0200)]
rename --dumpdb -> --exportdb and --restoredb -> --importdb, use file parameter for import instead of pipe

10 years agoadd support for database restore (--dumpdb import) based on patch by Tilmann Bubeck
Teemu Toivola [Thu, 6 Mar 2014 21:07:11 +0000 (23:07 +0200)]
add support for database restore (--dumpdb import) based on patch by Tilmann Bubeck

10 years agoadd more tests
Teemu Toivola [Wed, 5 Mar 2014 19:42:34 +0000 (21:42 +0200)]
add more tests

10 years agoadd first test that can do database file handling in a sandbox directory
Teemu Toivola [Tue, 4 Mar 2014 22:13:19 +0000 (00:13 +0200)]
add first test that can do database file handling in a sandbox directory

10 years agoclose file before leaving function if write fails
Teemu Toivola [Tue, 4 Mar 2014 22:08:39 +0000 (00:08 +0200)]
close file before leaving function if write fails

10 years agoset CFLAGS only when not already defined
Teemu Toivola [Tue, 4 Mar 2014 20:17:49 +0000 (22:17 +0200)]
set CFLAGS only when not already defined

10 years agoadd check for null pointer and re-enable test
Teemu Toivola [Tue, 4 Mar 2014 18:36:19 +0000 (20:36 +0200)]
add check for null pointer and re-enable test

10 years agoadd dist target and check target as alias for tests
Teemu Toivola [Tue, 4 Mar 2014 15:07:53 +0000 (17:07 +0200)]
add dist target and check target as alias for tests

10 years agoadd more tests
Teemu Toivola [Mon, 3 Mar 2014 20:53:54 +0000 (22:53 +0200)]
add more tests

10 years agoreplace VPATH with vpath
Teemu Toivola [Mon, 3 Mar 2014 15:23:39 +0000 (17:23 +0200)]
replace VPATH with vpath

10 years agostop using install command with -D parameter since it isn't supported in all environments
Teemu Toivola [Mon, 3 Mar 2014 15:07:03 +0000 (17:07 +0200)]
stop using install command with -D parameter since it isn't supported in all environments

10 years agoadd more tests
Teemu Toivola [Sun, 2 Mar 2014 22:54:16 +0000 (00:54 +0200)]
add more tests

10 years agomove simple calculation related functions to common
Teemu Toivola [Sun, 2 Mar 2014 21:42:42 +0000 (23:42 +0200)]
move simple calculation related functions to common

10 years agoextract parts of vnstat main to separate functions
Teemu Toivola [Sun, 2 Mar 2014 20:59:55 +0000 (22:59 +0200)]
extract parts of vnstat main to separate functions

10 years agofix test compilation warnings with old gcc
Teemu Toivola [Sat, 1 Mar 2014 13:09:16 +0000 (15:09 +0200)]
fix test compilation warnings with old gcc

10 years agofix test linking issues found in Ubuntu 14.04
Teemu Toivola [Sat, 1 Mar 2014 12:44:41 +0000 (14:44 +0200)]
fix test linking issues found in Ubuntu 14.04

10 years agotune unit selection limits
Teemu Toivola [Fri, 28 Feb 2014 20:25:14 +0000 (22:25 +0200)]
tune unit selection limits

10 years agoremove unused legacy unit prefixes
Teemu Toivola [Fri, 28 Feb 2014 20:10:32 +0000 (22:10 +0200)]
remove unused legacy unit prefixes

10 years agoadd more tests
Teemu Toivola [Fri, 28 Feb 2014 20:03:47 +0000 (22:03 +0200)]
add more tests

10 years agoreplace make command with variable
Teemu Toivola [Fri, 28 Feb 2014 17:58:13 +0000 (19:58 +0200)]
replace make command with variable

10 years agoimprove traffic meter output accuracy and fix occasional inconsistency (min > avg...
Teemu Toivola [Thu, 27 Feb 2014 20:21:32 +0000 (22:21 +0200)]
improve traffic meter output accuracy and fix occasional inconsistency (min > avg) in end statistics

10 years agoadd debug compilation target
Teemu Toivola [Thu, 27 Feb 2014 18:09:07 +0000 (20:09 +0200)]
add debug compilation target

10 years agoadd .gitignore file
Teemu Toivola [Wed, 26 Feb 2014 20:39:24 +0000 (22:39 +0200)]
add .gitignore file

10 years agoremove forum links, fix indentation, freshmeat -> freecode
Teemu Toivola [Wed, 26 Feb 2014 20:38:03 +0000 (22:38 +0200)]
remove forum links, fix indentation, freshmeat -> freecode

10 years agohandle decimal conversion character with a define instead of if/else structures in...
Teemu Toivola [Wed, 26 Feb 2014 20:30:16 +0000 (22:30 +0200)]
handle decimal conversion character with a define instead of if/else structures in code

10 years agoadd tests
Teemu Toivola [Tue, 25 Feb 2014 21:02:52 +0000 (23:02 +0200)]
add tests

10 years agotrailing whitespace cleanup and copyright year update
Teemu Toivola [Tue, 25 Feb 2014 20:58:50 +0000 (22:58 +0200)]
trailing whitespace cleanup and copyright year update

10 years agofix for loop bug in rebuild total that appears to have been there since version 1...
Teemu Toivola [Tue, 25 Feb 2014 20:36:57 +0000 (22:36 +0200)]
fix for loop bug in rebuild total that appears to have been there since version 1.1, thanks to William Epp for finding this

10 years agothis is version 1.12 beta already
Teemu Toivola [Tue, 25 Feb 2014 20:23:57 +0000 (22:23 +0200)]
this is version 1.12 beta already

10 years agofix memory leak that occured in daemon when list of available interfaces was empty...
Teemu Toivola [Tue, 25 Feb 2014 20:09:08 +0000 (22:09 +0200)]
fix memory leak that occured in daemon when list of available interfaces was empty, fix debug print

10 years agoclose file is locking fails, fix indentation
Teemu Toivola [Tue, 25 Feb 2014 19:59:39 +0000 (21:59 +0200)]
close file is locking fails, fix indentation

10 years agoinit buffer and don't open logfile if there's nothing to log into it
Teemu Toivola [Tue, 25 Feb 2014 19:45:43 +0000 (21:45 +0200)]
init buffer and don't open logfile if there's nothing to log into it

10 years agoVersion 1.11 v1.11
Teemu Toivola [Mon, 24 Feb 2014 20:04:41 +0000 (22:04 +0200)]
Version 1.11

10 years agoVersion 1.10 v1.10
Teemu Toivola [Mon, 24 Feb 2014 19:57:50 +0000 (21:57 +0200)]
Version 1.10

10 years agoVersion 1.9 v1.9
Teemu Toivola [Mon, 24 Feb 2014 19:56:50 +0000 (21:56 +0200)]
Version 1.9

10 years agoVersion 1.8 v1.8
Teemu Toivola [Mon, 24 Feb 2014 19:54:57 +0000 (21:54 +0200)]
Version 1.8

10 years agoVersion 1.7 v1.7
Teemu Toivola [Mon, 24 Feb 2014 19:53:25 +0000 (21:53 +0200)]
Version 1.7

10 years agoVersion 1.6 v1.6
Teemu Toivola [Mon, 24 Feb 2014 19:49:41 +0000 (21:49 +0200)]
Version 1.6

10 years agoVersion 1.5 v1.5
Teemu Toivola [Mon, 24 Feb 2014 19:47:43 +0000 (21:47 +0200)]
Version 1.5

10 years agoVersion 1.4 v1.4
Teemu Toivola [Mon, 24 Feb 2014 19:45:21 +0000 (21:45 +0200)]
Version 1.4

10 years agoVersion 1.3 v1.3
Teemu Toivola [Mon, 24 Feb 2014 19:44:05 +0000 (21:44 +0200)]
Version 1.3

10 years agoVersion 1.2 v1.2
Teemu Toivola [Mon, 24 Feb 2014 19:41:04 +0000 (21:41 +0200)]
Version 1.2

10 years agoVersion 1.1 v1.1
Teemu Toivola [Mon, 24 Feb 2014 19:39:28 +0000 (21:39 +0200)]
Version 1.1

10 years agoVersion 1.0 v1.0
Teemu Toivola [Mon, 24 Feb 2014 19:37:59 +0000 (21:37 +0200)]
Version 1.0