Complete except for throttling bug.

This commit is contained in:
Robin E.R. Davies
2026-02-10 19:59:05 -05:00
parent aec88fa9f1
commit 22b63a32db
42 changed files with 2597 additions and 564 deletions
+4 -2
View File
@@ -124,7 +124,9 @@ namespace pipedal
std::string ToLower(const std::string&value);
std::string safeFilenameToString(const std::string &filename);
std::string stringToSafeFilename(const std::string &name);
std::string SafeFilenameToString(const std::string &filename);
std::string StringToSafeFilename(const std::string &name);
std::string ShellEscape(const std::string &input);
}