aboutsummaryrefslogtreecommitdiffstats
path: root/manager/manager.go
Commit message (Collapse)AuthorAgeFilesLines
* remove master and naming overhaulDmitry Vyukov2015-12-171-252/+0
| | | | | | | Remove master process entirely, it is not useful in its current form. We first need to understand what we want from it, and them re-implement it. Prefix all binaries with syz- to avoid name clashes.
* add various statistics to http interfaceDmitry Vyukov2015-11-191-0/+10
|
* aggregate vm params into a single struct (for ease of extension)Dmitry Vyukov2015-10-201-1/+1
|
* initial support for call prioritiesDmitry Vyukov2015-10-141-29/+33
|
* initial commitDmitry Vyukov2015-10-121-0/+238