aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-07-10Upgrade iperf3 to 3.8android-r-beta-3android-r-beta-2Haibo Huang
Change-Id: Ie2c6b685ea0ed261585080a6cdaed0ef2d80d498
2020-05-28Add recently-created t_auth to .gitignore.Bruce A. Mah
2019-04-01Add Android.bp for iperf3android-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5Haibo Huang
Bug: http://b/123261826 Test: build Change-Id: Iccc3cd1f1475e33956d92a497d9c4306d53c3983
2018-08-09Add libiperf api for getting iperf version (#767)RollingSlack
Also includes a test program.
2014-10-23Add spec file to .gitignore.Bruce A. Mah
2014-06-11Update automake infrastructure for 1.14, to match what we buildBruce A. Mah
against.
2014-04-25src/version.h is generated now so make git ignore it.Bruce A. Mah
2014-04-14Fix breakage due to iperf.h depending on the autoconf config.h file butBruce A. Mah
not including it. To fix this required us to change config.h to iperf_config.h (to avoid potential filename collisions with this generic name). Then iperf.h could include this. Adjust the existing header file inclusions to track this, and also canonicalize their inclusion to be at the top of *.c files.
2014-04-08Minor doc-building fix-ups.Bruce A. Mah
Put the sphinx-generated docs/Makefile under revision control like it should have been from the start (requires some changes and fixes to .gitignore). Change project name from iperf to iperf3 in a few generated places in the documentation pages, most notably the page headers.
2014-04-07Tweak .gitignore so we don't obsess over a documentation directory.Bruce A. Mah
2014-03-31First pass at new iperf3 documentation, implemented in reStructuredText.Bruce A. Mah
Building and deploying the documentation requires some infrastructure that's not part of this tree.
2014-03-20Update for files in examples/ directory.Bruce A. Mah
2014-03-04Build libiperf3 as both a shared library and a static library by default.Bruce A. Mah
Use --disable-static or --disable-shared to build only one flavor of libraries. Tested on MacOS, FreeBSD, and CentOS 6 Linux. Resolves #146. Originally submitted by: @i2aaron
2014-02-27Try to convert .hgignore to .gitignore.Bruce A. Mah