This website requires JavaScript.
Explore
Help
Sign In
GitHubMirror
/
libmutton
Watch
1
Star
0
Fork
0
mirror of
https://github.com/rwinkhart/libmutton.git
synced
2026-08-28 12:56:31 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6ab274b99ff6814041a57084fe9010ab5dfa7a70
libmutton
/
src
/
sync
T
History
RandyTheSilly
eea4570a89
Replace most occurrences of os.Exit(0) in the backend and sync packages with a custom backend.Exit function that can allow "soft exit" in GUI/TUI environments to avoid killing the entire process; currently all major errors still result in killing the entire process
2024-07-05 22:18:17 -04:00
..
1globals.go
Initial groundwork for native sync support
2024-05-11 20:52:38 -04:00
client.go
Replace most occurrences of os.Exit(0) in the backend and sync packages with a custom backend.Exit function that can allow "soft exit" in GUI/TUI environments to avoid killing the entire process; currently all major errors still result in killing the entire process
2024-07-05 22:18:17 -04:00
common.go
Enforce more consistent meanings for the various field separator characters
2024-06-04 21:51:58 -04:00
commonUNIX.go
Write and append to config file using ini package
2024-06-05 14:56:17 -04:00
commonWIN.go
Write and append to config file using ini package
2024-06-05 14:56:17 -04:00
init.go
Handle error for failing to create local device ID file
2024-06-05 18:29:38 -04:00
input.go
Fix import cycle (over SSH keyfile passphrase input)
2024-05-17 12:25:10 -04:00
server.go
Handle error for failing to create local device ID file
2024-06-05 18:29:38 -04:00