aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/ipc.go
Commit message (Expand)AuthorAgeFilesLines
* pkg/ipc: move from ipcDmitry Vyukov2017-06-171-678/+0
* pkg/fileutil: move from fileutilDmitry Vyukov2017-06-031-1/+1
* all: cleanup executor/ipc status checkingMichael Pratt2017-05-301-13/+13
* all: add fault injection capabilityDmitry Vyukov2017-05-261-21/+54
* ipc: fix test buildDmitry Vyukov2017-05-231-8/+16
* ipc: allow configuration of executor output buffer sizeMichael Pratt2017-05-191-7/+11
* ipc: add an optional 'abort' signalMichael Pratt2017-05-191-41/+82
* executor: support wrapping executor with an external sandbox processDmitry Vyukov2017-02-271-21/+36
* ipc: print call number on corrupted output regionDmitry Vyukov2017-02-061-2/+2
* ipc: fix hangs in debug modeDmitry Vyukov2017-02-011-0/+1
* all: implement edge coverageDmitry Vyukov2017-01-271-50/+59
* all: spot optimizationsDmitry Vyukov2017-01-201-28/+35
* ipc: produce more detailed error messagesDmitry Vyukov2016-12-081-14/+38
* executor: don't try to open tun if it's not enabledAndrey Konovalov2016-12-021-0/+1
* executor: emit ethernet trafficAndrey Konovalov2016-11-291-1/+3
* ipc: improve handling of executor failuresDmitry Vyukov2016-11-291-1/+26
* ipc: append pid to binary nameDmitry Vyukov2016-11-261-0/+15
* ipc, prog, sysgen: format codeDmitry Vyukov2016-11-251-2/+2
* sys: add proc type to denote per proccess integersAndrey Konovalov2016-11-251-2/+4
* ipc: extend error messagesDmitry Vyukov2016-11-221-2/+2
* ipc: read out executor outputDmitry Vyukov2016-08-131-18/+34
* executor: revive setuid sandboxDmitry Vyukov2016-07-011-12/+19
* executor: ignore the case when test process kills loop processDmitry Vyukov2016-03-101-4/+13
* fuzzer: improve kmemleak logicDmitry Vyukov2016-03-101-1/+1
* ipc: increase default response timeoutDmitry Vyukov2016-03-101-1/+4
* ipc: give executor some time to startupDmitry Vyukov2016-01-271-0/+22
* ipc: unify command line flag handlingDmitry Vyukov2016-01-271-0/+31
* ipc: remove strace support tracesDmitry Vyukov2016-01-271-32/+3
* executor: new namespace-based sandboxDmitry Vyukov2016-01-221-8/+1
* executor: start moving sandboxing code into executorDmitry Vyukov2016-01-201-11/+0
* ipc: umount all mounts before removing temp dirsDmitry Vyukov2016-01-111-0/+3
* ipc: increase timeout in testsDmitry Vyukov2015-12-281-0/+5
* add a flag to disable setpgid syscallDmitry Vyukov2015-12-171-5/+8
* executor: export syscall execution resultsDmitry Vyukov2015-12-171-2/+11
* ipc: fix removal of temp dir if chmod failsDmitry Vyukov2015-12-171-4/+8
* sys: automatically add padding to structsDmitry Vyukov2015-12-171-1/+1
* ipc: fix potential nil deref in command.closeDmitry Vyukov2015-11-231-4/+7
* add various statistics to http interfaceDmitry Vyukov2015-11-191-145/+5
* use fork server in executorDmitry Vyukov2015-11-101-2/+237
* add collide mode to executorDmitry Vyukov2015-11-061-0/+1
* experimental functionality to impersonate nobody user in executorDmitry Vyukov2015-10-201-1/+13
* dump executor output directly to console when debugDmitry Vyukov2015-10-201-2/+7
* lkvm supportDmitry Vyukov2015-10-161-0/+4
* deduplicate coverare in executorDmitry Vyukov2015-10-131-4/+5
* process covereage in ipc package instead of fuzzerDmitry Vyukov2015-10-131-5/+75
* make ipc.Env.Exec accept the program to executeDmitry Vyukov2015-10-131-3/+16
* initial commitDmitry Vyukov2015-10-121-0/+222