aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_api.c
AgeCommit message (Expand)Author
2014-01-13Clean up some memory leaks in iperf_new_stream error handling.Bruce A. Mah
2014-01-07Second try at printing statistics when processes are interrupted.Bruce A. Mah
2014-01-06If the client gets interrupted / signaled, dump JSON output.Bruce A. Mah
2014-01-03Fix memory leaks in iperf_reset_test().Bruce A. Mah
2014-01-02Fix another minor memory leak.Bruce A. Mah
2014-01-02Fix minor memory leak.Bruce A. Mah
2013-12-19For now, suppress printing congestion window stats in the output.Bruce A. Mah
2013-12-19Follow-on to 4cfce137e89c based on some feedback and experience.Bruce A. Mah
2013-12-19Fix minor output glitch where we printed "receiver" when we meant "sender".Bruce A. Mah
2013-12-19Fix a logic bug in JSON output where default MSS was output as 0.Bruce A. Mah
2013-12-19Added -k / --blockcount.Jef Poskanzer
2013-12-18Branch merge.Jef Poskanzer
2013-12-18Keep track of SACKs and snd_cwnd from tcp_info (Linux only for now).Bruce A. Mah
2013-12-17Added burst mode.Jef Poskanzer
2013-12-13Added -C / --linux-congestion.Jef Poskanzer
2013-12-12Re-order one line to clarify code.Jef Poskanzer
2013-12-12Support setting the IPv6 flow label on Linux systems (only).Bruce A. Mah
2013-12-12Added a check for malloc fail.Jef Poskanzer
2013-12-05Fixed initialization issue.Jef Poskanzer
2013-12-04Show UDP stats in interval reports.Jef Poskanzer
2013-12-02Pushing out merge of inadvertent branch.Jef Poskanzer
2013-11-26Support daemonizing with -D flag.Bruce A. Mah
2013-11-26Show user/system CPU usage as well as total.Jef Poskanzer
2013-11-25When receiving a disk file with the -F flag, do an fsync() after each write().Jef Poskanzer
2013-11-15Performance improvements.Jef Poskanzer
2013-11-12Simplified output formatting.Jef Poskanzer
2013-11-11Couple of improvements to the report format.Jef Poskanzer
2013-11-11Get rid of compiler warning.Jef Poskanzer
2013-11-11Redid the CPU Utilization report so it shows sender/receiver asJef Poskanzer
2013-11-11Moved a bunch more output strings to locale.[hc].Jef Poskanzer
2013-11-08Get rid of some compiler warnings about iprintf.Jef Poskanzer
2013-11-08Added the -T / --title flag.Jef Poskanzer
2013-11-08Changed default for -i from 0 to 1.Jef Poskanzer
2013-11-07Added a cast to avoid a compiler warning.Jef Poskanzer
2013-11-07Another potentially protocol-breaking but necessary change.Jef Poskanzer
2013-11-06State is signed char.Jef Poskanzer
2013-11-05The JSON length field should be explicitly 32 bits, not just "int",Jef Poskanzer
2013-11-01Run -i interval timers on the server as well as the client.Jef Poskanzer
2013-10-29Move termination signal handing from main into iperf_run_clientJef Poskanzer
2013-10-28Fix retransmit accounting so it works right with the --omit flag.Jef Poskanzer
2013-10-25Implement -A flag to set CPU affinity.Jef Poskanzer
2013-10-24Re-do of how --omit works.Jef Poskanzer
2013-10-22Always send omit client->server, otherwise omit==0 doesn't work.Jef Poskanzer
2013-10-21Added a summary line to the final report for the -F option.Jef Poskanzer
2013-10-19Added the -F / --file flag, to use a specified file insteadJef Poskanzer
2013-09-14Added a timestamp in verbose and JSON output.Jef Poskanzer
2013-09-14Got rid of the -d/--debug flag, it was not being used for anything.Jef Poskanzer
2013-08-29Fix bug in reverse mode.Jef Poskanzer
2013-08-16test->state needs to be explicitly signed char to accomodate a coupleJef Poskanzer
2013-08-10Fix for issue 79, bad results when using the API.Jef Poskanzer