Age | Commit message (Expand) | Author |
2020-02-20 | Merge release-20200211.0-55-gd90d714 (automated) | gVisor bot |
2020-02-20 | Remove bytes read/written from marshal.Marshallable API. | gVisor bot |
2020-02-20 | Import tags.bzl directly from tools/defs.bzl. | Adin Scannell |
2020-02-19 | Add basic microbenchmarks. | Adin Scannell |
2020-02-19 | Handle situations where go-marshal generates an empty test file. | gVisor bot |
2020-02-18 | go-marshal: Stop complaining about files with no +marshal types. | gVisor bot |
2020-02-15 | Merge release-20200211.0-27-g5cc0bbb (automated) | gVisor bot |
2020-02-15 | Ensure Marshallable.SizeBytes() always works on a typed nil pointer. | gVisor bot |
2020-02-15 | Merge release-20200211.0-26-g3d32ad1 (automated) | gVisor bot |
2020-02-14 | Generate implementation of io.WriterTo via go-marshal. | gVisor bot |
2020-02-14 | Add a minimal binary target for escape analysis on go-marshal. | gVisor bot |
2020-02-14 | Merge release-20200211.0-18-g3c26f5e (automated) | gVisor bot |
2020-02-14 | Fix various issues related to enabling go-marshal. | gVisor bot |
2020-02-13 | Ensure the marshalled object doesn't escape. | gVisor bot |
2020-02-13 | Call py_requirement with named argument for optional kwarg. | gVisor bot |
2020-02-11 | Stateify: register types with full package names | gVisor bot |
2020-02-10 | Rename build to builddefs and minor build clean-up. | Adin Scannell |
2020-02-10 | Move x86 state definition to its own file. | Brad Burlage |
2020-02-10 | Update visibility. | Adin Scannell |
2020-02-06 | Add logic to run from baked images. | Zach Koopmans |
2020-02-05 | Add notes to relevant tests. | Adin Scannell |
2020-02-04 | Automatically propagate tags for stateify and marshal. | Adin Scannell |
2020-01-30 | Simplify testing link rules. | Adin Scannell |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Fix licenses. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-22 | Add tools for generating images. | Adin Scannell |
2020-01-08 | Github bug reviver | Fabricio Voznika |
2019-12-20 | Merge pull request #1026 from lubinszARM:pr_savable | gVisor bot |
2019-11-25 | Fix typo in go_branch.sh script. | Adin Scannell |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-11-18 | release: fix tag script | Adin Scannell |
2019-11-05 | Fix repository build scripts. | Adin Scannell |
2019-10-31 | Add LICENSE and AUTHORS to the go branch. | Adin Scannell |
2019-10-28 | Add tools/go_stateify to support Arm64 | Bin Lu |
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer |
2019-09-18 | Move the component into the repository structure. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-09-12 | Merge pull request #843 from nlacasse:version | gVisor bot |
2019-09-12 | Update repository directory structure. | Adin Scannell |
2019-09-10 | Fix `runsc --version` and add a test. | Nicolas Lacasse |
2019-09-10 | Fix minor Kokoro issues. | Adin Scannell |
2019-09-09 | go_marshal: Implement automatic generation of ABI marshalling code. | Rahat Mahmood |
2019-09-06 | Fix repository build scripts | Adin Scannell |
2019-09-03 | Impose order on test scripts. | Adin Scannell |
2019-08-27 | kokoro: Add scripts to rebuild images. | Adin Scannell |
2019-08-26 | Don't lose test output. | Adin Scannell |
2019-08-13 | Bump Bazel to v0.28.0 | Nicolas Lacasse |
2019-07-26 | Add debug symbols to published runsc binary | Fabricio Voznika |
2019-07-17 | Merge pull request #504 from matthyx:master | gVisor bot |