about summary refs log tree commit diff
path: root/cptc.c
AgeCommit message (Collapse)Author
2025-06-18Remove pthreadsNakidai
I decided that they're not needed there. Instead you can run multiple instances to make them run in parallel. For this flag -w/--id is added
2024-09-28Make it multithreaded v1.0.0Nakidai
And also add `int n` to the CPTC_requestHandler so it threads will not conflict with each other with filenames
2024-09-27Add TODO to cptc.cNakidai
2024-09-26Now it will workNakidai
2024-09-25Add codeNakidai