1. 0c4d599 clarified a couple options by Brian Tierney · 7 years ago
  2. 9d7d60a Issue 216 (#581) by Bruce A. Mah · 7 years ago
  3. f1415a0 Add a couple of recently-closed issues to release notes. by Bruce A. Mah · 7 years ago
  4. 52375c1 Grab TCP PMTU during tests (on Linux only). Towards #569. (#578) by Bruce A. Mah · 7 years ago
  5. d54d49c Don't free memory in uninitialized structures by Bruce A. Mah · 7 years ago
  6. ec04a41 Update release notes for recent progress. by Bruce A. Mah · 7 years ago
  7. 35ec9e5 Bunch of reporting fixes found while investigating bug #236. (#575) by Bruce A. Mah · 7 years ago
  8. 8f0d9c4 Print the cJSON version in our version info. by Bruce A. Mah · 7 years ago
  9. c717128 Fix NaN in summaries with a client talking to an iperf 3.1/3.0 server. by Bruce A. Mah · 7 years ago
  10. cab5dba Import cjson 1.5.2 (#573) by Bruce A. Mah · 7 years ago
  11. e255a12 Fix problems in human-readable UDP output by Bruce A. Mah · 7 years ago
  12. 37d913d Improve error handling and documentation for -f/--format. (#568) by Bruce A. Mah · 7 years ago
  13. 6765354 Improve / fix comments regarding UDP jitter calculation. by Bruce A. Mah · 7 years ago
  14. 103d431 Fix a heap corruption issue leading to a server-side crash. (#564) by Bruce A. Mah · 7 years ago
  15. 5abc5f2 IRIX 6.5 compatibility, via a patch from @canavan in #368. by Bruce A. Mah · 7 years ago
  16. cba8584 Pacing timer (#563) by Bruce A. Mah · 7 years ago
  17. 8ab637a Merge branch 'issue-560' by Bruce A. Mah · 7 years ago
  18. 7d15131 Fold in the 3.1.X release notes and begin draft 3.2 release notes. by Bruce A. Mah · 7 years ago
  19. e73821c Normalize socket buffer debugging output, put socket buffer sizes in JSON. by Bruce A. Mah · 7 years ago
  20. 246c1bc Remove some dead code. by Bruce A. Mah · 7 years ago
  21. 10e2cc2 Fix various problems with summary statistics (#562) by Bruce A. Mah · 7 years ago
  22. 3f6325c Silence a warning over an uninitialized variable. by Bruce A. Mah · 7 years ago
  23. d25e1b7 Try to report more accurate ending statistics. by Bruce A. Mah · 7 years ago
  24. c8531ca Fix possible integer overflow in tera prefix conversions. by Bruce A. Mah · 7 years ago
  25. 3c6e26a Add recent iperf3 update email as a news item. by Bruce A. Mah · 7 years ago
  26. faf335b Fix broken image links in ESnet sphinx theme. by Bruce A. Mah · 7 years ago
  27. f9f6e56 Add an email update sent out last week for reference in gh-pages. by Bruce A. Mah · 7 years ago
  28. 3021aef Untangle some problems with printing summary statistics. by Bruce A. Mah · 7 years ago
  29. 65ed04d Fix bug introduced in 03224c9 where we fail on default UDP blocksize. by Bruce A. Mah · 7 years ago
  30. 7f996b5 Print TOS byte value. by Bruce A. Mah · 7 years ago
  31. 9c033cb Do sanity checks on -w argument as floating point to avoid integer by Bruce A. Mah · 7 years ago
  32. d1c64c8 fix invalid sizeof on pointer instead of type (#556) by Gabriel Ganne · 7 years ago
  33. b9478db Fix a problem when getting snd_cwnd on FreeBSD. by Bruce A. Mah · 7 years ago
  34. 13ff67e Tweaks to the GitHub templates, per discussion with @bltierney. by Bruce A. Mah · 7 years ago
  35. b1bc12a Minor markup fixes we didn't discover until pushing, sigh. by Bruce A. Mah · 7 years ago
  36. c8b6fb5 Merge branch 'issue-templates' by Bruce A. Mah · 7 years ago
  37. 130ca22 Try to finish off a first draft of CONTRIBUTING.md. by Bruce A. Mah · 7 years ago
  38. 89e97f0 Manpage fixups. Follow-up to #517. by Bruce A. Mah · 7 years ago
  39. 92a2498 Merge branch 'dmdailey-master'. by Bruce A. Mah · 7 years ago
  40. 4dfe721 Merge branch 'master' of git://github.com/dmdailey/iperf into dmdailey-master by Bruce A. Mah · 7 years ago
  41. 5ab2132 warning fixes (#551) by Gabriel Ganne · 7 years ago
  42. 5e52a84 Regen. by Bruce A. Mah · 7 years ago
  43. a026b29 Move an autoconfig file into config/, get rid of a no-longer-used file. by Bruce A. Mah · 7 years ago
  44. 02d411c Fix some help text. Add authentication as a feature in --version. by Bruce A. Mah · 7 years ago
  45. ac2604d fix missing source files in src/Makefile.am (#554) by asavah · 7 years ago
  46. a51045d Service Authentication (#517) by ralcini · 7 years ago
  47. aee0b74 Commit WIP of GitHub issue templates. by Bruce A. Mah · 7 years ago
  48. 05600c2 Minor follow-ups to #508. by Bruce A. Mah · 7 years ago
  49. a68712c Regen, follow up to #508. by Bruce A. Mah · 7 years ago
  50. 97c95c3 add support for specifying --dscp symbolically and numerically (#508) by Dave Täht · 7 years ago
  51. e9e2d6d Add support for tera- prefix [Tt] in input and output. by Bruce A. Mah · 7 years ago
  52. d51501e Make explicitly requested usage output (--help) go to stdout. by Bruce A. Mah · 7 years ago
  53. b07ed14 Be more explicit about the direction of data during tests. by Bruce A. Mah · 7 years ago
  54. 08758a1 More gracefully handle the case where a congestion control by Bruce A. Mah · 7 years ago
  55. 6f414a0 Ignore SIGPIPE signals to simplify error handling. by Bruce A. Mah · 7 years ago
  56. 03224c9 Prevent specifying a UDP send size that's too small. by Bruce A. Mah · 7 years ago
  57. f66b42d more updates to FAQ by Brian Tierney · 7 years ago
  58. e739c77 removed UDP issue, as this was fixed in 3.1.5 by Brian Tierney · 7 years ago
  59. 75ba6f1 updating answers for couple questions based on recent test results by Brian Tierney · 7 years ago
  60. 03ba9b0 First cut at an FAQ for iperf3. by Bruce A. Mah · 7 years ago
  61. 5d14d10 add tcp rttvar to stream info (#534) by Tran Viet Hoang · 7 years ago
  62. 8066a1d Fix divide-by-zero / weird output with -F and a zero-length file. by Bruce A. Mah · 7 years ago
  63. a8ee9c6 Fix header includes and build failures on musl (#518) by f1rebird · 7 years ago
  64. b3828fe Change "iperf" to "iperf3" in usage strings. Fixes #529. by Bruce A. Mah · 7 years ago
  65. 59a11c6 Add missing word. Fixes #527. by Bruce A. Mah · 7 years ago
  66. 9f28b24 Remove unused hstrerror(), bad nanosleep() message in configure.ac (#503) (#523) by ShaunCurrier · 7 years ago
  67. bc98254 Update for iperf-3.1.7. by Bruce A. Mah · 7 years ago
  68. 0dafb3b Replace "known issues" section with a pointer to Web content. by Bruce A. Mah · 7 years ago
  69. b320202 Update known issues section of documentation. by Bruce A. Mah · 7 years ago
  70. 87ac365 Revise package description in RPM spec file. by Bruce A. Mah · 7 years ago
  71. 6e2ba49 Updates for iperf 3.1.6. by Bruce A. Mah · 7 years ago
  72. f46e2e3 Prevent two recently added messages from spamming JSON output on UDP tests. by Bruce A. Mah · 7 years ago
  73. 7c79294 Fix a bug where specifying --title leaked into server JSON in future runs. by Bruce A. Mah · 7 years ago
  74. de3e9d4 Revert "Fail gracefully if --fq-rate or --no-fq-socket-pacing are specified on" by Bruce A. Mah · 7 years ago
  75. 7c6a8e0 Fix iperf server to make it work on fuchsia by Ankur Mittal · 7 years ago
  76. 629f458 Rename iperf binary to iperf3 by Ankur Mittal · 7 years ago
  77. 2190af7 Make iperf build and run on fuchsia and ubuntu by Ankur Mittal · 7 years ago
  78. c5147b6 Update on-line manpage to reflect iperf 3.1.5. by Bruce A. Mah · 7 years ago
  79. 21e756d Unbreak building of the iperf3 Web site. by Bruce A. Mah · 7 years ago
  80. 82d4268 Update for iperf-3.1.5 and 2017. by Bruce A. Mah · 7 years ago
  81. 1ff12f4 Add 1KB to default UDP socket buffer sizes under certain circumstances. by Bruce A. Mah · 7 years ago
  82. 69ba4e5 Happy 2017. by Bruce A. Mah · 7 years ago
  83. 0fd60a3 Issue 496 (#498) by Bruce A. Mah · 7 years ago
  84. 9c83a70 Fail gracefully if --fq-rate or --no-fq-socket-pacing are specified on by Bruce A. Mah · 7 years ago
  85. 01fb3e6 Regen. by Bruce A. Mah · 7 years ago
  86. 29183ec iperf's master branch isn't 3.1, so don't generate that version string. by Bruce A. Mah · 7 years ago
  87. a094d9f Separate out application-level and fair-queueing-based pacing (#488) by Bruce A. Mah · 7 years ago
  88. 7d2d5c4 Revert "Fix a bug in FQ pacing, where application pacing wasn't completely disabled." by Bruce A. Mah · 7 years ago
  89. 5307eae Revert "Reduce the default UDP send size to 1452 to avoid IP fragmentation" by Bruce A. Mah · 7 years ago
  90. f1e62c8 Reduce the default UDP send size to 1452 to avoid IP fragmentation by Bruce A. Mah · 7 years ago
  91. 1fa4130 Fix a bug in FQ pacing, where application pacing wasn't completely disabled. by Bruce A. Mah · 7 years ago
  92. 55598a0 Fix socket buffer size checks. Clearly this wasn't tested well. by Bruce A. Mah · 7 years ago
  93. a621cc2 Improve debug output for application and fair-queue-based pacing. by Bruce A. Mah · 7 years ago
  94. d2202ee After setting socket buffer sizes, verify they were set correctly. by Bruce A. Mah · 7 years ago
  95. c4a56a3 Improvements to systemd service file as per #430. Submitted by @rpodgorny. by Bruce A. Mah · 7 years ago
  96. b56d154 Add systemd service file (#340) by Sascha Spreitzer · 7 years ago
  97. 902b195 D'oh. Fix bad formatting in dev.rst. by Bruce A. Mah · 7 years ago
  98. 71d02d5 Update supported development platforms. by Bruce A. Mah · 7 years ago
  99. c2b34b4 Add notes on generating new manpage rendering for online docs. by Bruce A. Mah · 7 years ago
  100. f0f3e52 Update manpage in online docs to reflect 3.1-STABLE sometime after 3.1.4. by Bruce A. Mah · 7 years ago