aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-12Grab TCP PMTU during tests (on Linux only). Towards #569. (#578)Bruce A. Mah
2017-05-12Don't free memory in uninitialized structuresBruce A. Mah
2017-05-11Bunch of reporting fixes found while investigating bug #236. (#575)Bruce A. Mah
2017-05-11Print the cJSON version in our version info.Bruce A. Mah
2017-05-11Fix NaN in summaries with a client talking to an iperf 3.1/3.0 server.Bruce A. Mah
2017-05-11Import cjson 1.5.2 (#573)Bruce A. Mah
2017-05-09Fix problems in human-readable UDP outputBruce A. Mah
2017-05-08Improve error handling and documentation for -f/--format. (#568)Bruce A. Mah
2017-05-05Improve / fix comments regarding UDP jitter calculation.Bruce A. Mah
2017-05-04Fix a heap corruption issue leading to a server-side crash. (#564)Bruce A. Mah
2017-05-04IRIX 6.5 compatibility, via a patch from @canavan in #368.Bruce A. Mah
2017-05-03Pacing timer (#563)Bruce A. Mah
2017-05-03Normalize socket buffer debugging output, put socket buffer sizes in JSON.Bruce A. Mah
2017-05-03Remove some dead code.Bruce A. Mah
2017-05-03Fix various problems with summary statistics (#562)Bruce A. Mah
2017-05-02Fix possible integer overflow in tera prefix conversions.Bruce A. Mah
2017-05-01Fix bug introduced in 03224c9 where we fail on default UDP blocksize.Bruce A. Mah
2017-04-27Print TOS byte value.Bruce A. Mah
2017-04-27Do sanity checks on -w argument as floating point to avoid integerBruce A. Mah
2017-04-26fix invalid sizeof on pointer instead of type (#556)Gabriel Ganne
2017-04-22Fix a problem when getting snd_cwnd on FreeBSD.Bruce A. Mah
2017-04-20Manpage fixups. Follow-up to #517.Bruce A. Mah
2017-04-20Merge branch 'master' of git://github.com/dmdailey/iperf into dmdailey-masterBruce A. Mah
2017-04-20warning fixes (#551)Gabriel Ganne
2017-04-20Regen.Bruce A. Mah
2017-04-20Fix some help text. Add authentication as a feature in --version.Bruce A. Mah
2017-04-20fix missing source files in src/Makefile.am (#554)asavah
2017-04-20Service Authentication (#517)ralcini
2017-04-14Minor follow-ups to #508.Bruce A. Mah
2017-04-14Regen, follow up to #508.Bruce A. Mah
2017-04-14add support for specifying --dscp symbolically and numerically (#508)Dave Täht
2017-04-14Add support for tera- prefix [Tt] in input and output.Bruce A. Mah
2017-04-14Make explicitly requested usage output (--help) go to stdout.Bruce A. Mah
2017-04-14Be more explicit about the direction of data during tests.Bruce A. Mah
2017-04-11More gracefully handle the case where a congestion controlBruce A. Mah
2017-04-11Ignore SIGPIPE signals to simplify error handling.Bruce A. Mah
2017-04-11Prevent specifying a UDP send size that's too small.Bruce A. Mah
2017-03-30add tcp rttvar to stream info (#534)Tran Viet Hoang
2017-03-30Fix divide-by-zero / weird output with -F and a zero-length file.Bruce A. Mah
2017-03-22Fix header includes and build failures on musl (#518)f1rebird
2017-03-17Change "iperf" to "iperf3" in usage strings. Fixes #529.Bruce A. Mah
2017-03-13Remove unused hstrerror(), bad nanosleep() message in configure.ac (#503) (#523)ShaunCurrier
2017-02-02Prevent two recently added messages from spamming JSON output on UDP tests.Bruce A. Mah
2017-01-25Fix a bug where specifying --title leaked into server JSON in future runs.Bruce A. Mah
2017-01-25Revert "Fail gracefully if --fq-rate or --no-fq-socket-pacing are specified on"Bruce A. Mah
2017-01-11Add 1KB to default UDP socket buffer sizes under certain circumstances.Bruce A. Mah
2017-01-10Issue 496 (#498)Bruce A. Mah
2016-12-14Fail gracefully if --fq-rate or --no-fq-socket-pacing are specified onBruce A. Mah
2016-12-12Separate out application-level and fair-queueing-based pacing (#488)Bruce A. Mah
2016-12-08Revert "Fix a bug in FQ pacing, where application pacing wasn't completely di...Bruce A. Mah