Fix exit() in library code, add --include/--max-size/--min-size #12
Reference in New Issue
Block a user
Delete Branch "exit-and-select"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task 4: Fix exit() in library code — 13 shared library files changed to return error indicators instead of calling exit():
Callers updated: server.c (graceful error recovery), client_send.c (exit at app level), multiprocessing.c (error propagation).
Task 5: Selective file sync