summaryrefslogtreecommitdiffhomepage
path: root/pkg/state
AgeCommit message (Expand)Author
2021-01-05Make type sanity checking happen only in race builds.Adin Scannell
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-10-23//pkg/state fixes for VFS2.Jamie Liu
2020-09-24Add basic stateify annotations.Adin Scannell
2020-08-31stateify: Bring back struct field and type names in pretty printTing-Yu Wang
2020-08-21stateify: Fix pretty print not printing odd numbered fields.Ting-Yu Wang
2020-08-20stateify: Fix afterLoad not being called for root objectTing-Yu Wang
2020-06-23Support for saving pointers to fields in the state package.Adin Scannell
2020-05-20Remove implicit dependencies for leaf packages.Rahat Mahmood
2020-04-08Fix all copy locks violations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2019-11-21Import and structure cleanup.Adin Scannell
2019-10-31Add context to state.Adin Scannell
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-22Clean up state error handlingMichael Pratt
2019-01-31Remove license commentsMichael Pratt
2018-12-21Internal ChangeMichael Pratt
2018-12-04sentry: save copy of tcp segment's delivered views to avoid in-struct pointers.Zhaozhong Ni
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-18Increase state test timeoutMichael Pratt
2018-08-28sentry: avoid double counting map objects in save / restore stats.Zhaozhong Ni
2018-08-24compressio: support optional hashing and eliminate hashio.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-10Internal changeMichael Pratt
2018-06-19state: pretty-print primitive type arrays.Zhaozhong Ni
2018-06-19state: include I/O and protobuf time in kernel S/R timing stats.Zhaozhong Ni
2018-05-08state: serialize string as bytes instead of protobuf string.Zhaozhong Ni
2018-05-08Sentry: always use "best speed" compression for save and remove the option.Zhaozhong Ni
2018-04-28Check in gVisor.Googler