]> granicus.if.org Git - vnstat/history - src
refactor timeused() test to not expect specific range of system performance
[vnstat] / src /
2019-09-06 Teemu ToivolaMerge pull request #137 from cgzones/devel
2019-09-06 Christian Göttschefix double close in updatedirownerid
2019-09-06 Christian Göttschefix resource leak in db_getinterfaceinfo
2019-09-06 Christian Göttschefix resource leak in db_getdata_range
2019-09-04 Teemu ToivolaMerge pull request #136 from hoexter/lintian-typo-unknown
2019-09-03 Sven Höxterfix small typo - reported by lintian during Debian...
2019-08-31 Teemu Toivolaimprove vnstat parseargs test coverage, fix minor findings
2019-08-21 Teemu Toivolaimport kFreeBSD fix from Debian
2019-08-19 Teemu Toivolahandleshowdatabases() -> handleshowdata()
2019-08-19 Teemu Toivolarefactor vnstati.c
2019-08-19 Teemu Toivolarefactor vnstatd.c
2019-08-19 Teemu Toivolaextract arg parser to separate function making vnstat...
2019-08-19 Teemu Toivolamove functions from vnstat.c to vnstat_func.c
2019-08-14 Teemu Toivolaimplement --rename for renaming interfaces already...
2019-08-13 Teemu Toivolaimprove database error retry error message, increase...
2019-08-12 Teemu Toivolaremove duplicated database transaction rollback
2019-07-31 Teemu Toivolathere's only one database
2019-07-28 Teemu Toivolahandle cleanup of top entries within a transaction
2019-07-28 Teemu Toivolaimprove daemon resiliency against database locks caused...
2019-07-27 Teemu Toivolavnstati: close database before writing output in order...
2019-07-18 Teemu Toivolaallow vnstatd to fork() when --daemon is used even...
2019-07-10 Teemu Toivolafix height allocation and spacing of some image outputs...
2019-07-06 Teemu Toivolaremove some unused and no longer needed implementation...
2019-06-28 Teemu Toivolafix interface list ordering and simplify iflist structure
2019-06-28 Teemu Toivolaseparate debug error prints from regular error prints
2019-06-27 Teemu Toivolaremove redundant dirname variable
2019-06-25 Teemu Toivolafix interfaces having the possibility of staying marked...
2019-06-16 Teemu Toivolafilter out local and invalid interfaces from interface...
2019-06-16 Teemu Toivolafix bsd compiler warnings and errors
2019-06-16 Teemu Toivolaadd null check to database close
2019-06-16 Teemu Toivolarefactoring
2019-06-16 Teemu Toivolaautomatic interface selection when the Interface config...
2019-05-19 Teemu Toivolacontinue daemon process execution with data caching...
2019-05-15 Teemu Toivolaremove unused includes
2019-05-14 Teemu Toivolarefactor daemon addinterfaces() to use interface list...
2019-05-14 Teemu Toivolarefactor interface list output
2019-05-14 Teemu Toivolarefactor interface list to improve reusability
2019-05-13 Teemu Toivolalog warning also when Write-Ahead Logging checkpoint...
2019-05-13 Teemu Toivolarename configuration option WriteAheadLoggingDatabase...
2019-05-13 Teemu Toivolaexpose SQLite synchronous flag as DatabaseSynchronous...
2019-05-12 Teemu Toivolareduce number of decimals in the warning output
2019-05-11 Teemu Toivolamove timeout definition, mention addition in changes
2019-05-11 Teemu Toivoladb_walcheckpoint() is timed so no extra debug print...
2019-05-10 Teemu Toivolashow warning in log if writing cached data to database...
2019-05-10 Teemu Toivolarefactor debugging of time used in functions
2019-05-10 Teemu Toivolafix missing break
2019-05-10 Teemu Toivolaadd configure check for SQLite WAL mode support in...
2019-05-09 Teemu Toivolareplace SQLITE_CHECKPOINT_TRUNCATE with SQLITE_CHECKPOI...
2019-05-09 Teemu Toivolacheckpoint wal database every 4 hours, add debug timing...
2019-05-08 Teemu Toivolaset/increase database busy timeout to 5 seconds when...
2019-05-08 Teemu Toivolaremove strerror(errno) information from secondary error...
2019-05-08 Teemu Toivolaignore anything that starts with the database name...
2019-05-07 Teemu Toivolaadd optional support for SQLite Write-Ahead Logging...
2019-05-01 Teemu Toivolafix also summary estimates after previous commit
2019-05-01 Teemu Toivolafix traffic rate not being shown for the last entry...
2019-05-01 Teemu Toivolarefactoring to improve comparison readability
2019-04-28 Teemu Toivolafix comparisons of previous commit
2019-04-28 Teemu Toivolafix traffic rate calculation for the last entry of...
2019-04-24 Teemu Toivolaadjust UpdateInterval during daemon startup if found...
2019-04-24 Teemu Toivolarefactor config validation and add more tests
2019-04-22 Teemu Toivolafix DefaultDecimals setting, it wasn't controlling...
2019-04-20 Teemu Toivolaimplement workaround for interface drivers (such as...
2019-04-20 Teemu Toivolaimprove info print when traffic rate is higher than...
2019-04-20 Teemu Toivolaimprove 64-bit interface counter detection
2019-04-20 Teemu Toivolareduce transfer rate calculation safety margin from...
2019-04-15 Teemu Toivolachanges in interface specific detected bandwidth limits...
2019-04-13 Teemu Toivolaclang-format files
2019-04-13 Teemu Toivolareduce sql query array sizes, remove unnecessary semicolons
2019-03-21 Teemu Toivolahighlight current day in top list when visible
2019-03-16 Teemu ToivolaMerge pull request #125 from vergoh/interface_merge
2019-03-16 Teemu Toivolaenforce the existence and uniqueness of all interfaces...
2019-03-14 Teemu Toivolaimprove test coverage
2019-03-13 Teemu Toivolaimprove test coverage
2019-03-12 Teemu Toivolaincrease fault tolerance and test coverage
2019-03-11 Teemu Toivolaupdate documentation and bump beta version
2019-03-11 Teemu Toivolaimplement last layer of interface merge support, resolv...
2019-03-11 Teemu Toivolaadd notes
2019-03-10 Teemu Toivolaimplement second layer of interface merge support
2019-03-10 Teemu Toivolaimplement first layer of interface merge support
2019-03-10 Teemu Toivolareturn error if given interface name is longer than...
2019-03-10 Teemu Toivolaharmonize sql queries
2019-03-08 Teemu Toivolafix: some DaemonGroup documentation mentioned user...
2019-03-07 Teemu Toivolarefactoring, remove MAXUPDATEINTERVAL as no longer...
2019-03-06 Teemu Toivolarefactoring
2019-03-05 Teemu Toivolaminor fixes, short output monthly estimate could briefl...
2019-02-04 Teemu Toivolafix image output --headertext not being applied to...
2019-01-26 Teemu Toivolaadjust open() flags depending on what's supported,...
2019-01-25 Teemu Toivolaimprove daemon prints and rename variable to better...
2019-01-14 Teemu Toivolaadd detection and configuration of 32-bit / 64-bit...
2018-12-06 Teemu Toivolafinal preparations for version 2.1 release v2.1
2018-12-02 Teemu Toivolafix timezone affecting the accuracy of shown average...
2018-11-25 Teemu Toivolafix traffic estimate and average rate for ongoing month...
2018-11-24 Teemu Toivolaremove possible PollInterval and UpdateInterval drift...
2018-10-27 Teemu Toivolaadd proper error message if query target interface...
2018-10-27 Teemu Toivolafix possibility for --oneline segmentation fault if...
2018-10-23 Teemu ToivolaMerge pull request #102 from foo-san/master
2018-10-23 foo-sanx
2018-10-19 Teemu Toivolafix compiler warnings (gcc 8.2.0 and clang 8.0.0)
2018-10-19 Teemu Toivolaadd another vnstati test with file output, fix imperfec...
2018-10-13 Teemu Toivolafix 'since' text alignment in summary image
next