aboutsummaryrefslogtreecommitdiffstats
path: root/src/firemon/netstats.c
Commit message (Collapse)AuthorAge
* move copyright statement to 2018Libravatar startx20172018-01-14
|
* pidstr needs 11 bytes (10 + NULL)Libravatar Reiner Herrmann2017-08-29
| | | | | | | | | | | | | also use %d because index is signed int. Found by compiler: netstats.c:165:23: warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=] snprintf(pidstr, 10, "%u", index); ^~~~ In file included from /usr/include/stdio.h:938:0, from firemon.h:24, from netstats.c:20: /usr/include/x86_64-linux-gnu/bits/stdio2.h:64:10: note: ‘__builtin___snprintf_chk’ output between 2 and 11 bytes into a destination of size 10
* fix copyright statementLibravatar netblue302017-08-05
|
* run --netstats on 1s interval; caching user name.Libravatar startx20172017-07-07
|
* shorter firejail name in --top and --netstatsLibravatar startx20172017-07-07
|
* Remove trailing whitespace from src/Libravatar Fred Barclay2017-05-24
|
* copyright 2017Libravatar netblue302017-02-11
|
* fcopy part 4Libravatar netblue302016-11-18
|
* hidepid part 1Libravatar netblue302016-11-11
|
* close lock fileLibravatar netblue302016-04-18
|
* networking fixesLibravatar netblue302016-04-09
|
* copyright 2016Libravatar netblue302016-01-13
|
* cleanupLibravatar netblue302015-11-28
|
* Compile with -W -Wall -WerrorLibravatar Peter Millerchip2015-08-20
|
* Baseline firejail 0.9.28Libravatar netblue302015-08-08