Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-09 | Refactor the Makefile to avoid recursive Make. | Adin Scannell | |
Recursive make is difficult to follow and debug. Drop this by using internal functions, which, while difficult, are easier than trying to following recursive invokations. Further simplify the Makefile by collapsing the image bits and removing the tools/vm directory, which is effectively unused. Fixes #4952 PiperOrigin-RevId: 346569133 | |||
2020-08-06 | Add bzl_library rules for .bzl files without one. | Adin Scannell | |
PiperOrigin-RevId: 325280924 | |||
2020-04-19 | Convert tcp_user_timeout test from packetdrill to packetimpact. | Eyal Soha | |
PiperOrigin-RevId: 307328289 | |||
2020-03-06 | Move packetdrill tests to open-source | Eyal Soha | |
PiperOrigin-RevId: 299396286 | |||
2020-02-03 | Add packetdrill tests that use docker. | Eyal Soha | |
PiperOrigin-RevId: 292973224 |