str.c: Remove pointless initialization.
[dss.git] / dss.c
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().
2009-07-03 Andre NollChange copyright year from 2008 to 2009.
2009-06-29 Andre NollTry harder to avoid removing the reference snapshot.
2009-06-08 Andre NollDon't remove the last snapshot unless disk space is...
2009-06-08 Andre NollDon't busy-loop if pre-create hook returns non-zero.
2009-06-07 Andre NollFix removal of orphaned snapshots.
2009-06-04 Andre NollClean up snapshot removal logic.
2009-05-29 Andre NollRemove orphaned snapshots first if disk space is low.
2009-05-29 Andre NollFix some typos.
2009-05-29 Andre NollRestart rsync also on exit value 12.
2009-05-05 Andre NollFix return value of remove_oldest_snapshot().
2009-04-27 Andre NollFix rm-hooks in case no post-remove hook was specified.
2009-04-08 Andre NollImplement rm-hooks.
2009-04-07 Andre NollRename hook_status enum.
2009-04-07 Andre NollMerge branch 'master' into rm_hook
2009-04-07 Andre Nollcom_create: Abort if pre-create hook fails.
2009-04-07 Andre NollRename rm_pid to remove_pid.
2009-04-07 Andre NollMerge branch 'master' into rm_hook
2009-03-30 Andre NollMerge commit 'meins/master'
2009-03-30 Andre NollFix the pre-create hook.
2009-03-16 Andre NollMerge commit 'fml/master'
2009-03-16 Andre NollIntroduce the snapshot removal status.
2009-03-16 Andre NollUse only one global variable for snapshot creation...
2009-03-13 Andre NollMerge commit 'meins/master'
2009-03-13 Andre NollMerge commit 'fml/master'
2009-03-05 Andre NollInclude the reason why a snapshot gets removed in the... v0.1.2
2009-03-05 Andre NollNever remove the snapshot that is currently being created.
2009-02-11 Andre NollMerge commit 'fml/master'
2009-02-02 Andre NollMerge commit 'stark/master'
2009-02-02 Andre NollInvalidate all rsync options on SIGHUP.
2009-01-31 Sebastian Starkfix post_create_hook: really pass full path to last...
2008-12-23 Andre NollMerge commit 'fml/master'
2008-12-11 Andre NollAdd some comments to compute_next_snapshot_time().
2008-12-08 Andre NollMerge commit 'sio/master'
2008-12-08 Andre NollFix check when to use rsync locally.
2008-11-06 Andre NollPrevent busy loops on rsync exit code 13.
2008-10-22 Sebastian Starkshow human readable snapshot creation duration when...
2008-07-07 Andre NollRestart the rsync process if it returned with exit...
2008-05-21 Andre NollFix the exit hook.
2008-05-12 Andre NollImplement exit-hooks.
2008-05-12 Andre NollAdd new option --keep-redundant.
2008-05-12 Andre Nolldss.c: Remove obsolete TODO item.
2008-05-12 Andre NollAdd GPL headers and COPYING file.
2008-04-24 Andre NollFix return value of try_to_free_disk_space().
2008-04-24 Andre NollLoglevel adjustments.
2008-04-17 rootFix select timeout.
next