aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_error.c
AgeCommit message (Expand)Author
2020-07-10feat: Issue #937 - Add a server option to limit total allowed throughput (#999)David Bar-On
2020-05-20fix(auth): Fix a potential buffer overflow in iperf3 client.Bruce A. Mah
2019-06-18fix: Emit appropriate error messages from getaddrinfo(3). (#888)Bruce A. Mah
2019-06-14Fix: Don't allow --port 0 or other invalid values. (#885)Bruce A. Mah
2018-12-13Bidirect mode implementation (#780)Boris Okunev
2018-02-12Make --cport work without --bind (#697).Bruce A. Mah
2018-01-26If we're sending output to stdout, then make errors go to stderr. (#695)Bruce A. Mah
2017-05-08Improve error handling and documentation for -f/--format. (#568)Bruce A. Mah
2017-04-20warning fixes (#551)Gabriel Ganne
2017-04-20Service Authentication (#517)ralcini
2017-04-11Prevent specifying a UDP send size that's too small.Bruce A. Mah
2017-03-13Remove unused hstrerror(), bad nanosleep() message in configure.ac (#503) (#523)ShaunCurrier
2016-11-23After setting socket buffer sizes, verify they were set correctly.Bruce A. Mah
2016-05-26Squashed commit of the following:Bruce A. Mah
2016-05-26DEREF_AFTER_NULL in src/iperf_error.c (#423)g-coder
2015-11-18Improve command error handling.Bruce A. Mah
2015-01-05Add -X to restrict SCTP binding to a subset of interfaces.Bruce A. Mah
2014-10-16Fix an error message.Bruce A. Mah
2014-10-13The maximum send length for UDP is the maximum size of a UDP datagram.Bruce A. Mah
2014-09-29Update license and copyright text to conform to LBNL standards.Bruce A. Mah
2014-09-09Add support for specifying client-side epemeral portKevin Constantine
2014-04-09Rework detection / enabling of SCTP support.Bruce A. Mah
2014-03-25Minor style fixes, no functional change.Bruce A. Mah
2014-03-25Prevent possible buffer overflow in iperf_error.cAeneas Jaißle
2014-03-14Support --logfile argument to make all output go to a file.Bruce A. Mah
2014-02-14Add SCTP support with the --sctp flag (Linux and FreeBSD only).Bruce A. Mah
2014-02-04Fix unfiled bug that could break TCP tests under some circumstances.Bruce A. Mah
2014-01-24Add support for writing the PID to a file in server mode.Bruce A. Mah
2014-01-02Improve error message for TCP congestion algorithm setting failure.Bruce A. Mah
2013-12-19Added -k / --blockcount.Jef Poskanzer
2013-12-17Added burst mode.Jef Poskanzer
2013-12-13Added -C / --linux-congestion.Jef Poskanzer
2013-11-26Support daemonizing with -D flag.Bruce A. Mah
2013-11-08Changed default for -i from 0 to 1.Jef Poskanzer
2013-11-06Grammar correction in error message.Jef Poskanzer
2013-10-25Implement -A flag to set CPU affinity.Jef Poskanzer
2013-10-19Added the -F / --file flag, to use a specified file insteadJef Poskanzer
2013-07-05Changed the -I / --ignore flag to -O / --omit, so that we can use theJef Poskanzer
2013-07-03Added -I flag to ignore an initial period of data transfer,Jef Poskanzer
2013-06-03Storing the known-to-not-work Flow Label code, just to save it.Jef Poskanzer
2013-03-04A bunch of changes mixed together in this commit, but the significantJef Poskanzer
2013-02-27Show correct error on connect() failure.Jef Poskanzer
2013-02-07Oops, left out the important line from the error routine.Jef Poskanzer
2013-02-07Better handling of non-exit errors in JSON.Jef Poskanzer
2013-02-07(Mostly) switched error reporting to a single routine that handles JSON mode.Jef Poskanzer
2013-02-05Get rid of commented-out obsolete code. If it's needed it's in theJef Poskanzer
2012-12-13Allow API client to provide an fd for the client-side control socket.Jef Poskanzer
2012-12-11Switched to using a new timer package, adapted from thttpd and http_load.Jef Poskanzer
2012-09-28Some changes to the iperf3 API to work with bwctl, mostly having tojef
2011-04-20update license info for all source filesJon Dugan