| 2b8ad3e4 | 24-May-2022 |
Dimitri Papadopoulos <[email protected]> |
Fix typos found by codespell
Signed-off-by: Dimitri Papadopoulos <[email protected]> |
| e26b0711 | 02-Feb-2022 |
Bruce A. Mah <[email protected]> |
Update manual page for iperf-3.11. |
| 4c20d0d6 | 02-Feb-2022 |
Bruce A. Mah <[email protected]> |
Add SHA256 for iperf-3.11 to project news page. |
| 76bd67f6 | 28-Jan-2022 |
Sarah Larsen <[email protected]> |
iperf-3.11 release engineering tasks.
Bump version number, update release notes, rename release notes and tweak markup. Update copyright year. |
| e919e8c2 | 03-Sep-2021 |
a1346054 <[email protected]> |
trim excess whitespace |
| 50d6cce6 | 03-Sep-2021 |
a1346054 <[email protected]> |
fix spelling |
| 3b31c4b6 | 02-Jun-2021 |
Bruce A. Mah <[email protected]> |
docs: Update for iperf-3.10.1. |
| d4f8999e | 01-Jun-2021 |
Bruce A. Mah <[email protected]> |
docs: Update for iperf-3.10 manpage. |
| aadd6a6a | 01-Jun-2021 |
Bruce A. Mah <[email protected]> |
docs: Update for iperf-3.10. |
| d1cfda53 | 15-Jan-2021 |
Bruce A. Mah <[email protected]> |
chore: Copyright date bumps for 2021. |
| bd143779 | 12-Nov-2020 |
ralcini <[email protected]> |
Configurable value for time drift between client/server for authentication request issue1065 (#1070)
* Issue 1065
* feat: Allow to configure a custom value for time drift between client/server fo
Configurable value for time drift between client/server for authentication request issue1065 (#1070)
* Issue 1065
* feat: Allow to configure a custom value for time drift between client/server for authentication
The use case is to support scenarios where it's not possible to enforce sync between client and server times.
* enh: drift redefined with skew
Co-authored-by: Francesco Marino <[email protected]>
show more ...
|
| 3fa1764e | 17-Aug-2020 |
Bruce A. Mah <[email protected]> |
Update for iperf-3.9. |
| eeaecf35 | 30-Jul-2020 |
Bruce A. Mah <[email protected]> |
docs: Add some text about the use of --without-sctp on static builds. |
| 428d767d | 30-Jul-2020 |
Bruce A. Mah <[email protected]> |
docs: Add an FAQ entry for troubleshooting issues with TSO enabled.
Contributed by @davidBar-On.
Fixes #1029. |
| de289c95 | 30-Jul-2020 |
Bruce A. Mah <[email protected]> |
docs: Update FAQ item on profiled executables to match reality. (Specifically as on iperf-3.8 these aren't built by default anymore.) |
| 8c8ef21f | 10-Jun-2020 |
Bruce A. Mah <[email protected]> |
doc: Update project news for iperf-3.8.1. |
| 37aba794 | 08-Jun-2020 |
Bruce A. Mah <[email protected]> |
Update for iperf 3.8. |
| f95924dd | 08-Jun-2020 |
Bruce A. Mah <[email protected]> |
chore: iperf-3.8 release engineering changes (#1012)
Updates version numbers, release notes, etc. |
| 6f5512e6 | 21-Feb-2020 |
Bruce A. Mah <[email protected]> |
docs: Follow-up to #959, more copyright year bumps. |
| dd0e3093 | 24-Jun-2019 |
Bruce A. Mah <[email protected]> |
docs: Fix date in 3.7 release item.
Fixes #892. |
| 2a7847a0 | 21-Jun-2019 |
Bruce A. Mah <[email protected]> |
docs: Bump version number in documentation. |
| 6e6f0daf | 21-Jun-2019 |
Bruce A. Mah <[email protected]> |
doc: News update for iperf-3.7. |
| 0891322a | 24-May-2019 |
Bruce A. Mah <[email protected]> |
chore: Slightly belatedly update copyright dates. |
| 40e7c054 | 01-Feb-2019 |
Matt Pelland <[email protected]> |
implement providing password via environment variable (#815) |
| 0778f04c | 13-Dec-2018 |
Boris Okunev <[email protected]> |
Bidirect mode implementation (#780)
Adds the `--bidir` flag to support simultaneous two-way tests.
Submitted by @LikHait. Fixes #201. |