index
:
slstatus
master
slstatus patches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
components
/
netspeeds.c
Age
Commit message (
Expand
)
Author
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