syzkaller/syz-manager
Dmitry Vyukov c91904333f db: add package
Package db implements a simple key-value database.
The database is cached in memory and mirrored on disk.
It is used to store corpus in syz-manager and syz-hub.
The database strives to minimize number of disk accesses
as they can be slow in virtualized environments (GCE).

Use db in syz-manager instead of the old PersistentSet.
2017-01-16 20:42:52 +01:00
..
cover.go syz-manager: move include files to the bottom of coverage report 2017-01-09 20:20:49 +01:00
example.cfg added an optional initrd flag. 2016-07-07 12:08:20 +08:00
html.go syz-manager, syz-gce: output 20 log lines instead of 50 in web UI 2017-01-09 20:19:44 +01:00
manager.go db: add package 2017-01-16 20:42:52 +01:00
persistent.go db: add package 2017-01-16 20:42:52 +01:00