|
Revision tags: 3.11, 3.10.1, 3.10, 3.9, 3.8.1, 3.8, 3.7, 3.6, 3.5, 3.4 |
|
| #
480824e3 |
| 11-Nov-2017 |
Todd C. Miller <[email protected]> |
Remove a few unnecessary headers and unused functions. (#667)
* EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not sysexits.h
so no need to include the latter.
* No need to include pthre
Remove a few unnecessary headers and unused functions. (#667)
* EXIT_SUCCESS and EXIT_FAILURE are defined in stdlib.h, not sysexits.h
so no need to include the latter.
* No need to include pthread.h.
* Remove the no longer used delay() function.
This also removes the reliance on nanosleep().
* Remove get_tcp_windowsize() and set_tcp_windowsize() which are unused.
These days, iperf uses get/setsockopt() with SO_SNDBUF SO_RCVBUF directly.
show more ...
|
|
Revision tags: 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 |
|
| #
c110a92d |
| 19-May-2014 |
Bruce A. Mah <[email protected]> |
Programs using definitions from iperf_config.h (in particular HAVE_STDINT_H) need to include that header.
Aftermath of #174.
|
| #
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 |
|
| #
ac0786c8 |
| 03-Jan-2014 |
Bruce A. Mah <[email protected]> |
Fix typos: s/exitting/exiting/
Bump a couple of copyright dates while here.
|
| #
8bdc8fff |
| 29-Aug-2013 |
Jef Poskanzer <[email protected]> |
Fix bug in reverse mode.
|
| #
cf06ba65 |
| 07-Jun-2013 |
Jef Poskanzer <[email protected]> |
Server now exits after five consecutive errors.
|
|
Revision tags: 3.0-BETA5 |
|
| #
3e587542 |
| 12-Mar-2013 |
Jef Poskanzer <[email protected]> |
Added library man page and examples subdir.
|