summaryrefslogtreecommitdiffstats
path: root/tests/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* [master] trivial cleanup: removed comments that don't make sense any more.JINMEI Tatuya2013-02-231-4/+0
* [2669] Use valgrind-check in fork/thread testsJelte Jansen2013-02-181-11/+12
* [2700] Fix issue where the cmd line switches are printed as ASCII codes.Marcin Siodelski2013-02-123-12/+20
* Merge branch 'master' into trac2571_commit_log_fixShane Kerr2013-01-214-14/+16
|\
| * [master] Merge branch 'trac2320' (DHCPv4 allocation engine)Tomek Mrugalski2013-01-103-14/+11
| |\
| | * [2320] perfdhcp tests updated after Pkt4::setType() changed.Tomek Mrugalski2013-01-103-9/+6
| | * [2320] Allocation Engine for IPv4 implementedTomek Mrugalski2012-12-281-5/+5
| * | [master] Update .gitignore entriesMukund Sivaraman2013-01-041-0/+5
| |/
* / [2571] Change from char to int when we need special character values.Shane Kerr2013-01-141-1/+1
|/
* [master] fix clang static analyzer issueJINMEI Tatuya2012-12-191-6/+4
* [master] perfdhcp test creates template files in a local folder.Marcin Siodelski2012-12-073-9/+8
* [2479] Remove unnecessary assignment.Marcin Siodelski2012-12-041-2/+0
* [2479] Renabled tests that were affected by invalid paths to testdata.Marcin Siodelski2012-12-041-2/+2
* [2479] Use an absolute path to testdata directory.Marcin Siodelski2012-12-042-9/+22
* [2479] Moved perfdhcp/template folder to perfdhcp/tests/testdata.Marcin Siodelski2012-12-048-2/+2
* [master] Temporarily disable two testsJelte Jansen2012-11-261-2/+2
* [master] don't install the *example.hex filesJeremy C. Reed2012-11-141-2/+0
* [2414] Duid types moved to dhcp/duid.hTomek Mrugalski2012-10-301-2/+3
* [2357] clean up a few #endif commentsJelte Jansen2012-10-251-2/+2
* [2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman2012-10-2513-38/+38
* [master] Update .gitignore filesMukund Sivaraman2012-10-091-0/+5
* [master] Merge branch 'trac2187'Marcin Siodelski2012-09-262-2/+30
|\
| * [2187] Changes suggested in code review.Marcin Siodelski2012-09-261-2/+2
| * [2187] Improve doxygen comments.Marcin Siodelski2012-09-261-0/+16
| * [2187] Catch exceptions in perfdhcp if packet reception failed.Marcin Siodelski2012-09-261-2/+14
* | [master] Updated dhcp-perf-guide.xml: replaced ./perfdhcp with perfdhcp.Marcin Siodelski2012-09-261-9/+9
* | [master] Merge branch 'trac1960'Marcin Siodelski2012-09-2613-4116/+1152
|\ \
| * | [1960] The command line 'server' argument is printed.Marcin Siodelski2012-09-251-2/+3
| * | [1960] Compare streampos values instead streampos to int.Marcin Siodelski2012-09-251-2/+2
| * | [1960] Moved static consts out of the TestControl class.Marcin Siodelski2012-09-251-22/+22
| * | [1960] Corrected typos.Marcin Siodelski2012-09-251-2/+2
| * | [1960] Added missing "return" to CommandOptionsTest::process()Stephen Morris2012-09-241-1/+1
| * | [1960] Corrected typos etc. in some commentsStephen Morris2012-09-241-20/+25
| * | [1960] Support spaces in packet template files.Marcin Siodelski2012-09-245-18/+96
| * | [1960] Added comments why testing CommandOptions::isUseFirst().Marcin Siodelski2012-09-211-1/+7
| * | [1960] Fixed some comments in test_control.h.Marcin Siodelski2012-09-211-16/+17
| * | [1960] Add EXPECT_NO_THROW when parsing perfdhcp command line.Marcin Siodelski2012-09-211-28/+28
| * | [1960] Remove unused CLOCK_GETTIME_LDFLAGS and HAVE_GETIFADDRS.Marcin Siodelski2012-09-211-3/+2
| * | [1960] Fixed doxygen documentation.Marcin Siodelski2012-09-212-4/+7
| * | [1960] Implemented changes suggested in code review.Marcin Siodelski2012-09-217-135/+211
| * | [1960] Removed old perfdhcp.Marcin Siodelski2012-09-142-3576/+14
| * | [1960] If help or version printed do not start the test.Marcin Siodelski2012-09-145-62/+43
| * | [1960] Code cleanup.Marcin Siodelski2012-09-133-28/+91
| * | [1960] Print packet timestamps if diagnostics flag 't' specified.Marcin Siodelski2012-09-132-3/+17
| * | [1960] Print packet templates if -T flag specified.Marcin Siodelski2012-09-132-68/+218
| * | [1960] Calculate late received packets.Marcin Siodelski2012-09-133-15/+49
| * | [1960] Differentiate program exit codes.Marcin Siodelski2012-09-135-10/+23
| * | [1960] Added support for wrapped program execution.Marcin Siodelski2012-09-132-0/+51
| * | [1960] Command options code cleanup, fixed lines wraps and comments.Marcin Siodelski2012-09-132-241/+318
* | | [master] Added virtual destructor.Marcin Siodelski2012-09-251-0/+4