dss.git
2014-09-24 Andre Nollindex.html.in: Fix gitweb link.
2014-08-19 Andre NollChange email address and URLs.
2014-01-22 Andre NollSilence clang warnings.
2014-01-14 Andre Nolldss-0.1.5. v0.1.5
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 NollSwitch logo from skencil to dia.
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 Gipc.c: Eliminate per-field struct initializations.
2012-08-15 Daniel Richard GHave foo.c #include foo.h.
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-06 Daniel Richard GOnly define gcc function attributes on gcc.
2012-08-04 Daniel Richard GRemove some debug messages.
2012-08-04 Daniel Richard Gstring.c: Fix a statement-before-declaration issue.
2012-08-04 Daniel Richard GRemove trailing commas.
2012-08-04 Daniel Richard Gsnap.h: Fix HSA_ITEM.
2012-08-04 Daniel Richard GFix "comma after last element" warning.
2012-08-04 Daniel Richard Gcompare_snapshots(): Add const keyword.
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-08-04 Daniel Richard GMakefile: Split CPPFLAGS.
2012-08-03 Andre Nollmutex_get(): Change parameter from key_t to int.
2012-08-03 Andre Nollerror.h: Remove is_errno().
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().
2012-04-30 Andre Nolldoc: Add a second example config file.
2011-06-18 Andre NollSimplify exec functions.
2011-03-31 Andre NollNEWS update.
2011-02-07 Andre NollNEWS update
2011-02-07 Andre NollMerge branch 't/recycling'
2011-02-07 Andre NollMerge branch 't/logfile_only_for_daemon'
2010-11-14 Andre NollMinor documentation improvements.
2010-11-13 Andre NollInclude the NEWS file in the web page.
2010-11-10 Andre NollINSTALL: Fix typo in example.
2010-11-09 Andre NollMention that inode monitoring works also for ext2 and...
2010-11-09 Andre NollChange default program for all hooks from /bin/true...
2010-11-08 Andre Nolldss-0.1.4. v0.1.4
2010-11-08 Andre NollAdd NEWS file.
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 NollMake all hooks default to /bin/true.
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-09-03 Andre NollFix two typos in comments.
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-06 Andre Nolldss-0.1.3. v0.1.3
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-07 Andre NollImprove documentation of the remove hooks.
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 NollAdd pre-remove and post-remove hooks to dss.ggo.
2009-04-07 Andre NollRename rm_pid to remove_pid.
2009-04-07 Andre NollMerge branch 'master' into rm_hook
next