| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | experimental functionality to impersonate nobody user in executor | Dmitry Vyukov | 2015-10-20 | 1 | -1/+27 |
| | | |||||
| * | open /proc/cover only once in executor | Dmitry Vyukov | 2015-10-20 | 1 | -9/+18 |
| | | | | | | | | | | | | First, it is just not necessary to open it multiple times. But more importantly a program can close fds that it previosuly used: r0 = open(...) close(r0) close(r0) and this can close cover fds created in threaded mode. | ||||
| * | deduplicate coverare in executor | Dmitry Vyukov | 2015-10-13 | 1 | -2/+23 |
| | | | | | | This allows to use larger coverage buffer and not overflow output at the same time. | ||||
| * | initial commit | Dmitry Vyukov | 2015-10-12 | 1 | -0/+478 |
