index
:
slstatus.git
master
status monitor
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
components
/
netspeeds.c
Age
Commit message (
Expand
)
Author
2022-10-28
radical re-formatting 2/3: Fix blocks
drkhsh
2022-10-28
radical re-formatting 3/3: Error checks
drkhsh
2022-10-28
various: Put paths into defines to avoid line wraps
drkhsh
2022-10-28
radical re-formatting 0/3: Alphabetic headers
drkhsh
2022-10-27
components/*.c: include slstatus.h
NRK
2019-02-07
Add FreeBSD support for netspeeds, entropy and ip components
Michael Buch
2018-07-07
Simplify format specifiers for uintmax_t
Aaron Marcher
2018-07-07
Change uint64_t to uintmax_t
Aaron Marcher
2018-05-22
netspeeds: Fix indentation
Aaron Marcher
2018-05-22
Change to fmt_human in netspeeds on OpenBSD
Aaron Marcher
2018-05-21
Merge fmt_human_2 and fmt_human_10 to one function
Aaron Marcher
2018-05-21
Remove units from numbers
Aaron Marcher
2018-05-20
Remove initialization to 0 for static vars
Aaron Marcher
2018-05-19
Implement fmt_human_2() and fmt_human_10()
Laslo Hunhold
2018-05-19
Increase precision in netspeeds.c
Laslo Hunhold
2018-05-19
Implement esnprintf() and make formatted calls more efficient
Laslo Hunhold
2018-05-19
Use `int` for flags
Aaron Marcher
2018-05-19
Set {r,t}xbytes 0 before incrementing them on OBSD
Aaron Marcher
2018-05-19
Missing assignment for last commit
Aaron Marcher
2018-05-19
Unify and simplify netspeed logic and types
Aaron Marcher
2018-05-19
netspeeds: added error condition for openbsd
Tobias Tschinkowitz
2018-05-19
implemented openbsd netspeed functions
Tobias Tschinkowitz
2018-05-19
Add network speed functions
Aaron Marcher