Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some Perl statements perlcritic was bitching about: Variable | 2016-05-03 | 1 | -2/+2 | |
| | | | | declared in conditional statement. | ||||
* | Align the three variants of Remote.pm. | 2015-06-25 | 1 | -3/+2 | |
| | |||||
* | Make the perl modules consistent for the multiple regression tests. | 2014-08-18 | 1 | -6/+6 | |
| | | | | | This includes coding style, better error messages and variable naming. | ||||
* | Reengineer the socket splicing regression tests: | 2013-01-03 | 1 | -0/+76 | |
- Move the tests from splice to new sosplice directory for consistent naming. - Split the API tests and the TCP splicing tests into separate directories. - Create some tests for the upcoming UDP splicing. - Tests can be run in obj directories now. - The API tests can run both on a local and on a remote machine now. - Fix the forking TCP tests which splice and read or write simultaneously. - Bunch of little fixes for races in the tests. - Deduplicate code, move checks into common functions. |