|
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, 3.0.7, 3.0.6, 3.0.5, 3.0.4, 3.0.3 |
|
| #
ad319fac |
| 20-Mar-2014 |
Bruce A. Mah <[email protected]> |
automake / libtool support for programs in the examples/ subdirectory.
Addresses part of Issue #152.
|
|
Revision tags: 3.0.2, 3.0.1, 3.0-BETA5, 3.0-BETA4, 3.0-BETA3, 3.0-BETA2, 3.0-BETA1 |
|
| #
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 ...
|
|
Revision tags: 3.0-ALPHA1, iperf3, iperf-3.0a1, trunk, 2.0.4-RELEASE |
|
| #
b2e02ac1 |
| 08-Apr-2008 |
Jon Dugan <[email protected]> |
* Add man page to autoconf goo * Bump the version in autoconf * Add missing LICENSE file
|
|
Revision tags: 2.0.3-RELEASE |
|
| #
1efd8f8c |
| 12-Mar-2008 |
Jon Dugan <[email protected]> |
2008-03-12 Jon Dugan <[email protected]>
* Added -Wall to CXXFLAGS and CFLAGS. This generated a lot of noise in the autotools generated files.
* Added initial AUTHORS file. This is incomplete, but
2008-03-12 Jon Dugan <[email protected]>
* Added -Wall to CXXFLAGS and CFLAGS. This generated a lot of noise in the autotools generated files.
* Added initial AUTHORS file. This is incomplete, but it's a start.
2008-03-12 Andrew Gallatin <[email protected]>
* Rework threading. This is done by having a condition variable for the reporting thread rather than using sched_yield and/or usleep.
* Address performance issues on non Linux systems by avoiding system calls which are expensive on platforms other than Linux.
* Fixes from FreeBSD ports: max_size_t is now 64 bits and not Iperf does not exit on ENOBUFS.
show more ...
|
|
Revision tags: 2.0.2-RELEASE |
|
| #
d9bae634 |
| 29-Aug-2007 |
Jon Dugan <[email protected]> |
import Iperf 2.0.2 release
|
|
Revision tags: 2.0.1-RELEASE |
|
| #
ea532f4f |
| 29-Aug-2007 |
Jon Dugan <[email protected]> |
update to Iperf 2.0.1
|
|
Revision tags: 2.0-RELEASE |
|
| #
aa594bbb |
| 29-Aug-2007 |
Jon Dugan <[email protected]> |
import of iperf-2.0 release
|