| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/hash: move from hash | Dmitry Vyukov | 2017-06-03 | 1 | -40/+0 |
| | | |||||
| * | db: add package | Dmitry Vyukov | 2017-01-16 | 1 | -0/+5 |
| | | | | | | | | | | | 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. | ||||
| * | syz-hub: add program | Dmitry Vyukov | 2016-11-17 | 1 | -0/+35 |
| syz-hub is used to exchange programs between syz-managers. | |||||
