aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2009-11-16more valgrind-based cleanup of memory usageBrian Tierney
2009-11-16working on fixing TCP_INFO, in progressBrian Tierney
2009-11-13cleanup of interval_results linked list and stats_callback function. Now usesBrian Tierney
2009-11-13added version.h to svn, and other minor changesBrian Tierney
2009-11-13added AUTHORS fie, and more info to READMEBrian Tierney
2009-11-10added -v (version option)Brian Tierney
2009-11-10fixed bug with -i mode in the serverBrian Tierney
2009-11-10more cleanup and bug fixesBrian Tierney
2009-11-06parallel streams now mostly working. Still some issues with repeated connectionsBrian Tierney
2009-11-06refactoring of state machine now complete! works for single stream TCP only a...Brian Tierney
2009-11-03more work on state cleanup: not yet doneBrian Tierney
2009-11-02state machine cleanup (still in progress)Brian Tierney
2009-11-02lots of code restructuringBrian Tierney
2009-10-27a bit more cleanup, and determined that UDP is more broken than I thought.Brian Tierney
2009-10-24worked on receive_result_from_server, more cleanup and commentsBrian Tierney
2009-10-24more cleanup: separate file for main routineBrian Tierney
2009-10-20now compiles on FreeBSD, and fixed -h optionBrian Tierney
2009-10-19starting adding TCP_INFO stuff. Not yet tested or finishedBrian Tierney
2009-10-19code cleanup: used 'indent' to enforce consistant styleBrian Tierney
2009-06-10Added more APIs for iperf_api.c and changed main.c for comments and logkaustubhprabhu
2009-06-05Split Server function in TCP/UDP related functionskaustubhprabhu
2009-06-03Updated Client side code with Selectkaustubhprabhu
2009-06-02changed the linked list functionskaustubhprabhu
2009-06-02changed the linked list functionskaustubhprabhu
2009-06-02changed code for Select APIkaustubhprabhu
2009-02-24pass settings rather than using a globalJon Dugan
2009-02-24add unit conversion and formatting from old code. remove hungarian gobbledey...Jon Dugan
2009-02-24initial commit of new codeJon Dugan