aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-17Upgrade iperf3 to 3.9Haibo Huang
2020-08-14fix: Unbreak build on CentOS 6. (#1040)Bruce A. Mah
2020-08-12fix: Remove debugging code that shouldn't have been committed.Bruce A. Mah
2020-08-03fix: Plug various minor memory leaks (#1033)Bruce A. Mah
2020-07-24fix: Emit error message for an unknown i_error, rather than an empty string. ...Bruce A. Mah
2020-07-23feat: Add a --timestamps flag to prepend a timestamp per output line. (#1028)Bruce A. Mah
2020-07-10Upgrade iperf3 to 3.8android-r-beta-3android-r-beta-2Haibo Huang
2020-07-10fix: Correctly emit an error message when unable to get a password. (#1026)Bruce A. Mah
2020-07-10Issue 999 follow up (#1025)Bruce A. Mah
2020-07-10feat: Issue #937 - Add a server option to limit total allowed throughput (#999)David Bar-On
2020-07-07fix: Prevent 100% CPU usage when --bidir option is enabled. (#1011)Yun Jiang
2020-06-12chore: Change applicable function arguments from 'char *' to 'const char *' (...David Bar-On
2020-06-12Fix warning: "HAVE_SCTP" redefined (#1010)Stefano Garzarella
2020-06-08chore: iperf-3.8 release engineering changes (#1012)Bruce A. Mah
2020-05-22fix: Fix stupid memory leak. (#1005)Bruce A. Mah
2020-05-20Regen.Bruce A. Mah
2020-05-20Add tests for iperf_api functions.Bruce A. Mah
2020-05-20fix(auth): Fix a potential buffer overflow in iperf3 client.Bruce A. Mah
2020-05-19fix: Fix memory management issues around calls to cJSON_Print() (#997)Bruce A. Mah
2020-05-19feat(api): Provide API access to --commit-timeout. (#1001)Bruce A. Mah
2020-05-12fix(udp): Properly initialize for the first UDP packet received. (#990)Bruce A. Mah
2020-05-11bug(udp): Fix minor problem in a debug message. (#995)Bruce A. Mah
2020-05-04Regen.Bruce A. Mah
2020-05-04Fix for possible leaks or double frees (#968)Michal Ruprich
2020-04-14chore: Fix whitespace glitch that caused a compiler warning on Ubuntu 18.04.Bruce A. Mah
2020-04-14enh: Update cJSON to 1.7.13 (#978)Bruce A. Mah
2020-03-27fix (iperf_api): fix compiler warning while printing an uint64_t (#969)Stefano Garzarella
2020-03-17fix: include iperf_util.h in main.c (#954)Tamir Duberstein
2020-03-17fix(cygwin): Fix compile error where CPU_SETSIZE isn't defined. (#948)Bruce A. Mah
2020-01-06Fix memory leaks for RSA key setters (#949)Oleh Yudin
2020-01-06build: Unbreak builds on macOS by not building profiled binaries by default (...Bruce A. Mah
2020-01-03fix cjson warning: "true" and "false redefinedXiang Xiao
2020-01-03ensure build_tcpinfo_message TCP_INFO check consistent with iperf_interval_re...Xiang Xiao
2020-01-02fix hotn?, strcasecmp and timeval isn't defined errorXiang Xiao
2020-01-02check SIGINT/SIGTERM/SIGHUP defined before using themXiang Xiao
2020-01-02fix warning: "HAVE_NETINET_IN_SYSTM_H"/"HAVE_NETINET_IP_H" is not definedXiang Xiao
2020-01-02change some file mode from 100755 to 100644Xiang Xiao
2019-12-20fix: Copy some strings passed as API parameters for consistency with CLI. (#943)Bruce A. Mah
2019-12-20fix: Make prototype for iperf_set_test_extra_data() match its definition.Bruce A. Mah
2019-11-01add window size support for sctp (#926)wallyatgithub
2019-10-01fix: fix burst mode throttle checking (#898)Ondrej Lichtner
2019-10-01enh: Add server authentication API functions (#911)Allen Flickinger
2019-08-19fix: Fix a bug in --bidir option processing (#903)Sergey Nemov
2019-07-02Upgrade iperf3 to 3.7Haibo Huang
2019-06-24doc: Document --bidir option in manpage. (#893)Bruce A. Mah
2019-06-18fix: Emit appropriate error messages from getaddrinfo(3). (#888)Bruce A. Mah
2019-06-18fix: Fix off-by-one memory overwrite crash and memory leaks (#887)Bruce A. Mah
2019-06-14delay tearing down tcp control connectionsAndrew Cooks
2019-06-14Fix: Don't allow --port 0 or other invalid values. (#885)Bruce A. Mah
2019-06-05enh: Introduce iperf_set_test_logfile API function (#871)srgnk