dss.git
2017-04-16 Andre NollRemove --no-resume.
2017-04-16 Andre Nolldss-0.1.7. v0.1.7
2017-04-16 Andre NollDon't shadow cmdline_parser_params in main().
2017-04-16 Andre Nollipc.c: Uninline get_key_or_die().
2017-04-16 Andre Nollipc.c: Constify parameter of get_key_or_die().
2017-04-16 Andre Nollipc: Fix error code returned by mutex_lock().
2016-08-23 Andre NollImprove log message for snapshot creation.
2016-08-21 Andre Nollipc: Simplify mutex_try_lock().
2016-08-21 Andre Nollipc: Make pid pointer optional.
2016-08-21 Andre Nolldaemon: Do not change to /.
2016-08-21 Andre Nollbuild: Add two more warning options.
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-07-14 Andre NollCreate html version of the man page with groff.
2016-07-14 Andre NollConvert INSTALL and NEWS to markdown format.
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.
2016-03-03 Andre NollAllow to run in daemon mode without log file.
2016-03-03 Andre NollImprove documentation of --keep-redundant.
2016-02-03 Andre NollImprove documentation of interval-related args.
2015-12-17 Andre NollREADME: Explain that there are no incremental backups.
2015-08-05 Andre Nolldss-0.1.6. v0.1.6
2015-08-05 Andre NollMerge branch 'refs/heads/t/signal_handler_improvement'
2015-05-10 Andre NollMerge branch 'refs/heads/t/nullrw'
2015-04-24 Andre NollINSTALL: Reword sentence about gengetopt.
2015-04-14 Andre Nolldaemon.c: Open /dev/null read-write.
2015-03-23 Andre NollNEWS: Fix typo.
2015-02-25 Andre NollMerge branch 'refs/heads/t/max-errors'
2015-02-25 Andre NollImprove signal handler.
2015-01-27 Andre NollRework restart logic, introduce --max-errors.
2015-01-27 Andre NollFix typo in help text of --daemon.
2015-01-06 Andre Nollstr.c: Remove vsnprintf() workaround for old glibc.
2015-01-06 Andre Nollstr.c: Get rid of VSPRINTF macro.
2015-01-06 Andre NollAssorted typo fixes in comments.
2015-01-06 Andre NollFix typo in documentation of --logfile.
2015-01-06 Andre NollShut down the signal subsystem on exit.
2015-01-06 Andre Nolltv.c: Remove unused functions.
2015-01-06 Andre Nollstr.c: Remove pointless initialization.
2015-01-06 Andre NollRemove non-functional SEE ALSO links from index.html.
2015-01-06 Andre NollNEWS update
2014-12-12 Andre NollChange background color of web pages to white.
2014-12-12 Andre NollMerge branch 'refs/heads/t/min-complete'
2014-09-24 Andre NollNEWS: Fix indentation of 0.1.5 items.
2014-09-24 Andre Nollindex.html.in: Fix gitweb link.
2014-09-16 Andre NollIntroduce --min-complete.
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...
next