Revert "ipc.c: Use ftok() instead of SuperFastHash."
[dss.git] / dss.c
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.
2008-04-14 rootMerge commit 'fml/master'
2008-04-14 Andre Nolldss.c: Sleep at most 60 seconds.
2008-03-31 rootMerge commit 'remotes/fml/master'
2008-03-31 Andre NollKill --exclude-patterns option.
2008-03-28 rootMerge commit 'remotes/fml/master'
2008-03-28 Andre NollFix a serious bug in deamon mode.
2008-03-27 Andre NollPrint config errors.
2008-03-22 Andre NollAlso check for free inodes and start snapshot removal...
2008-03-22 Andre NollAdd more source code documentation.
2008-03-22 Andre Nolldss.c: Make functions and global variables static.
2008-03-22 Andre NollMove snapshot helpers to new file snap.[ch].
2008-03-22 Andre NollKill unused dss_error_txt.
2008-03-22 Andre NollMove log_disk_space() to df.c.
2008-03-22 Andre NollKill struct edge_snapshot_data.
2008-03-22 Andre NollGet rid of make_err_msg() and log_err_msg().
2008-03-22 Andre Nolldss.c: Add some more documentation.
2008-03-21 Andre NollImplement pre-create and post-create hooks.
2008-03-21 Andre NollFix wait_pro_process().
2008-03-21 Andre NollDon't check for required options when parsing the comma...
2008-03-20 Andre NollMerge commit 'remotes/meins/master'
2008-03-19 Andre NollImplement SIGHUP handling.
2008-03-18 Andre Nolldss.c: Various small improvements and fixes.
2008-03-18 Andre NollFix a couple of bugs and start creating snapshots in...
2008-03-18 Andre NollImplement the run command.
2008-03-16 Andre NollAdd fd.c and ds.h: functions for computing free disk...
2008-03-16 Andre NollImplement signal handling.
2008-03-16 Andre NollFix and improve dry run handling.
2008-03-16 Andre NollImplement logfile and daemon mode.
2008-03-16 Andre NollCommand handlers don't need to take any arguments.
2008-03-16 Andre NollGet rid of E_INVALID_COMMAND.
2008-03-16 Andre Nolldss.c: Fix check for number of non-options.
2008-03-16 Andre NollSwitch to gengetopt's group options and add more docume...
2008-03-11 Andre NollInitial git checkin.