0
I Use This!
Inactive

Commits : Listings

Analyzed 22 days ago. based on code collected 23 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactored some code to make it simplier. Also fixed a minor problem with the recv size on the client being misreported.
bramp
as Andrew Brampton
More... over 14 years ago
Added a new quiet option, where the client doesn't send data or even connects. This allows us to use a different client (such as pktgen).
bramp
as Andrew Brampton
More... over 14 years ago
Removed the null_func functions and instead used NULL inside the run_functions.
bramp
as Andrew Brampton
More... over 14 years ago
Added some documentation, and hopefully fixed the reverse mode.
bramp
as Andrew Brampton
More... over 14 years ago
Updated the copyright line, and added a TODO.
bramp
as Andrew Brampton
More... over 14 years ago
Removed debug printf.
bramp
as Andrew Brampton
More... over 14 years ago
Changed addr_to_ipstr to not append the port number if its zero.
bramp
as Andrew Brampton
More... over 14 years ago
In reverse mode the correct server host is now used (hopefully). Also some minor whitespace fixes.
bramp
as Andrew Brampton
More... over 14 years ago
Fixed all the whitespace!
bramp
as Andrew Brampton
More... over 14 years ago
Minor cosmetic changes.
bramp
as Andrew Brampton
More... over 14 years ago
Send the reverse option over the network, AND make sure the version mismatch error displays correctly.
bramp
as Andrew Brampton
More... over 14 years ago
Finished adding the reverse mode.
bramp
as Andrew Brampton
More... over 14 years ago
Some whitespace fixes, and the beginning of the reverse mode.
bramp
as Andrew Brampton
More... over 14 years ago
Removed a debug line.
bramp
as Andrew Brampton
More... over 14 years ago
Added some casts to ensure 64bit arithmetic is done correctly on 32bit machines.
bramp
as Andrew Brampton
More... over 14 years ago
Fixed 32-64bit multiplcation bug in get_microseconds, and changed some assertions in pause_for_duration.
bramp
as Andrew Brampton
More... over 14 years ago
Check for a error from gettimeofday.
bramp
as Andrew Brampton
More... over 14 years ago
Fixed a sign error.
bramp
as Andrew Brampton
More... over 14 years ago
Changed the pause_for_duration to print out how long it is pausing, to use unsigned arithmetics, and to only usleep for as long as needed, not a constant 0.1seconds.
bramp
as Andrew Brampton
More... over 14 years ago
Print out the socket number in some of the errors.
bramp
as Andrew Brampton
More... over 14 years ago
Fixed a complication warning, and made the code more IPv6 safe.
bramp
as Andrew Brampton
More... over 14 years ago
Increase the IPC timeout.
bramp
as Andrew Brampton
More... over 14 years ago
Fixed typos.
bramp
as Andrew Brampton
More... over 14 years ago
Changed the error printing to be a little bit more consistant.
bramp
as Andrew Brampton
More... over 14 years ago
Fixed a 32/64 bit compile error with memset.
bramp
as Andrew Brampton
More... over 14 years ago
Removed a unneeded variable, and fixed a grammar error.
bramp
as Andrew Brampton
More... over 14 years ago
Minor change to stop Deamon mode printing out a empty new line after every test.
bramp
as Andrew Brampton
More... over 14 years ago
Fixed whitespace problems Un-inline some functions (I'm not sure why I did this?!) Added some extra tests, and added a couple of TODOs
bramp
as Andrew Brampton
More... over 14 years ago
Changed the parsing of iterations to allow a single normal to represent both min and max.
bramp
as Andrew Brampton
More... over 14 years ago
Fixed some win32 compile issues
bramp
as Andrew Brampton
More... over 15 years ago