aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_util.c
AgeCommit message (Expand)Author
2020-06-12chore: Change applicable function arguments from 'char *' to 'const char *' (...David Bar-On
2020-06-12Fix warning: "HAVE_SCTP" redefined (#1010)Stefano Garzarella
2018-12-13Fix cpu usage calculation regression in cpu_util() (#822)Tommi Rantala
2018-05-17Add initial portable time abstractionBen Fox-Moore
2018-04-20Add --repeating-payload option to the client side (#726)Phil Levchenko
2018-01-03Include signal.h + time.h. (#680)Suresh Sundriyal
2017-11-11Remove a few unnecessary headers and unused functions. (#667)Todd C. Miller
2017-11-11Implement daemon(3) for systems that don't have it.Bruce A. Mah
2017-11-08Provide a getline(3) implementation for systems without it. (#663)Bruce A. Mah
2017-05-21Return random ascii-string in make_cookie. (#582)Sami Farin
2017-04-20Fix some help text. Add authentication as a feature in --version.Bruce A. Mah
2016-06-03Fix a buffer overflow / heap corruption issue that could occur if aBruce A. Mah
2016-05-26Squashed commit of the following:Bruce A. Mah
2016-05-26Safe programming practice. Added va_end. (#425)g-coder
2014-09-29Update license and copyright text to conform to LBNL standards.Bruce A. Mah
2014-04-25Fix a problem where CPU time was computed wrong.Bruce A. Mah
2014-04-14Better sendfile / zerocopy detection.Bruce A. Mah
2014-04-14Fix breakage due to iperf.h depending on the autoconf config.h file butBruce A. Mah
2014-01-30Replace system("uname -a") with call to uname(3).Bruce A. Mah
2013-12-05Fixed bug where -R mode selected on a closed file.Jef Poskanzer
2013-11-26Show user/system CPU usage as well as total.Jef Poskanzer
2013-11-06More sizeof changes.Jef Poskanzer
2013-03-08Move the JSON initialization/finalization insode the API.Jef Poskanzer
2013-02-07(Mostly) switched error reporting to a single routine that handles JSON mode.Jef Poskanzer
2012-12-11Switched to using a new timer package, adapted from thttpd and http_load.Jef Poskanzer
2012-12-05Move non-timer routines from timer.[hc] to iperf_util.[hc]Jef Poskanzer
2012-11-13A few portability changes, now builds on OSX without warnings.jef
2012-09-28Some changes to the iperf3 API to work with bwctl, mostly having tojef
2012-08-10Got rid of libuuid stuff, for portability.jef
2011-04-20update license info for all source filesJon Dugan
2010-07-22Added support for adding new protocols. Slightly modified iperf_error()sethdelliott
2010-07-09rename uuid.[ch] to iperf_util.[ch] to avoid confusion on some platformsJon Dugan