summaryrefslogtreecommitdiff
path: root/src/shared/plugin.c
AgeCommit message (Collapse)Author
2025-03-26treewide: move rc_waitpid() to rc_exec.cNRK
more suitable here since this is exec related and not necessarily plugin related.
2025-03-22plugin: use pipe2NRK
2024-07-22shared/plugin.c: fix incompatible function warning.Anna (navi) Figueiredo Gomes
2023-01-29shared: missing includes from IWYUSam James
2022-04-06migrate fully to meson build systemWilliam Hubbs
- drop old build system - move shared include and source files to common directory - drop "rc-" prefix from shared include and source files - move executable-specific code to individual directories under src - adjust top-level .gitignore file for new build system This closes #489.