aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-09-29Update license and copyright text to conform to LBNL standards.Bruce A. Mah
2014-09-22Don't pass NULL when we really mean to pass 0.Bruce A. Mah
2014-09-22Fix a couple of printf format warnings.Bruce A. Mah
2014-09-19Make this work on FreeBSD.Bruce A. Mah
2014-09-19Make portable_endian.h more portable.Bruce A. Mah
2014-09-19Use HAVE_STDINT_H to prevent a recurrence of #175.Bruce A. Mah
2014-09-16Merge pull request #206 from duyaokun/fix-compile-cjson-errorBruce A. Mah
2014-09-15Fix build on OpenBSD (tested on 5.4).Bruce A. Mah
2014-09-15Comment fix: Fix the option associated with iperf_test.bind_port.Bruce A. Mah
2014-09-15Support --cport and --parallelKevin Constantine
2014-09-15Fix declaration of iperf_test.bind_portKevin Constantine
2014-09-15Minor documentation updates for new --cport option.Bruce A. Mah
2014-09-15Merge branch 'master' of github.com:kevinconstantine/iperf into kevinconstant...Bruce A. Mah
2014-09-15specify client-side port: UDP supportKevin Constantine
2014-09-15specify client-side port: Only support --cportKevin Constantine
2014-09-15Regen.Bruce A. Mah
2014-09-15Rename locale.{c,h} to iperf_locale.{c,h} to avoid filename collisionBruce A. Mah
2014-09-09Add support for specifying client-side epemeral portKevin Constantine
2014-08-28Add a --udp-counters-64bit feature to support very long UDP tests.Bruce A. Mah
2014-08-27Fix a problem that could disrupt existing tests.Bruce A. Mah
2014-08-25When parsing the -b (bandwidth) argument, use 10-based suffices.Bruce A. Mah
2014-08-25Note that specifying -b 0 disables bandwidth limits.Bruce A. Mah
2014-08-01Another iteration on issue #193, fixes -B with some TCP tests.Bruce A. Mah
2014-07-24Minor doc fix: add some missing (?) characters in manpage.Bruce A. Mah
2014-07-24Add API methods to allow setting the bind_address test parameter.Bruce A. Mah
2014-06-16Don't try to do IPV6_V6ONLY on OpenBSD either.Bruce A. Mah
2014-07-21Only do the IPV6_V6ONLY setsockopt(3) stuff if that option is available.Bruce A. Mah
2014-07-17Fix a problem with binding to the wildcard address.Bruce A. Mah
2014-07-17Fix two related bugs with -B and IPv4 addresses.Bruce A. Mah
2014-07-10Fix incorrect help text; "--num" should be "--bytes".Bruce A. Mah
2014-06-17Remove unnecessary inclusion of <sys/queue.h>, as well as some ifdef-edBruce A. Mah
2014-06-17Merge pull request #185 from fornwall/struct-in6_flowlabel_req-already-define...Bruce A. Mah
2014-06-17Merge pull request #184 from fornwall/include-select-hBruce A. Mah
2014-06-16in6_flowlabel_req is already defined on AndroidFredrik Fornwall
2014-06-16Include <sys/select.h> for select(2)Fredrik Fornwall
2014-06-12Regen.Bruce A. Mah
2014-06-12Fix a bug in the structure of the --json output.Bruce A. Mah
2014-06-11Revert "Explicitly run ldconfig after "make install"."Bruce A. Mah
2014-06-11Be more tolerant of certain autoconf-defined variables not beingBruce A. Mah
2014-06-11Fix programming misteak.Bruce A. Mah
2014-06-09Fix build on Fedora 21.Bruce A. Mah
2014-06-09Consolidate multiple (not current) copies of the author list intoBruce A. Mah
2014-06-05Implement a --get-server-output flag that allows the client toBruce A. Mah
2014-05-19Another try at portability. Don't do -Werror. While probablyBruce A. Mah
2014-05-19Portability fixes for Solaris Sun Studio and MacOS.Bruce A. Mah
2014-05-19Check HAVE_STDINT_H before trying to include <stdint.h>.Bruce A. Mah
2014-05-12Regen.Bruce A. Mah
2014-05-12Explicitly run ldconfig after "make install".Bruce A. Mah
2014-05-12Merge branch 'master' of github.com:/esnet/iperfBruce A. Mah
2014-05-12Add reverse member to start.test_start JSON, which is 1 in --reverse mode.Bruce A. Mah