summaryrefslogtreecommitdiff
path: root/cmds/incidentd/src/incidentd_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* incidentd: fix race in waitpid_with_timeoutTim Murray2022-02-231-12/+27
* Optimize memory usage in incidentdMike Ma2020-03-231-3/+26
* Add an option to zip incident reportMike Ma2020-03-051-23/+84
* incidentd can now handle multiple callers asking it for incident reportsJoe Onorato2019-03-261-2/+1
* Use modern c++ code style for incidentd.Yi Jin2018-03-301-0/+10
* Found out it is not possible to exec procrank as non-root/shell.Yi Jin2018-03-271-11/+49
* Wrap fd with unique_fd so it won't leak.Yi Jin2018-03-141-6/+7
* Dumping stack traces to proto.Kweku Adams2018-03-071-0/+9
* Fix heap buffer overflowYi Jin2018-02-281-3/+3
* Implement a new section to attach LAST_KMSG to incident reportYi Jin2018-02-271-1/+51
* This cl formats incidentd and makes it easier for debugging.Yi Jin2018-02-151-0/+53