projects
/
dss.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add the --kill subcommand.
[dss.git]
/
dss.c
2012-06-01
Andre Noll
Add the --kill subcommand.
blob
|
commitdiff
|
raw
2012-06-01
Andre Noll
Use semaphore locking to avoid starting dss multiple...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-01
Andre Noll
Introduce get_config_file_name().
blob
|
commitdiff
|
raw
|
diff to current
2011-02-07
Andre Noll
Merge branch 't/recycling'
blob
|
commitdiff
|
raw
|
diff to current
2011-02-07
Andre Noll
Merge branch 't/logfile_only_for_daemon'
blob
|
commitdiff
|
raw
|
diff to current
2010-11-06
Andre Noll
Change copyright year from 2009 to 2010.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-06
Andre Noll
Introduce snapshot recycling.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-17
Andre Noll
Use logfile only for --run --daemon.
blob
|
commitdiff
|
raw
|
diff to current
2010-06-15
Andre Noll
Dump config and internal state on SIGHUP.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-12
Andre Noll
Merge branch 't/unconditional_hooks'
blob
|
commitdiff
|
raw
|
diff to current
2010-05-12
Andre Noll
Unify sending of signals.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-12
Andre Noll
Skip unnecessary check whether next snapshot is due.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-16
Andre Noll
Don't check whether hooks are given.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-16
Andre Noll
Remove a noisy debug log message.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-16
Andre Noll
Invalidate create_pid if create process has died.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-05
Andre Noll
Log a message when sending signals to the create process.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-05
Andre Noll
pre_remove_hook: Really pass full path of the snapshot.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-25
Andre Noll
Reuse old rsync argv if rsync has to be restarted.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-25
Andre Noll
Don't invalidate current_snapshot_time during compute_n...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-12
Andre Noll
Avoid busy loop on rsync exit status 12 or 13.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-12
Andre Noll
Fix create mode in case no post-create hook is given.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-01
Andre Noll
Introduce --no-resume.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Andre Noll
Properly invalidate create_pid also for the post-create...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Andre Noll
Dump the dss configuration on startup and on SIGHUP.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Andre Noll
Improve error diagnostics.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Andre Noll
Improve next_snapshot_is_due().
blob
|
commitdiff
|
raw
|
diff to current
2009-08-28
Andre Noll
Simplify computation of next snapshot time.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Andre Noll
Fix off-by-one bug in find_outdated_snapshot().
blob
|
commitdiff
|
raw
|
diff to current
2009-08-26
Andre Noll
Make snapshot creation trump snapshot removal.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-24
Andre Noll
Move check for low disk space to try_to_free_disk_space().
blob
|
commitdiff
|
raw
|
diff to current
2009-07-03
Andre Noll
Change copyright year from 2008 to 2009.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-29
Andre Noll
Try harder to avoid removing the reference snapshot.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-08
Andre Noll
Don't remove the last snapshot unless disk space is...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-08
Andre Noll
Don't busy-loop if pre-create hook returns non-zero.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-07
Andre Noll
Fix removal of orphaned snapshots.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-04
Andre Noll
Clean up snapshot removal logic.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-29
Andre Noll
Remove orphaned snapshots first if disk space is low.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-29
Andre Noll
Fix some typos.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-29
Andre Noll
Restart rsync also on exit value 12.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-05
Andre Noll
Fix return value of remove_oldest_snapshot().
blob
|
commitdiff
|
raw
|
diff to current
2009-04-27
Andre Noll
Fix rm-hooks in case no post-remove hook was specified.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-08
Andre Noll
Implement rm-hooks.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Andre Noll
Rename hook_status enum.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Andre Noll
Merge branch 'master' into rm_hook
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Andre Noll
com_create: Abort if pre-create hook fails.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Andre Noll
Rename rm_pid to remove_pid.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-07
Andre Noll
Merge branch 'master' into rm_hook
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Andre Noll
Merge commit 'meins/master'
blob
|
commitdiff
|
raw
|
diff to current
2009-03-30
Andre Noll
Fix the pre-create hook.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-16
Andre Noll
Merge commit 'fml/master'
blob
|
commitdiff
|
raw
|
diff to current
2009-03-16
Andre Noll
Introduce the snapshot removal status.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-16
Andre Noll
Use only one global variable for snapshot creation...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-13
Andre Noll
Merge commit 'meins/master'
blob
|
commitdiff
|
raw
|
diff to current
2009-03-13
Andre Noll
Merge commit 'fml/master'
blob
|
commitdiff
|
raw
|
diff to current
2009-03-05
Andre Noll
Include the reason why a snapshot gets removed in the...
v0.1.2
blob
|
commitdiff
|
raw
|
diff to current
2009-03-05
Andre Noll
Never remove the snapshot that is currently being created.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Andre Noll
Merge commit 'fml/master'
blob
|
commitdiff
|
raw
|
diff to current
2009-02-02
Andre Noll
Merge commit 'stark/master'
blob
|
commitdiff
|
raw
|
diff to current
2009-02-02
Andre Noll
Invalidate all rsync options on SIGHUP.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-31
Sebastian Stark
fix post_create_hook: really pass full path to last...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-23
Andre Noll
Merge commit 'fml/master'
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Andre Noll
Add some comments to compute_next_snapshot_time().
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Andre Noll
Merge commit 'sio/master'
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Andre Noll
Fix check when to use rsync locally.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-06
Andre Noll
Prevent busy loops on rsync exit code 13.
blob
|
commitdiff
|
raw
|
diff to current
2008-10-22
Sebastian Stark
show human readable snapshot creation duration when...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-07
Andre Noll
Restart the rsync process if it returned with exit...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-21
Andre Noll
Fix the exit hook.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Andre Noll
Implement exit-hooks.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Andre Noll
Add new option --keep-redundant.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Andre Noll
dss.c: Remove obsolete TODO item.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-12
Andre Noll
Add GPL headers and COPYING file.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Andre Noll
Fix return value of try_to_free_disk_space().
blob
|
commitdiff
|
raw
|
diff to current
2008-04-24
Andre Noll
Loglevel adjustments.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-17
root
Fix select timeout.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
root
Merge commit 'fml/master'
blob
|
commitdiff
|
raw
|
diff to current
2008-04-14
Andre Noll
dss.c: Sleep at most 60 seconds.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-31
root
Merge commit 'remotes/fml/master'
blob
|
commitdiff
|
raw
|
diff to current
2008-03-31
Andre Noll
Kill --exclude-patterns option.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-28
root
Merge commit 'remotes/fml/master'
blob
|
commitdiff
|
raw
|
diff to current
2008-03-28
Andre Noll
Fix a serious bug in deamon mode.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-27
Andre Noll
Print config errors.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Andre Noll
Also check for free inodes and start snapshot removal...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Andre Noll
Add more source code documentation.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Andre Noll
dss.c: Make functions and global variables static.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Andre Noll
Move snapshot helpers to new file snap.[ch].
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Andre Noll
Kill unused dss_error_txt.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Andre Noll
Move log_disk_space() to df.c.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Andre Noll
Kill struct edge_snapshot_data.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Andre Noll
Get rid of make_err_msg() and log_err_msg().
blob
|
commitdiff
|
raw
|
diff to current
2008-03-22
Andre Noll
dss.c: Add some more documentation.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-21
Andre Noll
Implement pre-create and post-create hooks.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-21
Andre Noll
Fix wait_pro_process().
blob
|
commitdiff
|
raw
|
diff to current
2008-03-21
Andre Noll
Don't check for required options when parsing the comma...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-20
Andre Noll
Merge commit 'remotes/meins/master'
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Andre Noll
Implement SIGHUP handling.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-18
Andre Noll
dss.c: Various small improvements and fixes.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-18
Andre Noll
Fix a couple of bugs and start creating snapshots in...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-18
Andre Noll
Implement the run command.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-16
Andre Noll
Add fd.c and ds.h: functions for computing free disk...
blob
|
commitdiff
|
raw
|
diff to current
next