History log of /iperf/.gitignore (Results 1 – 12 of 12)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 3.11, 3.10.1, 3.10, 3.9, 3.8.1, 3.8
# 7457ef81 28-May-2020 Bruce A. Mah <[email protected]>

Add recently-created t_auth to .gitignore.


Revision tags: 3.7
# beac6881 09-Aug-2018 RollingSlack <[email protected]>

Add libiperf api for getting iperf version (#767)

Also includes a test program.


Revision tags: 3.6, 3.5, 3.4, 3.3, 3.2, 3.2rc1, 3.1.7, 3.1.6, 3.1.5, 3.1.4, 3.0.12, 3.1.3, 3.1.2, 3.1.1, 3.1, 3.1b3, 3.1b2, 3.1b1, 3.0.11, 3.0.10
# 165abd67 23-Oct-2014 Bruce A. Mah <[email protected]>

Add spec file to .gitignore.


Revision tags: 3.0.9, 3.0.8, 3.0.7, 3.0.6, 3.0.5, 3.0.4
# 487ee810 11-Jun-2014 Bruce A. Mah <[email protected]>

Update automake infrastructure for 1.14, to match what we build
against.


# 5069cc13 25-Apr-2014 Bruce A. Mah <[email protected]>

src/version.h is generated now so make git ignore it.


# 40050b7b 14-Apr-2014 Bruce A. Mah <[email protected]>

Fix breakage due to iperf.h depending on the autoconf config.h file but
not including it.

To fix this required us to change config.h to iperf_config.h (to
avoid potential filename collisions with th

Fix breakage due to iperf.h depending on the autoconf config.h file but
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.

show more ...


# 7a80dfb2 08-Apr-2014 Bruce A. Mah <[email protected]>

Minor doc-building fix-ups.

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 nam

Minor doc-building fix-ups.

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.

show more ...


# 95d7c7d5 07-Apr-2014 Bruce A. Mah <[email protected]>

Tweak .gitignore so we don't obsess over a documentation directory.


# 14741dcb 31-Mar-2014 Bruce A. Mah <[email protected]>

First pass at new iperf3 documentation, implemented in reStructuredText.

Building and deploying the documentation requires some infrastructure
that's not part of this tree.


Revision tags: 3.0.3
# 6c035839 20-Mar-2014 Bruce A. Mah <[email protected]>

Update for files in examples/ directory.


Revision tags: 3.0.2
# 3c4ef74e 04-Mar-2014 Bruce A. Mah <[email protected]>

Build libiperf3 as both a shared library and a static library by default.

Use --disable-static or --disable-shared to build only one flavor
of libraries.

Tested on MacOS, FreeBSD, and CentOS 6 Linu

Build libiperf3 as both a shared library and a static library by default.

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

show more ...


# 445a25c0 28-Feb-2014 Bruce A. Mah <[email protected]>

Try to convert .hgignore to .gitignore.