summaryrefslogtreecommitdiffhomepage
path: root/runsc/main.go
AgeCommit message (Expand)Author
2020-02-28Allow to specify a separate log for GO's runtime messagesAndrei Vagin
2020-02-19Add statefile command to runsc.Adin Scannell
2020-02-10Add flag package to limit visibility.Adin Scannell
2020-01-27Cleanup glog and add real caller information.Adin Scannell
2019-12-17Leave minimum CPU number as a constantAleksandr Razumov
2019-12-17Add minimum CPU number and only lower CPUs on --cpu-num-from-quotaAleksandr Razumov
2019-12-15Set CPU number to CPU quotaAleksandr Razumov
2019-11-22Force timezone initialization before filter installationMichael Pratt
2019-10-31Add systemd-cgroup flag option.Ian Lewis
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-09-25Merge pull request #765 from trailofbits:uds_supportgVisor bot
2019-09-24Refactor command line options and remove the allowed terminology for udsRobert Tonic
2019-09-24Merge pull request #812 from lubinszARM:pr_dup3_armgVisor bot
2019-09-19Place the host UDS mounting behind --fsgofer-host-uds-allowed.Robert Tonic
2019-09-16Bring back to life features lost in recent refactorFabricio Voznika
2019-09-05Change syscall.Dup2 to syscall.Dup3Bin Lu
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-29Merge pull request #655 from praveensastry:feature/runsc-ref-chk-leakgVisor bot
2019-08-22Log message sent before logging is setupFabricio Voznika
2019-08-22Add log prefix for better claritypraveensastry
2019-08-13tests: print stack traces if test failed by timeoutAndrei Vagin
2019-08-09Fix the Stringer for leak modepraveensastry
2019-08-06Remove traces option for ref leak modepraveensastry
2019-08-06Add option to configure reference leak checkingpraveensastry
2019-07-26runsc: propagate the alsologtostderr to sub-commandsAndrei Vagin
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Allow 'runsc do' to run without rootFabricio Voznika
2019-06-10Add introspection for Linux/AMD64 syscallsIan Lewis
2019-06-06Add alsologtostderr optionFabricio Voznika
2019-06-06Send error message to docker/kubectl exec on failureFabricio Voznika
2019-06-06Add multi-fd support to fdbased endpoint.Bhasker Hariharan
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-04-11Add 'runsc do' commandFabricio Voznika
2019-04-01Add release hook and version flagAdin Scannell
2019-03-29gvisor/runsc: enable generic segmentation offload (GSO)Andrei Vagin
2019-03-11Add profiling commands to runscFabricio Voznika
2019-02-27Don't log twice to debug log when --log isn't setFabricio Voznika
2019-01-31gvisor/gofer: Use pivot_root instead of chrootAndrei Vagin
2019-01-02Automated rollback of changelist 225089593Michael Pratt
2018-12-17Expose internal testing flagMichael Pratt
2018-12-11Add "trace signal" optionMichael Pratt
2018-11-28Internal change.Googler
2018-11-01Add new log format that is compatible with KubernetesFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-12Added spec command to create OCI spec config.jsonIan Lewis
2018-10-11Make debug log file name configurableFabricio Voznika
2018-10-04Capture boot panics in debug log.Nicolas Lacasse