summaryrefslogtreecommitdiffhomepage
path: root/compat/process-list.hpp
AgeCommit message (Collapse)Author
2024-12-26compat/process-list: be easier on malloc(3)Stanislaw Halik
The real fix would be to use pr-eallocated buffers thus completely avoiding malloc. But it's difficult to test on all platforms and avoid introducing subtle bugs.
2024-12-26compat: fix Linux process listStanislaw Halik
`procps-ng` silently broke API compatibility in a patch release. Reported-by: @DoomSlinger Fix-by: @thorger Fixes: #1970
2023-07-06compat: fix linux procpsStanislaw Halik
We'll actually support both libprocps and libproc2. What a mess.
2023-07-06Fixed styling and mallocsBernat Arlandis
2023-07-05Migrate to procps-ng 4.0Bernat Arlandis
2020-05-31kill the obsolete OS check macroStanislaw Halik
2019-07-05compat: don't declare templated function staticStanislaw Halik
2019-06-21compat/process-list: sprinkle QStringLiteralStanislaw Halik
2016-08-12all: rename modules s#^opentrack-##. and opentrack -> apiStanislaw Halik
Adjust usages.