summaryrefslogtreecommitdiff
path: root/components/netspeeds.c
Commit message (Expand)AuthorAgeFilesLines
* netspeeds: Fix indentationAaron Marcher2018-05-221-1/+1
* Change to fmt_human in netspeeds on OpenBSDAaron Marcher2018-05-221-1/+1
* Merge fmt_human_2 and fmt_human_10 to one functionAaron Marcher2018-05-211-4/+8
* Remove units from numbersAaron Marcher2018-05-211-8/+4
* Remove initialization to 0 for static varsAaron Marcher2018-05-201-4/+4
* Implement fmt_human_2() and fmt_human_10()Laslo Hunhold2018-05-191-8/+20
* Increase precision in netspeeds.cLaslo Hunhold2018-05-191-8/+8
* Implement esnprintf() and make formatted calls more efficientLaslo Hunhold2018-05-191-4/+10
* Use `int` for flagsAaron Marcher2018-05-191-2/+2
* Set {r,t}xbytes 0 before incrementing them on OBSDAaron Marcher2018-05-191-2/+6
* Missing assignment for last commitAaron Marcher2018-05-191-0/+2
* Unify and simplify netspeed logic and typesAaron Marcher2018-05-191-30/+24
* netspeeds: added error condition for openbsdTobias Tschinkowitz2018-05-191-2/+12
* implemented openbsd netspeed functionsTobias Tschinkowitz2018-05-191-1/+59
* Add network speed functionsAaron Marcher2018-05-191-0/+53