summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-05-14Ignore spurious KVM emulation failures.Adin Scannell
2018-05-11sentry: Adds canonical mode support.Kevin Krakauer
2018-05-11netstack: TCP connecting state endpoint save / restore support.Zhaozhong Ni
2018-05-11netstack: release rcv lock after ping socket save is done.Zhaozhong Ni
2018-05-11Remove error return from AddressSpace.Release()Michael Pratt
2018-05-11Implement MAP_32BIT.Jamie Liu
2018-05-11Update README to point to nightly builds.Nicolas Lacasse
2018-05-10Fix failure to rename directoryFabricio Voznika
2018-05-10Display the current git revision in the info blockChanwit Kaewkasi
2018-05-10Skip atime and mtime update when file is backed by host FDFabricio Voznika
2018-05-10Make cachePolicy int to avoid string comparisonFabricio Voznika
2018-05-10Fix nightly release upload path.Nicolas Lacasse
2018-05-10Open file as read-write when mount points to a fileFabricio Voznika
2018-05-10Upload the nightly release to a "nightly/latest" bucket for easy download.Nicolas Lacasse
2018-05-10Put the http dependencies first in the WORKSPACE file.Nicolas Lacasse
2018-05-10Build nightly runsc releases with Kokoro.Nicolas Lacasse
2018-05-10Use the go_repository rule from the Gazelle repo.Nicolas Lacasse
2018-05-09Cache symlinks in addition to files and directories.Nicolas Lacasse
2018-05-09Small readme tweak.Nicolas Lacasse
2018-05-09Increment link count in CreateHardlinkFabricio Voznika
2018-05-09Return better errors from Docker when runsc fails to start.Nicolas Lacasse
2018-05-09Internal change.Googler
2018-05-08state: serialize string as bytes instead of protobuf string.Zhaozhong Ni
2018-05-08Implement /proc/[pid]/statm.Jamie Liu
2018-05-08Bump Bazel rules_go to v0.12.0, and Go toolchain to v1.10.2Nicolas Lacasse
2018-05-08Capture restore file system corruption errors in exit error.Zhaozhong Ni
2018-05-08Correct definition of SysV IPC structures.Jamie Liu
2018-05-08Use the containerd annotation instead of detecting the "pause" application.Nicolas Lacasse
2018-05-08Error if container requires AppArmor, SELinux or seccompFabricio Voznika
2018-05-08Sentry: always use "best speed" compression for save and remove the option.Zhaozhong Ni
2018-05-08Reword misleading log lineIan Gudger
2018-05-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-05-08Fix format string type in testIan Gudger
2018-05-07Fix misspellingsIan Gudger
2018-05-07tools/go_generics: fix typo in documentation of the type flagTravis McDemus
2018-05-07Improve consistency in go_stateify file generationIan Gudger
2018-05-07Improve consistency of github templatesIan Gudger
2018-05-07Add generated file.Adin Scannell
2018-05-07Make bug template more readable in edit modeFabricio Voznika
2018-05-05Remove dead code in urpcIan Gudger
2018-05-05Note architecture and Linux version requirementsMichael Pratt
2018-05-04Remove ineffectual code in sentry ELF loaderIan Gudger
2018-05-04sentry: Adds the SIOCGIFNETMASK ioctl to epsocket.Kevin Krakauer
2018-05-04Run gofmt -s on everythingIan Gudger
2018-05-04sentry: capture CPU usage metadata for save.Zhaozhong Ni
2018-05-04Disable stack protector in VDSO buildMichael Pratt
2018-05-04Add to the github issue templateIan Gudger
2018-05-04Fix runsc capabilitiesFabricio Voznika
2018-05-04Add github bug templateFabricio Voznika
2018-05-03Add common docker error when version is wrongFabricio Voznika