Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-29 | Added note about --net-raw. | Kevin Krakauer | |
2019-08-29 | Added gdb, lsof, ps, ss, and top. | Kevin Krakauer | |
2019-08-29 | Add a shortlist of commonly request debugging tools. | Kevin Krakauer | |
2019-08-26 | Add missing sudo in setup-command | Jakob Dietrich | |
2019-08-14 | Fix performance graph shortcode invocations | Ian Lewis | |
2019-08-07 | Add redirect from old URL. | Ian Lewis | |
- Adds url redirect from old syscall docs url to new url - make server now runs the Go server and implements redirects. - make devserver runs the hugo dev server. | |||
2019-08-05 | Updated npm packages | Ian Lewis | |
2019-08-05 | runsc permissions update in install instructions | Ian Lewis | |
Make the instructions clearer by putting the chown and chmod together and make it match the FAQ by setting the permissions bits exactly. | |||
2019-08-02 | Update debugging.md | Fabricio Voznika | |
2019-08-02 | Added section about attaching debugger | Fabricio Voznika | |
2019-08-02 | Remove superfluous redirects | Ian Lewis | |
2019-07-11 | Remove unnecessary comment | Ian Lewis | |
2019-07-11 | Adjust overall timout to 15min | Ian Lewis | |
2019-07-11 | Add fix for ptrace: unable to attach | Adin Scannell | |
2019-07-10 | fix typo in architecture_guide/performance.md | Denis Andrejew | |
2019-07-10 | Copy app engine app files in cloudbuild | Ian Lewis | |
Fixes website deploy step | |||
2019-07-10 | Add generate-syscall-docs command. | Ian Lewis | |
Adds a new command to automatically generate the syscall compatibility docs from runsc. | |||
2019-06-27 | Add FAQ about Linux version. | Ian Lewis | |
2019-06-26 | Add group to install instructions | Adin Scannell | |
2019-06-26 | Ensure user is correct | Adin Scannell | |
Otherwise a ptrace error may result. | |||
2019-06-26 | Add fragment links to sub-headers in docs (fixes #61) | Ian Lewis | |
Allows users to copy links to sub-headers within docs. | |||
2019-06-26 | Redirect to the custom domain from appspot.com | Ian Lewis | |
2019-06-12 | Add /pr support for links. | Adin Scannell | |
This also updates the canonical package name to include a /gvisor suffix. This is more flexible to allow for future packages or git hook interception. | |||
2019-06-06 | Intercept all ?go-get=1 requests. | Adin Scannell | |
2019-06-04 | Add y-axis label to redis benchmark | Ian Lewis | |
Adds a "method" to the redis benchmark csv fixes #69 | |||
2019-05-31 | Serve all javascript from gvisor.dev | Ian Lewis | |
For security & privacy reasons, serve javascript from gvisor.dev instead of using external CDNs. | |||
2019-05-30 | Add gitter link to footer | Ian Lewis | |
2019-05-29 | Add privacy policy link | Ian Lewis | |
2019-05-29 | Add link to gVisor gitter on contributing page. | Nicolas Lacasse | |
2019-05-29 | Changed sleep time in examples | Dmitrii Ustiugov | |
from 0.1 sec to 1 sec (in two places), according to the feedback | |||
2019-05-29 | Changed example command for profiling CPU/heap | Dmitrii Ustiugov | |
Profiling a container that runs `sleep 1000` command dumps an empty CPU profile that may cause unnecessary questions. I suggest replacing this example with one mentioned in the same doc above. | |||
2019-05-19 | Corrected typo | Anand | |
2019-05-15 | Add direct link to create compatibility issue. | Ian Lewis | |
- Direct link to create compatibility bug. - Add link to open compatibility issues. | |||
2019-05-15 | Fix the link to the list of canonical repos. | Ian Lewis | |
2019-05-13 | Fixup redis container count. | Adin Scannell | |
2019-05-13 | Drop confusing kvm-bare syscall time | Adin Scannell | |
The difference is only due to different machines. | |||
2019-05-13 | Upload latest set of benchmarks | Zach Koopmans | |
Also includes redis density benchmark. | |||
2019-05-13 | Clarify sizes and file locations. | Adin Scannell | |
2019-05-13 | Address minor feedback. | Adin Scannell | |
2019-05-13 | Add clarifying notes. | Adin Scannell | |
2019-05-13 | Update fio to display in log scale | zkoopmans | |
2019-05-13 | Update applications numbers after node/ruby refactor | zkoopmans | |
2019-05-13 | Adding data from working benchmarks | zkoopmans | |
2019-05-13 | Add performance guide. | Adin Scannell | |
2019-05-07 | build: fix deploy target for Makefile | Adin Scannell | |
Because the go.mod and related files were not being copying, the packages are resolved within the current $GOROOT, which does not work. This change copies all application files, not just Go source files and app.yaml. | |||
2019-05-07 | Fix links to syscall man pages (refs: #50) | Ian Lewis | |
2019-04-28 | Add script parameter for /rebuild | Adin Scannell | |
... Otherwise, the deploy fails. | |||
2019-04-26 | cmd/gvisor-website: add /rebuild and cron | Adin Scannell | |
In order to ensure that the system call descriptions and other documentation that will be sourced from the main repository remains up to date, add a hook that allows the site to submit a rebuild to Google Cloud Builder. This can be triggered manually by an admin, or will be triggered every 24 hours by a new cron configuration. | |||
2019-04-24 | Fix feature block rendering (fixes #56) | Ian Lewis | |
- Render feature blocks as markdown again. - Feature block inner content is contained in a <div> rather than a <p> to avoid nested <p> tags. | |||
2019-04-23 | Fix some html errors (refs #46 #51) | Ian Lewis | |
- Fix duplicate main_navbar id on top page. - Fix missing ';' in nbsp entity in footer. - Fix nested <a> tags in checkpoint/restore doc. - Fix nested <p> tags on top page feature blocks. - Add '--check-html' option to htmlproofer build step. |