summaryrefslogtreecommitdiff
path: root/dss.c (follow)
Commit message (Expand)AuthorAge
* Fix snapshot removal reason.maintAndre Noll2017-11-13
* Don't shadow cmdline_parser_params in main().Andre Noll2017-04-16
* Improve log message for snapshot creation.Andre Noll2016-08-23
* dss.c: Add missing inclusion of <stdio.h>.Andre Noll2016-08-21
* dss: Make argument of parse_config_file() a boolean.Andre Noll2016-08-21
* dss: Do not shadow a global declaration.Andre Noll2016-07-29
* Fix rsync exit handling in create mode.Andre Noll2016-06-24
* dss.c: Remove pointless comment for main().Andre Noll2016-06-24
* Remove orphaned snapshots even if disk space is not low.Andre Noll2016-03-03
* Always try to keep one snapshot for recycling.Andre Noll2016-03-03
* try_to_free_disk_space(): Explain what is going on.Andre Noll2016-03-03
* Merge branch 'refs/heads/t/max-errors'Andre Noll2015-02-25
|\
| * Rework restart logic, introduce --max-errors.Andre Noll2015-01-27
* | Shut down the signal subsystem on exit.Andre Noll2015-01-06
|/
* Merge branch 'refs/heads/t/min-complete'Andre Noll2014-12-12
|\
| * Introduce --min-complete.Andre Noll2014-09-16
* | Change email address and URLs.Andre Noll2014-08-19
|/
* Kill children on fatal errors.Andre Noll2013-10-16
* Trivial: Remove trailing semicolon.Andre Noll2013-10-16
* rsync: Remove hardcoded --quiet option.Andre Noll2013-01-22
* Merge branch 't/zero-rsync-fix'Andre Noll2012-12-20
|\
| * Don't create two snapshots in the same second.Andre Noll2012-10-01
* | Reject insane number of intervals.Andre Noll2012-10-28
|/
* Merge branch 't/rename_system_files'Andre Noll2012-09-16
|\
| * Rename source files which also exist as system headers.Andre Noll2012-08-15
* | Make the dss log facility C89 conform.Daniel Richard G2012-08-15
* | Mark find_oldest_removable_snapshot() as static.Daniel Richard G2012-08-15
|/
* Merge branch 't/cleanups'Andre Noll2012-08-15
|\
| * Remove some debug messages.Daniel Richard G2012-08-04
| * Avoid per-element initializers.Daniel Richard G2012-08-04
| * dss.c: Fix initialization of argv[].Daniel Richard G2012-08-04
| * dss.c: Remove redundant const.Daniel Richard G2012-08-04
* | Merge branch 't/ipc'Andre Noll2012-08-10
|\ \ | |/ |/|
| * Implement --reload.Andre Noll2012-06-01
| * Add the --kill subcommand.Andre Noll2012-06-01
| * Use semaphore locking to avoid starting dss multiple times.Andre Noll2012-06-01
| * Introduce get_config_file_name().Andre Noll2012-06-01
* | Simplify exec functions.Andre Noll2011-06-18
|/
* Merge branch 't/recycling'Andre Noll2011-02-07
|\
| * Introduce snapshot recycling.Andre Noll2010-11-06
* | Merge branch 't/logfile_only_for_daemon'Andre Noll2011-02-07
|\ \
| * | Use logfile only for --run --daemon.Andre Noll2010-06-17
* | | Change copyright year from 2009 to 2010.Andre Noll2010-11-06
| |/ |/|
* | Dump config and internal state on SIGHUP.Andre Noll2010-06-15
|/
* Merge branch 't/unconditional_hooks'Andre Noll2010-05-12
|\
| * Don't check whether hooks are given.Andre Noll2010-04-16
* | Unify sending of signals.Andre Noll2010-05-12
* | Skip unnecessary check whether next snapshot is due.Andre Noll2010-05-12
|/
* Remove a noisy debug log message.Andre Noll2010-04-16
* Invalidate create_pid if create process has died.Andre Noll2010-04-16