Merge all 5 batch PRs: security, CLI features, protocol, performance, tests/docs #143

Merged
TapTap merged 23 commits from merge-all-v2 into main 2026-07-29 18:09:05 +02:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit bfc2b1f6eb - Show all commits
+1
View File
@@ -5,5 +5,6 @@ __pycache__/
build-asan build-asan
coverage.info coverage.info
build-*/ build-*/
build2/
build3/ build3/
build_docker2/ build_docker2/
+2 -2
View File
@@ -121,8 +121,8 @@ int main(int argc, char* argv[]) {
exit_code = 1; exit_code = 1;
goto cleanup; goto cleanup;
} }
config = config_create(config_version, NULL, NULL, save_to_disk, false, false, false, config = config_create(config_version, NULL, NULL, save_to_disk, false, false, false, false, 5,
false, 5, false, 0); false, 0);
int positional_args[2]; int positional_args[2];
int positional_count = 0; int positional_count = 0;