summaryrefslogtreecommitdiff
path: root/src/checkpath
AgeCommit message (Expand)Author
2025-11-13checkpath: allow -W with -f, -d, -pAnna (navi) Figueiredo Gomes
2025-11-13checkpath: don't break the format stringAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use goto errAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use mkfifoatAnna (navi) Figueiredo Gomes
2025-11-13checkpath: factor openat call out of switchAnna (navi) Figueiredo Gomes
2025-11-13checkpath: split out create code into a functionAnna (navi) Figueiredo Gomes
2025-11-13checkpath: pass TRUNC to initial opening flags if usedAnna (navi) Figueiredo Gomes
2025-11-13checkpath: unify default mode checkAnna (navi) Figueiredo Gomes
2025-11-13checkpath: formatting: check conditions in-placeAnna (navi) Figueiredo Gomes
2025-11-13checkpath: remove unnecessary memsetAnna (navi) Figueiredo Gomes
2025-11-13checkpath: unify umask call when creating $pathAnna (navi) Figueiredo Gomes
2025-11-13checkpath: simplify open flagsAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use result of basename_c(path) directlyAnna (navi) Figueiredo Gomes
2025-11-13checkpath: formatting: unify variable declarationsAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use switch over if-else chainAnna (navi) Figueiredo Gomes
2025-11-13checkpath: use early returnsAnna (navi) Figueiredo Gomes
2025-11-13checkpath: formatting: use single quotes over backtickAnna (navi) Figueiredo Gomes
2025-11-13checkpath: formatting: remove odd line breaksAnna (navi) Figueiredo Gomes
2025-06-16checkpath,shared/misc: remove is_writable helperAnna (navi) Figueiredo Gomes
2025-05-27build: add project arguments instead of adhoc c_argsAnna (navi) Figueiredo Gomes
2025-05-27build: use declare_dependency for librcAnna (navi) Figueiredo Gomes
2025-05-27build: use declare_dependency for libeinfoAnna (navi) Figueiredo Gomes
2025-05-27build: use static_library and declare_dependency for shared codeAnna (navi) Figueiredo Gomes
2025-03-22checkpath: remove unneeded _GNU_SOURCE defineNRK
2023-01-29checkpath: missing includes from IWYUSam James
2023-01-15checkpath: add missing sticky/set*id mode bits to checkMike Frysinger
2023-01-15checkpath: fix initial dirfd openingMike Frysinger
2022-05-08checkpath: fix memory leakSam James
2022-05-08checkpath: fix memory leakSam James
2022-04-30multiple spelling and typo fixesJosh Soref
2022-04-06migrate fully to meson build systemWilliam Hubbs