| Commit message (Expand) | Author | Age | Files | Lines |
* | fix .Xr macro | wosch | 1996-09-21 | 1 | -2/+2 |
* | aarghh! what is it with this CVSROOT/val-tags regexp anyway? how | peter | 1996-09-19 | 2 | -2/+2 |
* | Add dequeue script for the record. | peter | 1996-09-07 | 1 | -0/+6 |
* | make it slightly less verbose while creating queue entries.. | peter | 1996-09-07 | 1 | -3/+9 |
* | make the "-l logfile" option actually do something.. | peter | 1996-09-07 | 1 | -1/+4 |
* | After queueing deltas, send out an initial two mails since that will cover | peter | 1996-09-07 | 1 | -0/+3 |
* | fts_children() returns NULL if there are no files. If there was a failure | peter | 1996-09-07 | 1 | -3/+6 |
* | - resync with configs running on freefall | peter | 1996-09-07 | 7 | -12/+33 |
* | Some new options, useful for restoring single files or subtrees from the | phk | 1996-08-30 | 9 | -83/+562 |
* | Add some explanation on TMPDIR. | phk | 1996-07-24 | 1 | -1/+11 |
* | Small changes so that this actually stands a chance of doing the | gpalmer | 1996-07-12 | 1 | -2/+11 |
* | Add ctm_dequeue to the SUBDIR list now that I've checked that it | gpalmer | 1996-07-01 | 1 | -1/+2 |
* | Add a facility for a ``slow'' CTM delta queue, allowing `x' number | gpalmer | 1996-07-01 | 3 | -4/+497 |
* | update SEE ALSO section | wosch | 1996-05-27 | 3 | -7/+8 |
* | Commit the right version of mkCTM, <:-) | phk | 1996-05-14 | 2 | -35/+164 |
* | Update to current reality. | phk | 1996-05-09 | 5 | -7/+482 |
* | Support for "-u" which sets the timestamp from the delta on the file. | phk | 1996-04-29 | 7 | -12/+112 |
* | Updated howmany() to be once again identical with the namespace-polluting | bde | 1996-03-19 | 1 | -1/+1 |
* | Updated format strings to match Lite2's fixed-width type changes. | bde | 1996-03-19 | 1 | -3/+3 |
* | Add support for local modifications to the tree, by using FOO.ctm instead | phk | 1996-02-05 | 8 | -50/+144 |
* | ctm(5) has been written, so remove comment about it not existing. :) | nate | 1996-01-31 | 1 | -2/+1 |
* | typo in my last commit. | phk | 1995-12-26 | 1 | -1/+1 |
* | A trivial enhancement to ctm_rmail to support the -v option and pass it | peter | 1995-12-26 | 2 | -4/+14 |
* | Remove all trailing white space on the lines. | phk | 1995-12-25 | 1 | -1/+9 |
* | Fix a core-dump. | phk | 1995-11-10 | 1 | -2/+4 |
* | Forgot this one in the MD5 reshuffle. | phk | 1995-07-13 | 1 | -3/+3 |
* | Remove -g from CFLAGS. | bde | 1995-07-12 | 3 | -5/+5 |
* | Fix to match new MD5 api. Faster, fixes memory leak. | phk | 1995-07-12 | 3 | -12/+15 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 11 | -54/+54 |
* | Check for i/o errors in fclose() so that a full disk doesn't almost | bde | 1995-04-16 | 1 | -7/+18 |
* | The latest round of bugfixes here... | phk | 1995-03-29 | 2 | -11/+19 |
* | Fixed a bug so that a delta#0 can be applied. | phk | 1995-03-26 | 4 | -24/+33 |
* | Call open(2) and mkdir(2) with 0666/0777 as the `mode' argument (as | joerg | 1995-03-25 | 1 | -3/+3 |
* | Added a man page for the ctm(1) command, as well as a format description | joerg | 1995-03-25 | 3 | -2/+355 |
* | Make sure exit() is sensible; | phk | 1995-03-24 | 1 | -2/+7 |
* | Modes on dirs were decimal by mistake. | phk | 1995-03-24 | 1 | -2/+2 |
* | Make extra arguments be subdirs to go through. | phk | 1995-03-19 | 1 | -2/+11 |
* | Finally applying my own fix. :-) | joerg | 1995-03-19 | 1 | -5/+7 |
* | Add a missing "\" in a printf before the "n". | roberto | 1995-03-19 | 1 | -2/+2 |
* | Make the +%d-%d part +%03d-%03d so ls(1) sorts the files more sensibly. | phk | 1995-03-19 | 1 | -1/+1 |
* | Look at the .ctm_status file and ignores all patches already applied. | phk | 1995-03-04 | 4 | -13/+37 |
* | Added lock-files, so we should know if the machine panic'ed in the middle | phk | 1995-02-28 | 1 | -1/+23 |
* | Latest updates to this. | phk | 1995-02-27 | 2 | -11/+20 |
* | (Not tested yet. I may insist that ctm be invoked with absolute path. /phk) | phk | 1995-02-25 | 3 | -62/+278 |
* | Just a precaution: ctm will not accept '..' in paths anymore. | phk | 1995-02-25 | 1 | -1/+11 |
* | I (phk) blundered with the last change. Make it right & better now. | phk | 1995-02-24 | 1 | -1/+1 |
* | Make us a little safer, by writing to a tempfile, and rename when done. | phk | 1995-02-23 | 1 | -4/+14 |
* | Be more exclusive about cvs-locks. | phk | 1995-02-21 | 4 | -5/+6 |
* | Use absolute path for the "ctm" program. | phk | 1995-02-20 | 1 | -1/+2 |
* | The new and improved mkCTM. Learning from this experience it has been | phk | 1995-02-20 | 4 | -173/+271 |