summaryrefslogtreecommitdiff
path: root/dss.c (follow)
Commit message (Expand)AuthorAge
* Switch back to variadic log macros.HEADpumasterAndre Noll2025-03-23
* Dedoxify the source.Andre Noll2025-02-01
* New subcommand: help.Andre Noll2024-07-18
* build: Dynamic dependency creation and versioning.Andre Noll2024-07-02
* Compute ipc key only once.Andre Noll2024-05-23
* Resolve config file path only once.Andre Noll2024-05-23
* Fix --config-file for relative paths.Andre Noll2023-11-07
* Avoid duplicate error message.Andre Noll2020-05-17
* Merge branch 'refs/heads/t/prune'Andre Noll2019-11-07
|\
| * Introduce prune --disk-space.Andre Noll2019-09-21
| * Revamp com_prune().Andre Noll2019-09-21
| * Factor out find_removable_snapshot().Andre Noll2019-09-21
| * prune Simplify rm exit code logic.Andre Noll2019-09-21
| * find_oldest_removable_snapshot(): Improve log message.Andre Noll2019-09-21
| * prune: Print a message if there is nothing to prune.Andre Noll2019-09-21
| * prune: Fail gracefully if pre-rm hook fails.Andre Noll2019-09-21
* | Fix logic to append slash to the source directory.Andre Noll2019-10-25
* | Simplify split_args().Andre Noll2019-10-13
|/
* Merge branch 'refs/heads/t/multiple-source-dirs'Andre Noll2019-09-18
|\
| * create_rsync_argv(): Allocate correctly sized arg array.Andre Noll2019-09-03
| * Support multiple source directories.Andre Noll2018-06-08
* | Remove stale comment.Andre Noll2019-02-10
* | Improve comment of snapshot_currently_being_removed.Andre Noll2019-02-10
|/
* Fixed typo.Sanja Jasek2018-06-04
* Add missing newline to --version output.Andre Noll2017-11-19
* run: Don't kill children twice.Andre Noll2017-11-19
* Fix compute_next_snapshot_time().Andre Noll2017-11-19
* Silence a bogus scan-build warning.Andre Noll2017-11-19
* Replace license boilerplate with single line SPDX comments.Andre Noll2017-11-19
* Merge branch 'refs/heads/t/kill-w'Andre Noll2017-11-18
|\
| * kill: New option --wait.Andre Noll2017-11-11
| * run: Wait for children to die.Andre Noll2017-11-02
* | Merge branch 'refs/heads/t/exit-hook'Andre Noll2017-11-17
|\ \
| * | Allow word-splitting for exit hook.Andre Noll2017-11-07
| |/
* | Merge branch 'refs/heads/t/ls-incomplete-duration'Andre Noll2017-11-16
|\ \
| * | ls: Print current duration of incomplete snapshots.Andre Noll2017-11-06
| |/
* | Merge branch 'refs/heads/t/mountpoint'Andre Noll2017-11-15
|\ \
| * | New option: --mountpoint.Andre Noll2017-10-21
| |/
* | Merge branch 'refs/heads/t/short-log'Andre Noll2017-11-14
|\ \
| * | Subcommand sensitive logging.Andre Noll2017-10-28
| * | Save the subcommand pointer in a global variable.Andre Noll2017-10-28
| * | main(): Don't initialize user data pointer.Andre Noll2017-10-28
| |/
* | find_orphaned_snapshot(): Improve log message.Andre Noll2017-11-14
* | Add log message to send_signal().Andre Noll2017-11-14
* | Merge branch 'refs/heads/t/configtest'Andre Noll2017-11-13
|\ \
| * | show_subcommand_summary(): Increase column width.Andre Noll2017-11-04
| * | New subcommand: configtest.Andre Noll2017-10-28
| |/
* | Merge branch 'maint'Andre Noll2017-11-13
|\ \ | |/ |/|
| * Fix snapshot removal reason.maintAndre Noll2017-11-13
* | Implement --checksum.Andre Noll2017-07-13