]> ruderich.org/simon Gitweb - safcm/safcm.git/history - cmd/safcm-remote
Use SPDX license identifiers
[safcm/safcm.git] / cmd / safcm-remote /
2024-01-03 Simon RuderichUse SPDX license identifiers master
2024-01-03 Simon RuderichUpdate copyright years
2023-01-15 Simon RuderichUpdate copyright years
2022-03-06 Simon RuderichUpdate copyright years
2021-05-18 Simon RuderichMove implementation of cmd/safcm-remote/ to remote/
2021-05-18 Simon RuderichMove embedded remote helpers to cmd/safcm/
2021-05-13 Simon Ruderichsafcm: add experimental support to sync from Windows...
2021-05-12 Simon RuderichConsistently use %v when (s)printing errors
2021-05-12 Simon Ruderichsync: go fmt
2021-05-12 Simon Ruderichsync: shorten log messages by removing "info/sync remot...
2021-05-12 Simon Ruderichsync: simplify LogFunc to take the log message as string
2021-05-12 Simon Ruderichsync: replace log.Logger interface with struct
2021-05-09 Simon Ruderichsync: remove "detected" log message in packages/services
2021-05-09 Simon Ruderichremote: tests: hide testRunner functions in test output
2021-05-09 Simon Ruderichtests: improve another comment
2021-05-09 Simon Ruderichsync: remove duplicate code in triggerPaths()
2021-05-09 Simon Ruderichsync: include size in binary "diff"
2021-05-09 Simon Ruderichsync: tests: use variable to reduce line wrapping
2021-05-09 Simon Ruderichsync: tests: use "..." instead of `...` for regular...
2021-05-09 Simon Ruderichsync: tests: use strict perm for os.WriteFile() in...
2021-05-09 Simon Ruderichsync: tests: wrap overlong line
2021-05-09 Simon Ruderichsync: tests: use CreateDirectoryExists()
2021-05-09 Simon Ruderichsync: tests: check return value of setDefaults()
2021-05-09 Simon Ruderichsync: tests: properly scope err variable
2021-05-09 Simon Ruderichsync: tests: go fmt
2021-05-09 Simon Ruderichsync: tests: rename triggers to expTriggers
2021-05-09 Simon RuderichImprove and add comments
2021-04-28 Simon Ruderichtests: add end-to-end test with configuration without...
2021-04-28 Simon Ruderichsync: run most tests which modify the host only in CI
2021-04-20 Simon Ruderichremote: go fmt
2021-04-20 Simon Ruderichremote: show group/trigger in verbose log for commands
2021-04-20 Simon Ruderichsafcm: use Command struct instead of string to run...
2021-04-17 Simon RuderichAdd basic support for OpenBSD
2021-04-17 Simon RuderichAdd basic support for FreeBSD
2021-04-07 Simon Ruderichsync: abort if stdin/stdout is a terminal
2021-04-07 Simon Ruderichremote: go fmt
2021-04-07 Simon Ruderichremote: add "sync" sub-command to perform changes
2021-04-05 Simon Ruderichtests: add and use testutil package to reduce duplication
2021-04-05 Simon Ruderichtests: go fmt and rewrap
2021-04-05 Simon Ruderichtests: use subtests
2021-04-05 Simon Ruderichremote: add ainsl sub-command ("append if no such line")
2021-04-05 Simon Ruderichsync: add SAFCM_HELPER environment variable to commands
2021-04-05 Simon Ruderichsync: move file related test functions to new package...
2021-04-05 Simon Ruderichremote: remove duplicate call to log.SetFlags()
2021-04-05 Simon Ruderichsync: refactor temporary file creation into WriteTemp()
2021-04-05 Simon Ruderichsync: remove duplication when setting path to temporary...
2021-04-05 Simon Ruderichsync: refactor file opening into OpenFileNoFollow()
2021-04-03 MarkusAdd support for armv7l SoCs like Raspberry Pi 2 and...
2021-04-03 Simon RuderichFirst working version