Silence a bogus scan-build warning.
[dss.git] / dss.c
2017-11-19 Andre NollSilence a bogus scan-build warning.
2017-11-19 Andre NollReplace license boilerplate with single line SPDX comments.
2017-11-18 Andre NollMerge branch 'refs/heads/t/kill-w'
2017-11-17 Andre NollMerge branch 'refs/heads/t/exit-hook'
2017-11-16 Andre NollMerge branch 'refs/heads/t/ls-incomplete-duration'
2017-11-15 Andre NollMerge branch 'refs/heads/t/mountpoint'
2017-11-14 Andre NollMerge branch 'refs/heads/t/short-log'
2017-11-14 Andre Nollfind_orphaned_snapshot(): Improve log message.
2017-11-14 Andre NollAdd log message to send_signal().
2017-11-13 Andre NollMerge branch 'refs/heads/t/configtest'
2017-11-13 Andre NollMerge branch 'maint'
2017-11-13 Andre NollFix snapshot removal reason. maint
2017-11-11 Andre Nollkill: New option --wait.
2017-11-07 Andre NollAllow word-splitting for exit hook.
2017-11-06 Andre NollMerge branch 'refs/heads/t/im-logo'
2017-11-05 Andre Nollls: Print current duration of incomplete snapshots.
2017-11-04 Andre Nollshow_subcommand_summary(): Increase column width.
2017-11-02 Andre Nollrun: Wait for children to die.
2017-10-28 Andre NollNew subcommand: configtest.
2017-10-28 Andre NollSubcommand sensitive logging.
2017-10-28 Andre NollSave the subcommand pointer in a global variable.
2017-10-28 Andre Nollmain(): Don't initialize user data pointer.
2017-10-21 Andre NollNew option: --mountpoint.
2017-10-15 Andre NollMerge branch 'refs/heads/t/lopsub'
2017-07-13 Andre NollImplement --checksum.
2017-07-13 Andre Nollrun: Improve error diagnostics for chdir(2) failure.
2017-07-13 Andre Nollrun: Improve error message if dss is already running.
2017-07-13 Andre Nollrun: Fix exit status in case another dss process is...
2017-07-13 Andre NollConvert dss to lopsub.
2017-04-16 Andre NollRemove --no-resume.
2017-04-16 Andre NollDon't shadow cmdline_parser_params in main().
2016-08-23 Andre NollImprove log message for snapshot creation.
2016-08-21 Andre Nolldss.c: Add missing inclusion of <stdio.h>.
2016-08-21 Andre Nolldss: Make argument of parse_config_file() a boolean.
2016-08-21 Andre NollMerge branch 'refs/heads/t/shadow-fix'
2016-07-29 Andre Nolldss: Do not shadow a global declaration.
2016-06-24 Andre NollFix rsync exit handling in create mode.
2016-06-24 Andre Nolldss.c: Remove pointless comment for main().
2016-03-03 Andre NollRemove orphaned snapshots even if disk space is not...
2016-03-03 Andre NollAlways try to keep one snapshot for recycling.
2016-03-03 Andre Nolltry_to_free_disk_space(): Explain what is going on.
2015-08-05 Andre NollMerge branch 'refs/heads/t/signal_handler_improvement'
2015-02-25 Andre NollMerge branch 'refs/heads/t/max-errors'
2015-01-27 Andre NollRework restart logic, introduce --max-errors.
2015-01-06 Andre NollShut down the signal subsystem on exit.
2014-12-12 Andre NollMerge branch 'refs/heads/t/min-complete'
2014-09-16 Andre NollIntroduce --min-complete.
2014-08-19 Andre NollChange email address and URLs.
2014-01-14 Andre NollMerge branch 't/exit_fix'
2013-10-16 Andre NollMerge branch 't/dia'
2013-10-16 Andre NollKill children on fatal errors.
2013-10-16 Andre NollTrivial: Remove trailing semicolon.
2013-01-22 Andre Nollrsync: Remove hardcoded --quiet option.
2012-12-20 Andre NollMerge branch 't/zero-rsync-fix'
2012-10-28 Andre NollReject insane number of intervals.
2012-10-01 Andre NollDon't create two snapshots in the same second.
2012-09-16 Andre NollMerge branch 't/rename_system_files'
2012-08-15 Andre NollRename source files which also exist as system headers.
2012-08-15 Daniel Richard GMake the dss log facility C89 conform.
2012-08-15 Daniel Richard GMark find_oldest_removable_snapshot() as static.
2012-08-15 Andre NollMerge branch 't/gcc-compat_fix'
2012-08-15 Andre NollMerge branch 't/cleanups'
2012-08-10 Andre NollMerge branch 't/ipc'
2012-08-04 Daniel Richard GRemove some debug messages.
2012-08-04 Daniel Richard GAvoid per-element initializers.
2012-08-04 Daniel Richard Gdss.c: Fix initialization of argv[].
2012-08-04 Daniel Richard Gdss.c: Remove redundant const.
2012-07-20 Andre NollMerge branch 't/exec_cleanups'
2012-06-01 Andre NollImplement --reload.
2012-06-01 Andre NollAdd the --kill subcommand.
2012-06-01 Andre NollUse semaphore locking to avoid starting dss multiple...
2012-06-01 Andre NollIntroduce get_config_file_name().
2011-06-18 Andre NollSimplify exec functions.
2011-02-07 Andre NollMerge branch 't/recycling'
2011-02-07 Andre NollMerge branch 't/logfile_only_for_daemon'
2010-11-06 Andre NollChange copyright year from 2009 to 2010.
2010-11-06 Andre NollIntroduce snapshot recycling.
2010-06-17 Andre NollUse logfile only for --run --daemon.
2010-06-15 Andre NollDump config and internal state on SIGHUP.
2010-05-12 Andre NollMerge branch 't/unconditional_hooks'
2010-05-12 Andre NollUnify sending of signals.
2010-05-12 Andre NollSkip unnecessary check whether next snapshot is due.
2010-04-16 Andre NollDon't check whether hooks are given.
2010-04-16 Andre NollRemove a noisy debug log message.
2010-04-16 Andre NollInvalidate create_pid if create process has died.
2010-04-05 Andre NollLog a message when sending signals to the create process.
2010-04-05 Andre Nollpre_remove_hook: Really pass full path of the snapshot.
2010-03-25 Andre NollReuse old rsync argv if rsync has to be restarted.
2010-03-25 Andre NollDon't invalidate current_snapshot_time during compute_n...
2010-03-12 Andre NollAvoid busy loop on rsync exit status 12 or 13.
2010-03-12 Andre NollFix create mode in case no post-create hook is given.
2010-02-01 Andre NollIntroduce --no-resume.
2009-08-28 Andre NollProperly invalidate create_pid also for the post-create...
2009-08-28 Andre NollDump the dss configuration on startup and on SIGHUP.
2009-08-28 Andre NollImprove error diagnostics.
2009-08-28 Andre NollImprove next_snapshot_is_due().
2009-08-28 Andre NollSimplify computation of next snapshot time.
2009-08-27 Andre NollFix off-by-one bug in find_outdated_snapshot().
2009-08-26 Andre NollMake snapshot creation trump snapshot removal.
2009-08-24 Andre NollMove check for low disk space to try_to_free_disk_space().
next