hermes/backend
imterah b93bf456b5
fix: Fixes 100% CPU usage in the backend runtime
This makes the backend runtime not constantly search for messages to be
processed. Instead, it only wakes up when it needs to be woken up via
goroutines.
2025-03-21 13:17:08 -04:00
..
api fix: Fixes 100% CPU usage in the backend runtime 2025-03-21 13:17:08 -04:00
backendlauncher chore: Restructure files. 2024-12-21 18:27:40 -05:00
backendutil feature: Adds basic TCP support for SSHAppBackend. 2025-02-18 13:15:09 -05:00
commonbackend feature: Adds basic UDP support. 2025-02-19 07:58:42 -05:00
dummybackend fix: Adds missing backend status command implementations. 2025-01-06 00:09:14 -05:00
externalbackendlauncher chore: Strip unneeded components from code. 2025-02-16 19:12:17 -05:00
sshappbackend feature: Adds API manifest definitions, and implement GetAllClientConnections() 2025-02-20 09:11:28 -05:00
sshbackend fix: Add system to detect duplicate running remote processes and kill them accordingly 2025-03-18 20:31:28 -04:00
backends.dev.json feature: Adds API manifest definitions, and implement GetAllClientConnections() 2025-02-20 09:11:28 -05:00
backends.prod.json feature: Adds API manifest definitions, and implement GetAllClientConnections() 2025-02-20 09:11:28 -05:00
build.sh chore: Cleanup code by switching to type switching instead of string switching. 2025-02-16 18:11:01 -05:00
dev.env chore: Adds user creation route. 2024-12-22 00:56:15 -05:00