dss.git
2008-03-22 Andre NollAdd special rule to make cmdline.o.
2008-03-22 Andre NollMakefile: Replace dependencies on cmdline.h by Makefile.
2008-03-22 Andre NollMakefile: The linker does not need CPPFLAGS.
2008-03-22 Andre Nollstring.c: Include stdio instead of cmdline.h.
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 NollMakefile: use --detailed-help to produce the man page.
2008-03-22 Andre Nolldss.c: Add some more documentation.
2008-03-21 Andre Nolldss.ggo: Minor documentation improvements.
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-20 Andre Nolldss.ggo: Clarify --daemon help text.
2008-03-19 Andre NollImplement SIGHUP handling.
2008-03-19 Andre Nolldss.ggo: Fix a typo.
2008-03-19 Sebastian Starkfix some typos in the documentation, make some options...
2008-03-18 Andre Nolldss-0.0.3. v0.0.3
2008-03-18 Andre NollREADME: Match reality: There's no more daemon command.
2008-03-18 Andre Nolldss.c: Various small improvements and fixes.
2008-03-18 Andre NollMakefile: Use -include instead of include.
2008-03-18 Andre NollMakefile: Get rid of the unnamed opts.
2008-03-18 Andre Nolldss.ggo: Add more documentation, and reformat help...
2008-03-18 Andre NollFix a couple of bugs and start creating snapshots in...
2008-03-18 Andre NollImplement the run command.
2008-03-17 Andre NollBump version to 0.0.2. v0.0.2
2008-03-16 Andre NollAdd .gitignore.
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 Nolldss.ggo: Reorder options and help text.
2008-03-16 Andre NollSwitch to gengetopt's group options and add more docume...
2008-03-16 Andre Nolldss.ggo: Change "text" to "details".
2008-03-11 Andre NollInitial git checkin.