| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/fuzzer/queue: simplify the priority queue | Aleksandr Nogikh | 2024-05-16 | 1 | -36/+4 |
| | | | | | | | We don't need the full priority queue functionality anymore. For our purposes it's enough to only enforce the order between the elements of different sub-queues. | ||||
| * | pkg/fuzzer: use queue layers | Aleksandr Nogikh | 2024-05-16 | 1 | -0/+93 |
| Instead of relying on a fuzzer-internal priority queue, utilize stackable layers of request-generating steps. Move the functionality to a separate pkg/fuzzer/queue package. The pkg/fuzzer/queue package can be reused to add extra processing layers on top of the fuzzing and to combine machine checking and fuzzing execution pipelines. | |||||
