]> granicus.if.org Git - vnstat/shortlog
vnstat
2018-10-12 Teemu Toivolafix clang warnings
2018-10-12 Teemu Toivolaworkaround and test for libgd/libgd#351
2018-10-10 Teemu Toivolaimprove documentation
2018-10-07 Teemu Toivolafix syntax error
2018-09-22 Teemu Toivolaupdate documentation, add missing parameters
2018-09-22 Teemu Toivolaupdate example cgi to use new parameter for hourly...
2018-09-20 Teemu Toivolafix drawbar() handling when there's no traffic, fix...
2018-09-13 Teemu Toivolaadd instructions for log and pid files when installing...
2018-09-13 Teemu Toivolarename TrafficlessDays -> TrafficlessEntries configurat...
2018-09-10 Teemu Toivolarename hourly outputs, update documentation, increase...
2018-09-08 Teemu Toivolafix gcc 8 warnings
2018-09-06 Teemu Toivolaadd time range query support to top lists, uses daily...
2018-09-03 Teemu Toivolaadd MonthRotateAffectsYears configuration option and...
2018-08-28 Teemu Toivolaupgrade autoconf generated files with more recent version
2018-08-28 Teemu Toivolaadd null pointer check to interface bandwidth detection...
2018-05-04 Teemu Toivolashow sum of data instead of estimate in lists if end...
2018-05-01 Teemu Toivolaupdate http -> https
2018-05-01 Teemu Toivolaupdate documentation
2018-05-01 Teemu Toivolabump beta version
2018-05-01 Teemu Toivolaextract printcfgfile() from cfg.c to separate file
2018-05-01 Teemu Toivolaincrease default data retention durations
2018-04-29 Teemu Toivolareturn MonthRotate configuration option support, improv...
2018-04-28 Teemu Toivolaimprove readability by using fixed / new / removed...
2018-04-26 Teemu Toivolarearrange configuration file content, remove legacy...
2018-04-10 Teemu Toivolaimprove command help outputs
2018-04-05 Teemu Toivoladon't abort daemon startup if some specific user or...
2018-03-29 Teemu Toivolafix terminal control codes getting included in output...
2018-03-26 Teemu Toivolaadd option to select units to use SI decimal prefixes...
2018-03-26 Teemu Toivolaimprove text alignment when no data is available
2018-03-26 Teemu Toivolaadd more db_getdata_range() tests
2018-03-26 Teemu Toivolafix new tests to behave correctly regardless of used...
2018-03-25 Teemu Toivolaadd db_getdata_range() tests
2018-03-25 Teemu Toivolaadd time range selection support to --xml and --json
2018-03-25 Teemu Toivolabe more strict with time range format and provide bette...
2018-03-24 Teemu Toivolaupdate documentation for time range specific queries
2018-03-24 Teemu Toivolaadd data time range to image output
2018-03-24 Teemu Toivolaadd datetime input validation
2018-03-24 Teemu Toivolaadd initial support for specifying data time range...
2018-03-22 Teemu Toivolaimprove syntax of man pages
2018-03-21 Teemu Toivolaadd option to limit the length of --json and --xml...
2018-03-21 Teemu Toivolaadd exbibyte support
2018-03-21 Teemu Toivolaremove --exportdb
2018-03-20 Teemu Toivolaadd importlegacydb() tests
2018-03-20 Teemu ToivolaMerge pull request #93 from cgzones/const_char
2018-03-18 Teemu Toivolaavoid having some daemon related tests Linux specific
2018-03-18 Teemu Toivolaadd db_validate() tests and info prints
2018-03-18 Teemu Toivolaimprove database output tests
2018-03-18 Teemu Toivoladefine one common datetime format in common.h
2018-03-18 Teemu Toivolaadd datacache_status() tests
2018-03-18 Teemu Toivolaadd processifinfo() tests
2018-03-18 Christian Göttscheconstify const char strings
2018-03-17 Teemu Toivolaadd cleanremovedinterfaces() test
2018-03-17 Teemu Toivolaadd more complex processdatacache() test
2018-03-17 Teemu Toivolaadd handledatabaseerror() tests
2018-03-16 Teemu Toivolaadd detectboot() tests and improve function error handling
2018-03-16 Teemu Toivolarefactor and enable sighup handling test, mark some...
2018-03-16 Teemu Toivolasplit signal handling test to one test per signal
2018-03-16 Teemu Toivolafix occasionally failing tests, fix invalid instruction...
2018-03-15 Teemu Toivolaupdate install documentation
2018-03-15 Teemu Toivolarewrite UNINSTALL
2018-03-14 Teemu Toivolaupdate documentation
2018-03-13 Teemu Toivolaremove references to deleted files
2018-03-13 Teemu Toivolaadd hourly list and 5 minute list image outputs
2018-03-13 Teemu Toivolaupdate README.md
2018-03-13 Teemu Toivolaremove INSTALL_OSX as these instructions haven't been...
2018-03-13 Teemu Toivolafix vertical bar scaling in text mode hourly output...
2018-03-12 Teemu Toivolaadd hourly list and 5 minute list outputs, fix textual...
2018-03-11 Teemu Toivolaadd -I/usr/local/include to CFLAGS and -L/usr/local...
2018-03-11 Teemu Toivolaadd database version validation
2018-03-10 Teemu Toivolaremove invalid TODO comment
2018-03-10 Teemu Toivolaadd function execution timing debug to json and xml...
2018-03-10 Teemu Toivolause ISO date formats by default
2018-03-10 Teemu Toivolareplace asctime() with strftime()
2018-03-10 Teemu Toivolaadd missing variable init and teardown to waittimesync...
2018-03-10 Teemu Toivolaadd tests for waittimesync()
2018-03-10 Teemu ToivolaMerge branch 'travis_warnings'
2018-03-10 Teemu Toivolaadd mising no- prefix to parameters
2018-03-10 Teemu Toivolamore warning scope reductions for osx in travis
2018-03-10 Teemu Toivolareduce scope of osx warnings in travis to avoid log...
2018-03-10 Teemu Toivoladrop --enable-werror in travis for osx as it appears...
2018-03-10 Teemu ToivolaApple has extern long timezone in time.h
2018-03-10 Teemu Toivolaadd --enable-werror parameter for configure and use...
2018-03-09 Teemu Toivolamodify environment setup
2018-03-09 Teemu Toivolaclang specific parameters and warning to errors as...
2018-03-09 Teemu Toivolarefactor sql date generation handling, fixes last clang...
2018-03-06 Teemu Toivolaimprove data cleanup debug prints
2018-03-06 Teemu Toivolareturn TimeSyncWait functionality
2018-03-06 Teemu Toivolafix and improve config validator syntax
2018-03-06 Teemu Toivolaimprove code readability and remove -Wformat-non-iso...
2018-03-05 Teemu Toivolaadd clang padding warning ignores to legacy database...
2018-03-05 Teemu Toivolaimprove define readability
2018-03-05 Teemu Toivolaadd check for __clang__ being defined as gcc raises...
2018-03-05 Teemu Toivolafix clang warnings from tests
2018-03-05 Teemu Toivolaignore clang _XOPEN_SOURCE warning as it doesn't appear...
2018-03-05 Teemu Toivolamore warning fixes
2018-03-05 Teemu Toivolamore warning fixes
2018-03-05 Teemu Toivolafix gcc warning
2018-03-05 Teemu Toivolafix some clang warnings
2018-03-05 Teemu Toivolabring back one disabled test, discard the other due...
2018-03-04 Teemu Toivolafix cppcheck and clang warnings
next