aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_client_api.c
AgeCommit message (Expand)Author
2019-06-05enh: Introduce iperf_set_test_logfile API function (#871)srgnk
2018-12-13Bidirect mode implementation (#780)Boris Okunev
2018-09-28Merge branch 'iperf_time' of https://github.com/accelleran/iperf into accelle...Bruce A. Mah
2018-06-08Fix some indentation (#750)Brendan Jackman
2018-05-17Add initial portable time abstractionBen Fox-Moore
2018-01-03Fix regression that caused client to close control connection prematurely. (#...Bruce A. Mah
2017-11-16Fix some compile-time warnings on macOS (#671)Bruce A. Mah
2017-11-14Add missing saved_errno dance around some close(2) calls. (#669)Todd C. Miller
2017-10-27Issue #659 (#660)Boris Okunev
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-06-12Close ctrl_sck iperf_client_end() (#597)p0intR
2017-05-17Issue 216 (#581)Bruce A. Mah
2017-02-02Prevent two recently added messages from spamming JSON output on UDP tests.Bruce A. Mah
2017-01-10Issue 496 (#498)Bruce A. Mah
2016-10-17Replace iprintf w/ iperf_printf (cygwin conflict) (#468)Nevo Hed
2016-09-22Fix build on FreeBSD.Bruce A. Mah
2016-09-22First try at issue #461.Bruce A. Mah
2015-03-31257 Segfault in the signal handlerManoj Joseph
2015-01-14Make the combination of -B and -P but not --cport workBruce A. Mah
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-15Support --cport and --parallelKevin Constantine
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-15Rename locale.{c,h} to iperf_locale.{c,h} to avoid filename collisionBruce A. Mah
2014-05-02Fix a comment.Bruce A. Mah
2014-04-25Make sockets for non-UDP tests non-blocking (rather than all senderBruce A. Mah
2014-04-23Only set sockets to non-blocking mode on the sending side of theBruce A. Mah
2014-04-16Commit a version of the patch for #125 for testing.Bruce A. Mah
2014-03-14Fix a call to iprintf(), also fix sequencing of some output flushes.Bruce A. Mah
2014-03-14Support --logfile argument to make all output go to a file.Bruce A. Mah
2014-01-30Replace system("uname -a") with call to uname(3).Bruce A. Mah
2014-01-13Add FreeBSD support for -A (set CPU affinity).Bruce A. Mah
2014-01-07Second try at printing statistics when processes are interrupted.Bruce A. Mah
2014-01-03Fix a deadlock leading to a hang in -R mode.Bruce A. Mah
2013-12-19Added -k / --blockcount.Jef Poskanzer
2013-12-04Show UDP stats in interval reports.Jef Poskanzer
2013-11-29Use setitimer() instead of alarm().Jef Poskanzer
2013-11-26Show user/system CPU usage as well as total.Jef Poskanzer
2013-11-25Performance improvement - only put socket fd's into the appropriateJef Poskanzer
2013-11-15Performance improvements.Jef Poskanzer
2013-11-11Moved a bunch more output strings to locale.[hc].Jef Poskanzer
2013-11-08Get rid of some compiler warnings about iprintf.Jef Poskanzer
2013-11-08Added the -T / --title flag.Jef Poskanzer
2013-11-08The ctrl_sck does not need to be in the select write_set, and indeedJef Poskanzer
2013-11-07Added a cast to avoid a compiler warning.Jef Poskanzer
2013-11-07Another potentially protocol-breaking but necessary change.Jef Poskanzer
2013-11-01Run -i interval timers on the server as well as the client.Jef Poskanzer
2013-10-29Move termination signal handing from main into iperf_run_clientJef Poskanzer