| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/report: support multiple OSes | Dmitry Vyukov | 2017-10-18 | 1 | -96/+0 |
| | | | | | | | Introduce report.Reporter interface. Add an implementation per-OS. Make users be explicit about OS they are testing. | ||||
| * | pkg/report: change arg of ExtractGuiltyFile to []byte | Dmitry Vyukov | 2017-06-30 | 1 | -5/+6 |
| | | | | | | | | | We usually store reports as []byte, not as string. They can be large. So change arg type to []byte. Also rename it from log to report. In our terminology log is not symblized/processed crash output. What this function wants is called report in manager. | ||||
| * | report: add get maintainers function | Andrey Konovalov | 2017-06-26 | 1 | -0/+41 |
| | | |||||
| * | pkg/report: move from report | Dmitry Vyukov | 2017-06-17 | 1 | -0/+54 |
