aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-05-11Regen.Bruce A. Mah
2015-03-13Remove an extra #ifdef left behind by #248.Bruce A. Mah
2015-02-19Add support for NetBSD systems which have TCP_INFO implemented.Havard Eidnes
2015-02-12Merge pull request #247 from he32/unused-fixBruce A. Mah
2015-02-12Merge pull request #246 from he32/include-fixBruce A. Mah
2015-02-12Fix a toupper() usage too to avoid negative signed chars.Havard Eidnes
2015-02-12Remove unused local variable.Havard Eidnes
2015-02-12Include <sys/time.h> for struct timeval definition.Havard Eidnes
2015-02-12Add casts for the two remaining tolower() uses, sinceHavard Eidnes
2015-01-14Make the combination of -B and -P but not --cport workBruce A. Mah
2015-01-06Regen.Bruce A. Mah
2015-01-06Unbreak (partially) SCTP on Solaris.Bruce A. Mah
2015-01-05Regen.Bruce A. Mah
2015-01-05Add -X to restrict SCTP binding to a subset of interfaces.Bruce A. Mah
2015-01-05Unbreak master builds on CentOS 5.Bruce A. Mah
2015-01-02Merge branch 'candlerb-multisend' of https://github.com/candlerb/iperf into c...Bruce A. Mah
2015-01-02Merge pull request #231 from candlerb/candlerb-sendfile-statsBruce A. Mah
2014-12-23Merge pull request #222 from hasso/timeout-udpBruce A. Mah
2014-12-23Drop out of multisend loop if none of the streams are accepting dataBrian Candler
2014-12-22Add one-off mode, where the server serves exactly one request.Bruce A. Mah
2014-12-22Ignore set_test_zerocopy if host does not support itBrian Candler
2014-12-22Fix calculation of sendfile throughput on OSXBrian Candler
2014-12-11Add ifdef to the SO_RCVTIMEO codeHasso Tepper
2014-11-24Timeout if UDP port isn't reachableHasso Tepper
2014-11-12Make UDP tests honor the -w option for setting the socket bufferBruce A. Mah
2014-11-12Document how we use UDP sockets.Bruce A. Mah
2014-10-23Also maintain the min and mean of the RTT.Bruce A. Mah
2014-10-23Merge branch 'master' of github.com:esnet/iperfBruce A. Mah
2014-10-23Retrieve RTT information on platforms supporting it.Bruce A. Mah
2014-10-16Fix an error message.Bruce A. Mah
2014-10-16Regen.Bruce A. Mah
2014-10-16Merge pull request #211 from atcorner/illumosBruce A. Mah
2014-10-16Identify Solaris based OS.Ante Vojvodic
2014-10-13The maximum send length for UDP is the maximum size of a UDP datagram.Bruce A. Mah
2014-10-13Make UDP packet reception work right with non-blocking sockets and enable.Bruce A. Mah
2014-10-13Fix a crash when we try to print ending stats but no tests were run.Bruce A. Mah
2014-10-06Fix build on illumos.Ante Vojvodic
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