aboutsummaryrefslogtreecommitdiffstats
path: root/executor/test_executor.cc
Commit message (Collapse)AuthorAgeFilesLines
* all: initial support for fuchsiaDmitry Vyukov2017-09-201-411/+0
| | | | | | Nothing works, but builds. Update #191
* executor: handle EACCES errno when opening /dev/kvm in testDmitry Vyukov2017-06-141-1/+1
|
* executor: fix compiler warnings in testDmitry Vyukov2017-06-141-21/+24
|
* executor: fix csum testDmitry Vyukov2017-06-141-1/+1
|
* prog, executor: move checksum computation to executorAndrey Konovalov2017-05-121-0/+168
| | | | | This commit moves checksum computation to executor. This will allow to embed dynamically generated values (like TCP sequence numbers) into packets.
* executor: rename test_kvm.cc to test_executor.ccAndrey Konovalov2017-05-101-0/+240