History log of /iperf/src/t_uuid.c (Results 1 – 9 of 9)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.11, 3.10.1, 3.10, 3.9, 3.8.1, 3.8, 3.7, 3.6, 3.5, 3.4, 3.3, 3.2, 3.2rc1, 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, 3.0.3, 3.0.2, 3.0.1, 3.0-BETA5
# 88dd44b0 12-Dec-2012 Jef Poskanzer <[email protected]>

Need a couple more include files to compile on FreeBSD.


# 2ab386bf 10-Aug-2012 jef <[email protected]>

Got rid of libuuid stuff, for portability.


# 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
# b0b16b86 09-Jul-2010 Jon Dugan <[email protected]>

rename uuid.[ch] to iperf_util.[ch] to avoid confusion on some platforms


# f4a3ddaa 08-Dec-2009 AaronMatthewBrown <devnull@localhost>

Add an initial autotools setup.

The main iperf binary is compiled, along with a static libiperf, the unit
tests, and a profiled iperf binary.

The tests, and the profiled iperf binary do not get ins

Add an initial autotools setup.

The main iperf binary is compiled, along with a static libiperf, the unit
tests, and a profiled iperf binary.

The tests, and the profiled iperf binary do not get installed.

To compile, run:

./bootstrap.sh
./configure
make

It has all the normal make options (they come mostly for free). e.g.:

You can run "make install" to install it.
You can run "make dist" which will create a distribution tarball.
You can run "make check" to run all the tests.

I backed up the existing Makefile as "src/Makefile.old" in case folks want to
use that still.

show more ...


# e434aab6 19-Oct-2009 Brian Tierney <[email protected]>

code cleanup: used 'indent' to enforce consistant style


Revision tags: 3.0-ALPHA1, iperf3
# 40a1df10 24-Jul-2009 kaustubhprabhu <devnull@localhost>

changed cookie as a string in struct iperf_setting, param_exchange and in Param_exchange message


# aa3ad767 23-Jul-2009 Jon Dugan <[email protected]>

rework uuids; rework Makefile