summaryrefslogtreecommitdiffstats
path: root/tests/execonlyonce.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-291-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog configure.ac doc/manual.html runtime/debug.c runtime/stream.c tests/Makefile.am tests/diskqueue.sh tests/nettester.c tools/omfile.c
| * testbench: new calling interface for tcpfloodRainer Gerhards2010-03-101-2/+2
| | | | | | | | | | this is a perquisite to support more flexible testing modes, which could not intelligently be implemented with the old interface
* | some light performance enhancementRainer Gerhards2009-11-121-0/+1
|/ | | | | ...by replacing time() call with much faster (at least under linux) gettimeofday() calls.
* bugfix: $ActionExecOnlyOnceEveryInterval did not work.Rainer Gerhards2009-11-121-0/+28
This was a regression from the time() optimizations done in v4. Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=143 Thanks to Klaus Tachtler for reporting this bug.