History log of /iperf/src/t_units.c (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.11
# e919e8c2 03-Sep-2021 a1346054 <[email protected]>

trim excess whitespace


Revision tags: 3.10.1, 3.10, 3.9, 3.8.1, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3
# 25f59475 04-Oct-2017 Bruce A. Mah <[email protected]>

Fix a problem formatting very large numbers. (#642)

Avoid walking off the end of an array when trying to format a number larger than 1000T.

Motivated by #641, as reported by @shingchuang, but sli

Fix a problem formatting very large numbers. (#642)

Avoid walking off the end of an array when trying to format a number larger than 1000T.

Motivated by #641, as reported by @shingchuang, but slightly
reimplemented.

show more ...


Revision tags: 3.2, 3.2rc1
# e9e2d6d1 14-Apr-2017 Bruce A. Mah <[email protected]>

Add support for tera- prefix [Tt] in input and output.
Also add some more unit tests for this and prune unused code
from unit test program.

Fixes #402.


Revision tags: 3.1.7, 3.1.6, 3.1.5, 3.1.4, 3.0.12, 3.1.3, 3.1.2, 3.1.1, 3.1, 3.1b3, 3.1b2, 3.1b1, 3.0.11, 3.0.10, 3.0.9, 3.0.8
# da9f046f 29-Sep-2014 Bruce A. Mah <[email protected]>

Update license and copyright text to conform to LBNL standards.

Note that the license remains a 3-clause BSD license; the only
license changes were to add the name of the program and to add
some pun

Update license and copyright text to conform to LBNL standards.

Note that the license remains a 3-clause BSD license; the only
license changes were to add the name of the program and to add
some punctuation.

show more ...


Revision tags: 3.0.7, 3.0.6, 3.0.5, 3.0.4
# 426221a3 19-May-2014 Bruce A. Mah <[email protected]>

Check HAVE_STDINT_H before trying to include <stdint.h>.

Partial fix for compilation on some Solaris versions. Fixes #175.

Submitted by: @marksolaris


Revision tags: 3.0.3, 3.0.2, 3.0.1
# b70c5405 10-Dec-2013 Jef Poskanzer <[email protected]>

Fixed t_units.c so that 'make check' once again works.


Revision tags: 3.0-BETA5
# 7d375156 20-Apr-2011 Jon Dugan <[email protected]>

update license info for all source files


Revision tags: 3.0-BETA4, 3.0-BETA3, 3.0-BETA2, 3.0-BETA1
# e434aab6 19-Oct-2009 Brian Tierney <[email protected]>

code cleanup: used 'indent' to enforce consistant style


Revision tags: 3.0-ALPHA1, iperf3
# e9287700 24-Feb-2009 Jon Dugan <[email protected]>

add unit conversion and formatting from old code. remove hungarian gobbledeygook