aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/process.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use correct sysctl headers on MacLiam Mitchell2025-08-211-1/+1
* Add missing headers to Mac process.cppLiam Mitchell2025-08-211-0/+2
* Merge branch 'main' into de/zen-service-commandLiam Mitchell2025-07-291-160/+48
|\
| * pause, resume and abort running builds cmd (#421)Dan Engelbrecht2025-06-051-17/+47
| * add cxxopts overload for parsing file paths from command line (#362)Dan Engelbrecht2025-04-221-142/+0
| * long filename support (#330)Dan Engelbrecht2025-03-311-1/+1
* | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-03-141-0/+142
|\|
| * fix quoted command lines arguments (#306)Dan Engelbrecht2025-03-121-0/+142
* | Merge remote-tracking branch 'origin/de/zen-service-command' into de/zen-serv...Dan Engelbrecht2025-03-141-4/+4
|\ \
| * | Implementation of service commands for Linux.Liam Mitchell2025-02-271-3/+4
| * | Linux compilation fixesLiam Mitchell2025-02-191-1/+0
* | | Merge remote-tracking branch 'origin/main' into de/zen-service-commandDan Engelbrecht2025-01-231-1/+1
|\ \ \ | |/ / |/| / | |/
| * Add multithreading directory scanning in core/filesystem (#277)Dan Engelbrecht2025-01-221-1/+1
* | clang formatDan Engelbrecht2025-01-151-1/+1
* | systemd unit file, incompleteDan Engelbrecht2025-01-151-0/+4
* | if we can't open a process handle, assume it is running under other user idDan Engelbrecht2025-01-101-0/+5
* | add ServiceLevel for service processes: User, AllUsers and ServiceDan Engelbrecht2025-01-081-0/+8
|/
* fixed off-by-one in GetPidStatus (Linux) which might cause spurious errors (#...Stefan Boberg2024-11-221-2/+2
* zenserver process launch/termination improvements (#138)Dan Engelbrecht2024-08-271-36/+101
* capture zenserver output on error (#51)Dan Engelbrecht2024-04-181-3/+8
* improved lock file handling (#50)Dan Engelbrecht2024-04-181-32/+73
* zen startup hardening (#49)Dan Engelbrecht2024-04-171-16/+241
* harden attach sponsor process (#14)Dan Engelbrecht2024-03-211-7/+17
* improved process monitoring behaviour with invalid pids (#16)Stefan Boberg2024-03-211-11/+30
* zen run command (#552)Stefan Boberg2023-11-211-2/+59
* moved process handling code into separate h/cpp (#555)Stefan Boberg2023-11-201-0/+708