| aa8a3f4f | 13-May-2022 |
Bruce A. Mah <[email protected]> |
Regen.
This updates some GNU autotools provided files that had gotten stale over the past few years. Changes in #1335 should help keep them up-to-date in the future. |
| 85b25c2e | 18-Apr-2022 |
Bruce A. Mah <[email protected]> |
Regen. |
| 76bd67f6 | 28-Jan-2022 |
Sarah Larsen <[email protected]> |
iperf-3.11 release engineering tasks.
Bump version number, update release notes, rename release notes and tweak markup. Update copyright year. |
| 51a4c631 | 10-Jun-2020 |
Bruce A. Mah <[email protected]> |
fix: Make installing of shared libraries work again. (#1014)
Addresses a regression in #989.
Fixes #1013. |
| f72054eb | 28-May-2020 |
Bruce A. Mah <[email protected]> |
Allow disabling auto-detect of SCTP (#1008)
* feat: Add a mechanism to disable checks for SCTP (--without-sctp).
The use case for this is building a static iperf3 binary on CentOS 7,
on a system
Allow disabling auto-detect of SCTP (#1008)
* feat: Add a mechanism to disable checks for SCTP (--without-sctp).
The use case for this is building a static iperf3 binary on CentOS 7,
on a system with SCTP installed (but it has no static SCTP libraries).
In that case we need to disable SCTP detection to prevent a linking
error at runtime.
While here, s/iperf /iperf3 / in a couple of help strings.
show more ...
|
| 06280a6d | 04-May-2020 |
Bruce A. Mah <[email protected]> |
Regen. |
| 9427ecdf | 04-May-2020 |
Ezra <[email protected]> |
Add configure option to enable static linking of iperf binary. (#989) |
| 6e9d8525 | 22-Jun-2018 |
Bruce A. Mah <[email protected]> |
Regen. |
| ff1ea4e5 | 28-Feb-2018 |
Bruce A. Mah <[email protected]> |
Regen. |
| 7cf95d20 | 14-Aug-2017 |
Bruce A. Mah <[email protected]> |
Regen. |
| a026b29b | 20-Apr-2017 |
Bruce A. Mah <[email protected]> |
Move an autoconfig file into config/, get rid of a no-longer-used file.
Follow-up for #517. |
| 01fb3e6d | 12-Dec-2016 |
Bruce A. Mah <[email protected]> |
Regen. |
| a5f5765c | 26-May-2016 |
Bruce A. Mah <[email protected]> |
Regen. |
| 5461579d | 11-May-2015 |
Bruce A. Mah <[email protected]> |
Regen.
This uses a newer automake, than was in use previously, although that wasn't the main point of doing this change. |
| 4874c4a8 | 05-Jan-2015 |
Bruce A. Mah <[email protected]> |
Regen. |
| 487ee810 | 11-Jun-2014 |
Bruce A. Mah <[email protected]> |
Update automake infrastructure for 1.14, to match what we build against. |
| ad98a8fe | 11-Jun-2014 |
Bruce A. Mah <[email protected]> |
Update config/missing to a newer version that works with newer autoconf. |
| 6edfd8d6 | 02-May-2014 |
Bruce A. Mah <[email protected]> |
Use AM_MAINTAINER_MODE and regenerate autotools / libtool goop using recent versions.
Resolves #161. |
| 5d2f2cf9 | 20-Mar-2014 |
Bruce A. Mah <[email protected]> |
Regen. |
| dc1dd2dc | 04-Mar-2014 |
Bruce A. Mah <[email protected]> |
Regen to pick up changes from issue #146. |
| 10383818 | 28-Feb-2014 |
Bruce A. Mah <[email protected]> |
Update version and bug-report fields in AC_INIT and regen files. |
| 60bd98a5 | 14-Feb-2014 |
Bruce A. Mah <[email protected]> |
Add SCTP support with the --sctp flag (Linux and FreeBSD only).
Note this option only has a long option flag; we're running out of letters for short options.
Based heavily on a patch submitted in I
Add SCTP support with the --sctp flag (Linux and FreeBSD only).
Note this option only has a long option flag; we're running out of letters for short options.
Based heavily on a patch submitted in Issue 131 (SCTP support for iperf); I added support for FreeBSD and did some other packaging and documentation improvements.
We probably shouldn't tie SCTP support to looking specifically for Linux or FreeBSD; we probably leave support enabled all the time if possible, possibly with some configure-time checks.
show more ...
|
| ba7b91d2 | 26-Nov-2013 |
Jef Poskanzer <[email protected]> |
Changed bug report email to google code link.
Also bumped package id from 3.0a4 to 3.0a5.
This changeset consists of a one-line edit to configure.ac, plus about fifty kilolines of diffs to a bunch
Changed bug report email to google code link.
Also bumped package id from 3.0a4 to 3.0a5.
This changeset consists of a one-line edit to configure.ac, plus about fifty kilolines of diffs to a bunch of other config files generated by bootstrap.sh.
show more ...
|
| 56a97f93 | 20-Aug-2012 |
jef <[email protected]> |
Commented 'AX_LIB_SOCKET_NSL' out of configure.ac to fix build problem. There's still lots of historical cruft in there, at some point we should start over from a more modern template. |
| 9286415c | 20-Sep-2010 |
Jon Dugan <[email protected]> |
update autoconf goo to accomodate Solaris; minor tweaks to includes for Solaris |