index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vm
/
isolated
/
isolated.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
vm: add context to Pool.Create()
Aleksandr Nogikh
2025-10-01
1
-1
/
+1
*
vm: func Run accepts context
Taras Madan
2025-05-19
1
-3
/
+3
*
vm: use SSHOptions instead of 4 params
Taras Madan
2025-03-27
1
-27
/
+25
*
vm: dedup VM count restriction in debug mode
Dmitry Vyukov
2024-11-25
1
-7
/
+0
*
vmimpl: refactor VM type registration
Dmitry Vyukov
2024-07-23
1
-1
/
+3
*
vm: make Instance implement io.Closer
Aleksandr Nogikh
2024-07-11
1
-1
/
+2
*
vm: refactor vm.Multiplex arguments
Aleksandr Nogikh
2024-07-01
1
-1
/
+10
*
pkg/rpctype: prepare for not using for target communication
Dmitry Vyukov
2024-05-03
1
-1
/
+1
*
pkg/rpctype: make RPC compression optional
Dmitry Vyukov
2024-04-03
1
-1
/
+1
*
vm/isolated: allow the use of system-wide SSH config
Florent Revest
2024-03-19
1
-6
/
+8
*
all: use special placeholder for errors
Taras Madan
2023-07-24
1
-7
/
+7
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
1
-5
/
+4
*
vm/adb: add startup_script config
Joey Jiao
2021-04-14
1
-41
/
+1
*
vm/qemu: restrict network access
Dmitry Vyukov
2021-02-08
1
-6
/
+1
*
vm: pass Report to Diagnose
Dmitry Vyukov
2020-11-21
1
-1
/
+4
*
vm/isolated: remove dup log message
Radoslav Gerganov
2020-10-05
1
-1
/
+0
*
all: fix comments format
Dmitry Vyukov
2020-07-12
1
-1
/
+1
*
vm/isolated: fix hang when target_reboot is not set
Dipanjan Das
2020-05-21
1
-3
/
+3
*
vm/isolated: add initial support for fuzzing chromebooks
Zubin Mithra
2020-02-20
1
-34
/
+136
*
vm/isolated: update isolated vm
Jonghyuk Song
2020-01-08
1
-18
/
+46
*
vm/qemu: detect boot errors faster
Dmitry Vyukov
2019-03-17
1
-1
/
+1
*
vm: allow Diagnose to directly return diagnosis
Michael Pratt
2018-12-21
1
-2
/
+2
*
vm/qemu: improve debug output
Michael Tüxen
2018-11-30
1
-1
/
+2
*
syz-ci: de-hardcode list of VMs that support overcommit
Dmitry Vyukov
2018-09-11
1
-1
/
+1
*
vm/vmimpl: factor out common code for ssh args and waiting for ssh
Dmitry Vyukov
2018-07-06
1
-56
/
+30
*
vm/vmimpl: add vm.Diagnose method
Dmitry Vyukov
2018-06-22
1
-0
/
+4
*
all: get rid of underscores in identifiers
Dmitry Vyukov
2018-05-07
1
-9
/
+9
*
vm/{adb,isolated}: dudup common code
Dmitry Vyukov
2018-05-06
1
-37
/
+1
*
all: fix too long lines
Dmitry Vyukov
2018-05-05
1
-1
/
+2
*
gometalinter: some fixes for unparam
Dmitry Vyukov
2018-05-03
1
-8
/
+8
*
gometalinter: check dot imports
Dmitry Vyukov
2018-05-03
1
-18
/
+18
*
vm: make sshkey argument optional
Dmitry Vyukov
2018-04-16
1
-4
/
+0
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
1
-10
/
+10
*
vm/isolated: allow to specify ssh port for target machines
Dmitry Vyukov
2017-12-17
1
-13
/
+40
*
pkg/osutil: don't leace runaway processes
Dmitry Vyukov
2017-11-16
1
-4
/
+3
*
vm/gce: windows support
Dmitry Vyukov
2017-09-27
1
-8
/
+8
*
Fix reboot support for VM isolated
Thomas Garnier
2017-08-30
1
-6
/
+7
*
vm/isolated: reformat
Dmitry Vyukov
2017-07-18
1
-1
/
+0
*
Add Isolated VM
Thomas Garnier
2017-07-18
1
-0
/
+359