aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/handle.cpp (unfollow)
Commit message (Collapse)Author
2021-05-04fix compiler warningsEgor Tensin
2020-10-27code styleEgor Tensin
Don't use brace initialization in constructors, VS 2013 doesn't like that.
2020-10-23Handle: add static is_invalid() methodEgor Tensin
2020-10-18add Sid classEgor Tensin
It's another newcomer straight from privilege-check.
2020-10-16add a separate Buffer classEgor Tensin
2020-10-16Process: support pipe redirectionEgor Tensin