Age | Commit message (Expand) | Author |
2018-08-28 | Consolidate image tests into a single file | Fabricio Voznika |
2018-08-27 | Add command-line parameter to trigger panic on signal | Fabricio Voznika |
2018-08-27 | runsc: Fix readonly filesystem causing failure to create containers. | Kevin Krakauer |
2018-08-27 | fs: Fix remote-revalidate cache policy. | Nicolas Lacasse |
2018-08-27 | runsc: fsgofer should return a unique QID.Path for each file. | Nicolas Lacasse |
2018-08-27 | Add runsc-race target. | Adin Scannell |
2018-08-27 | Put fsgofer inside chroot | Fabricio Voznika |
2018-08-24 | runsc: Terminal support for "docker exec -ti". | Nicolas Lacasse |
2018-08-24 | runsc: Allow runsc to properly search the PATH for executable name. | Kevin Krakauer |
2018-08-24 | Add option to panic gofer if writes are attempted over RO mounts | Fabricio Voznika |
2018-08-23 | Clean up syscall filters | Fabricio Voznika |
2018-08-22 | runsc: De-flakes container_test TestMultiContainerSanity. | Kevin Krakauer |
2018-08-21 | Fix TestUnixDomainSockets failure when path is too large | Fabricio Voznika |
2018-08-21 | Temporarily skip multi-container tests in container_test until deflaked. | Kevin Krakauer |
2018-08-21 | nonExclusiveFS is causing timeout with --race | Fabricio Voznika |
2018-08-21 | Move container_test to the container package | Fabricio Voznika |
2018-08-21 | Initial change for multi-gofer support | Fabricio Voznika |
2018-08-20 | Standardize mounts in tests | Fabricio Voznika |
2018-08-17 | Add nonExclusiveFS dimension to more tests | Fabricio Voznika |
2018-08-16 | Combine functions to search for file under one common function | Fabricio Voznika |
2018-08-15 | runsc fsgofer: Support dynamic serving of filesystems. | Kevin Krakauer |
2018-08-15 | runsc: Fix instances of file access "proxy". | Nicolas Lacasse |
2018-08-14 | runsc: Change cache policy for root fs and volume mounts. | Nicolas Lacasse |
2018-08-10 | Move checkpoint/restore readme to g3doc directory. | Nicolas Lacasse |
2018-08-10 | README for Checkpoint/Restore. | Brielle Broder |
2018-08-10 | Enable checkpoint/restore in cases of UDS use. | Brielle Broder |
2018-08-09 | Fix runsc integration_test when using --network=host | Fabricio Voznika |
2018-08-08 | Basic support for ip link/addr and ifconfig | Fabricio Voznika |
2018-08-08 | Resend packets back to netstack if destined to itself | Fabricio Voznika |
2018-08-08 | Enable SACK in runsc | Fabricio Voznika |
2018-08-07 | Fix build break in test | Fabricio Voznika |
2018-08-06 | Disable KVM dimension because it's making the test flaky | Fabricio Voznika |
2018-08-06 | Tiny reordering to network code | Fabricio Voznika |
2018-08-02 | Isolate image pulling time from container startup | Fabricio Voznika |
2018-08-01 | Move stack clock to options struct | Ian Gudger |
2018-07-31 | Use backoff package for retry logic | Fabricio Voznika |
2018-07-31 | Drop dup2 filter | Michael Pratt |
2018-07-30 | Cleans up files created if there is a failure. | Brielle Broder |
2018-07-27 | Make runsc visibility public. | Adin Scannell |
2018-07-27 | Replace sleeps with waits in tests - part II | Fabricio Voznika |
2018-07-25 | Replace sleeps with waits in tests - part I | Fabricio Voznika |
2018-07-25 | runsc: Fix "exec" command when called without --pid-file. | Nicolas Lacasse |
2018-07-23 | Created a docker integration test for a tomcat image. | Justine Olshan |
2018-07-23 | Add KVM and overlay dimensions to container_test | Fabricio Voznika |
2018-07-20 | Removed a now incorrect reference to restoreFile. | Justine Olshan |
2018-07-19 | runsc: copy gateway from the pod network interface. | Lantao Liu |
2018-07-18 | Moved restore code out of create and made to be called after create. | Justine Olshan |
2018-07-18 | runsc: Fixes to CheckpointRestoreTest. | Nicolas Lacasse |
2018-07-13 | runsc: Fix map access race in boot.Loader.waitContainer. | Nicolas Lacasse |
2018-07-13 | Bump the timeout when waiting for python HTTP server. | Nicolas Lacasse |