aboutsummaryrefslogtreecommitdiffstats
path: root/master/html.go
Commit message (Collapse)AuthorAgeFilesLines
* remove master and naming overhaulDmitry Vyukov2015-12-171-95/+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.
* master: fix deadlock during corpus minimizationDmitry Vyukov2015-11-231-3/+4
| | | | Manager can concurrently send RPCs to master, which will deadlock.
* initial commitDmitry Vyukov2015-10-121-0/+94