Age | Commit message (Expand) | Author |
2018-07-26 | Add "github.com/cenkalti/backoff" dependency to WORKSPACE file. | Nicolas Lacasse |
2018-07-25 | Replace sleeps with waits in tests - part I | Fabricio Voznika |
2018-07-25 | Format openat flags | Michael Pratt |
2018-07-25 | runsc: Fix "exec" command when called without --pid-file. | Nicolas Lacasse |
2018-07-24 | Typo fix. | Kevin Krakauer |
2018-07-23 | Refactor new reno congestion control logic out of sender. | Bhasker Hariharan |
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-20 | Format getcwd path | Michael Pratt |
2018-07-19 | runsc: copy gateway from the pod network interface. | Lantao Liu |
2018-07-19 | kernel: mutations on creds now require a copy. | Adin Scannell |
2018-07-19 | fs: Pass context to Revalidate() function. | Nicolas Lacasse |
2018-07-19 | ConfigureMMap on an overlay file delegates to the upper if there is no lower. | Nicolas Lacasse |
2018-07-19 | Add AT_UID, AT_EUID, AT_GID, AT_EGID to aux vector. | Brian Geffon |
2018-07-19 | sentry: save stack in proc net dev. | Zhaozhong Ni |
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-18 | Fix lock-ordering violation in Create by logging BaseName instead of FullName. | Nicolas Lacasse |
2018-07-17 | Merge FileMem.usage in IncRef | Michael Pratt |
2018-07-17 | Add API to decode 'stat.st_rdev' into major and minor numbers. | Neel Natu |
2018-07-17 | netstack: update goroutine save / restore safety comments. | Zhaozhong Ni |
2018-07-16 | Add CPUID faulting for ptrace and KVM. | Adin Scannell |
2018-07-16 | Start allocation and reclaim scans only where they may find a match | Michael Pratt |
2018-07-16 | Add EventOperations.HostFD() | Neel Natu |
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 |
2018-07-13 | Allow a filesystem to control its visibility in /proc/filesystems. | Neel Natu |
2018-07-13 | Point the Kokoro test script to the actual location of install.sh. | Nicolas Lacasse |
2018-07-13 | Note that Mount errors do not require translations | Michael Pratt |
2018-07-12 | Fix aio eventfd lookup | Michael Pratt |
2018-07-12 | sentry: wait for restore clock instead of panicing in Timekeeper. | Zhaozhong Ni |
2018-07-12 | sentry: save inet stacks in proc files. | Zhaozhong Ni |
2018-07-12 | netstack: save tcp endpoint accepted channel directly. | Zhaozhong Ni |
2018-07-12 | netstack: do not defer panicable logic in tcp main loop. | Zhaozhong Ni |
2018-07-12 | runsc: Don't close the control server in a defer. | Nicolas Lacasse |
2018-07-12 | Format documentation | Michael Pratt |
2018-07-12 | Bump rules_go to v0.13.0, and go toolchain to 1.10.3 | Nicolas Lacasse |
2018-07-11 | Automated rollback of changelist 203157739 | Bhasker Hariharan |
2018-07-11 | Move ptrace constants to abi/linux. | Jamie Liu |
2018-07-11 | Add MemoryManager.Pin. | Jamie Liu |
2018-07-11 | Created runsc and docker integration tests. | Justine Olshan |
2018-07-10 | Internal change | Michael Pratt |
2018-07-10 | Modified error message for clarity. | Brielle Broder |
2018-07-10 | Exit tmpfs.fileInodeOperations.Translate early if required.Start >= EOF. | Jamie Liu |
2018-07-10 | netstack: only do connected TCP S/R for loopback connections. | Zhaozhong Ni |
2018-07-10 | Internal change | Michael Pratt |
2018-07-10 | netstack: tcp socket connected state S/R support. | Zhaozhong Ni |
2018-07-09 | Notify UDP and Ping endpoints on close | Ian Gudger |
2018-07-09 | Fix two race conditions in tcp stack. | Brian Geffon |