aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-01-26Fix a server-side crash with --verbose and a client with multiple connections...Bruce A. Mah
2018-01-26If we're sending output to stdout, then make errors go to stderr. (#695)Bruce A. Mah
2018-01-26Make IPv6 flow labels work correctly where they didn't before. (#694)Bruce A. Mah
2018-01-26Fix large values of -p on FreeBSD by setting a large listen(2) backlog. (#693)Bruce A. Mah
2018-01-03Fix regression that caused client to close control connection prematurely. (#...Bruce A. Mah
2018-01-03Include signal.h + time.h. (#680)Suresh Sundriyal
2018-01-02Fix comparison when checking for time skew when using authentication. (#674)Bruce A. Mah
2017-11-27Fix a couple of problems with the help message for the --length option.Bruce A. Mah
2017-11-16Fix a compiler warning on FreeBSD related to getline(3).Bruce A. Mah
2017-11-16Fix some compile-time warnings on macOS (#671)Bruce A. Mah
2017-11-16Make help and manpage a bit clearer about TOS and DSCP values (#670)Tobias Klausmann
2017-11-14Add missing saved_errno dance around some close(2) calls. (#669)Todd C. Miller
2017-11-14Remove unused functions (#668)Todd C. Miller
2017-11-13Follow-on to pull-request #665...update manpage and comments.Bruce A. Mah
2017-11-13Implemented -A flag for Windows (#665)Boris Okunev
2017-11-11Remove a few unnecessary headers and unused functions. (#667)Todd C. Miller
2017-11-11Implement daemon(3) for systems that don't have it.Bruce A. Mah
2017-11-10Add function declaration for our getline() compat implementation.Bruce A. Mah
2017-11-08Regen after merge of #663.Bruce A. Mah
2017-11-08Provide a getline(3) implementation for systems without it. (#663)Bruce A. Mah
2017-11-08Fix 3.3 build warnings (#664)Philip Prindeville
2017-10-27Issue #659 (#660)Boris Okunev
2017-10-25Don't overwrite a PID file corresponding to a valid process. (#654)Bruce A. Mah
2017-10-13Fix memory leak introduced in 1460aa3433769db1f5660e7819b669e5414e9b42. (#652)Bruce A. Mah
2017-10-11fix for https://github.com/esnet/iperf/issues/650 (#651)ralcini
2017-10-11Clear TOS value when resetting test parameters. (#647)Bruce A. Mah
2017-10-11Allow the client to pass a duration of 0 to the server. (#648)Bruce A. Mah
2017-10-04Fix a problem formatting very large numbers. (#642)Bruce A. Mah
2017-10-04Delete outdated commentMalte
2017-09-19Reverse the order of tests for better legibility and logical sense.Bruce A. Mah
2017-09-18Two fixes for a warning for possibly-too-large UDP packets.Bruce A. Mah
2017-08-14Regen.Bruce A. Mah
2017-08-01Add required RSA header for OpenSSL (#622)Philip Prindeville
2017-07-17Fix spelling mistake in manpage.Bruce A. Mah
2017-06-20Greatly expand description section.Bruce A. Mah
2017-06-12Close ctrl_sck iperf_client_end() (#597)p0intR
2017-06-05Fix a few printf format string warnings seen on macOS / clang. (#593)Bruce A. Mah
2017-06-05Towards issue #278. Don't print small, dataless last intervals. (#592)Bruce A. Mah
2017-06-02Fix out-of-order / loss counting issues with UDP (#457) (#589)Bruce A. Mah
2017-05-30Fix -F problems (#588)Bruce A. Mah
2017-05-30Improve C++ compatibilty (#587)Kenneth Wong
2017-05-24Merge branch 'master' of github.com:esnet/iperfBruce A. Mah
2017-05-24Silence a warning for an unused variable.Bruce A. Mah
2017-05-24Issue 583 (#586)Bruce A. Mah
2017-05-23Fix another compiler warning.Bruce A. Mah
2017-05-23Fix compiler warning with clang.Bruce A. Mah
2017-05-21Return random ascii-string in make_cookie. (#582)Sami Farin
2017-05-18Bump manpage date.Bruce A. Mah
2017-05-18clarified a couple optionsBrian Tierney
2017-05-17Issue 216 (#581)Bruce A. Mah