aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/vcs
Commit message (Expand)AuthorAgeFilesLines
* pkg/vcs: don't bisect linux past 4.6Dmitry Vyukov2019-12-101-3/+11
* pkg/bisect: add test for #1527Dmitry Vyukov2019-12-102-20/+25
* dashboard/app: don't report bisections pointing to release commitsDmitry Vyukov2019-11-272-0/+14
* pkg/build: make linux implement binary signerDmitry Vyukov2019-11-251-0/+2
* pkg/build: produce more deterministic linux binariesDmitry Vyukov2019-11-181-0/+2
* pkg/bisect: detect wrong bisectionsDmitry Vyukov2019-11-073-3/+11
* pkg/vcs: detect old git binary that can't do bisectionDmitry Vyukov2019-10-221-0/+9
* pkg/vcs: make EnvForCommit return full compiler pathDmitry Vyukov2019-10-223-7/+6
* pkg/bisect: add initial testing support for cause bisectionZubin Mithra2019-10-226-126/+186
* pkg/vcs: handle git commits without a bodyAnton Lindqvist2019-09-242-1/+22
* pkg/vcs: disable CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER before v5.2Dmitry Vyukov2019-05-211-0/+4
* pkg/vcs: disable CONFIG_CAN for bisection before v4.13Dmitry Vyukov2019-03-221-0/+5
* pkg/vcs: fix fuchsia's git repo directory.Marco Vanotti2019-03-211-11/+11
* pkg/vcs: fix git tag --points-at invocationDmitry Vyukov2019-03-201-4/+3
* pkg/vcs: wrap git invocations in a helper methodDmitry Vyukov2019-03-201-29/+30
* pkg/vcs: remove unused functionsDmitry Vyukov2019-03-202-23/+0
* docs, pkg/vcs, sys/fuchsia: update fuchsia urlsMarco Vanotti2019-03-202-3/+3
* pkg/vcs: fix too long lineDmitry Vyukov2019-03-171-41/+43
* pkg/vcs: reset repo moreDmitry Vyukov2019-03-171-7/+15
* pkg/vcs: try to work around massive linux kernel build/boot breakagesDmitry Vyukov2019-03-171-7/+67
* pkg/vcs: refactor bisection supportDmitry Vyukov2019-03-1710-145/+404
* all: switch to Go 1.12Dmitry Vyukov2019-03-141-6/+6
* pkg/vcs: add freebsdMark Johnston2019-03-122-0/+33
* fuchsia: Update Syzkaller to pull from Fuchsia monorepo (#1021)Julia Hansbrough2019-02-271-2/+2
* pkg/vcs: implement few missing methods for akarosDmitry Vyukov2019-02-171-12/+0
* dashboard/app: poll commits infoDmitry Vyukov2019-02-179-179/+439
* all: reformat with Go 1.10Dmitry Vyukov2019-02-111-7/+7
* sys/linux: add NDISC packet formats to vnet.txtDan Robertson2019-02-111-7/+7
* Added vcs support for netbsdSiddharth M2019-01-242-0/+57
* pkg/vcs: relax check on git hash lengthDmitry Vyukov2019-01-102-8/+7
* pkg/vcs: treat 14-char git hash as hash tooDmitry Vyukov2019-01-042-1/+2
* pkg/vcs: fetch git tags when checking out particular commitDmitry Vyukov2019-01-041-1/+1
* pkg/vcs: disable sandboxing in testsDmitry Vyukov2018-12-181-0/+5
* pkg/osutil: provide better RenameDmitry Vyukov2018-12-171-1/+1
* pkg/vcs: don't use --no-tags when fetching gitDmitry Vyukov2018-12-171-1/+1
* pkg/vcs: fix fetching of commits on non master branchDmitry Vyukov2018-12-162-2/+173
* pkg/vcs: also recognize Tested-by: git commit tagsDmitry Vyukov2018-11-201-0/+2
* pkg/email, pkg/vcs: test that OpenBSD-style commits are handledDmitry Vyukov2018-10-111-2/+15
* pkg/vcs: add openbsd supportDmitry Vyukov2018-09-115-10/+63
* pkg/vcs: use garnet instead of topaz layer for fuchsiaDmitry Vyukov2018-08-181-1/+1
* .gometalinter.json: enable gofmtDmitry Vyukov2018-07-311-1/+1
* pkg/vcs: poll fixing commits on akaros and fuchsiaDmitry Vyukov2018-07-202-20/+20
* pkg/vcs: add akaros supportDmitry Vyukov2018-07-052-0/+63
* pkg/vcs: fix fuchsia sandboxingDmitry Vyukov2018-06-291-0/+3
* pkg/build: support fuchsia buildsDmitry Vyukov2018-06-281-5/+0
* pkg/vcs: add fuchsia supportDmitry Vyukov2018-06-273-14/+107
* pkg/vcs: pave way for multi-vcs supportDmitry Vyukov2018-06-274-260/+332
* pkg/vcs: move from pkg/gitDmitry Vyukov2018-06-272-0/+735