summaryrefslogtreecommitdiffstats
path: root/contrib/csup
Commit message (Expand)AuthorAgeFilesLines
* - Remove semicolon that should not have been there.lulf2009-06-121-1/+1
* - Add missing data argument to printf.lulf2009-06-011-1/+1
* - Add proper error checking and printing to the CVSMode code when reading andlulf2009-03-254-74/+145
* - Remember to set umask before setting attributes of RCS file.lulf2009-03-251-0/+1
* - Try to handle rcsfile write failures in the same way as cvsup, as they are notlulf2009-03-061-1/+1
* - Do not free the pattern lists immediately after use, as they might be neededlulf2009-02-151-6/+0
* - Fix an issue where file attributes were not installed correctly during a Touchlulf2009-02-091-1/+3
* - Update manpage now that cvs mode is supported.lulf2009-01-071-2/+0
* - Sort children branches by revision number rather than by date since a few RCSlulf2009-01-041-1/+1
* - Update copyright.lulf2009-01-047-7/+7
* - Try to match style(9).lulf2009-01-043-47/+35
* - Use a LIST to hold branches instead of a STAILQ.lulf2009-01-031-11/+37
* - Write out branches with the highest revision number first if they have thelulf2009-01-031-2/+2
* - A bit missing from the previous commit. The '@'s from the string token must belulf2009-01-031-0/+4
* - Add an optimization when parsing rcsfiles when the intention is to only sendlulf2009-01-026-17/+36
* - Disable rsync support for now, as it is not fully working.lulf2009-01-021-0/+1
* - Fattrs are not used for rsync, so remove unused code.lulf2009-01-021-3/+1
* - Check for NULL in case fattr_frompath fails.lulf2009-01-021-1/+1
* - Fix a wrong flag check.lulf2008-12-211-1/+1
* - Add missing printout information when appending file.lulf2008-12-101-0/+1
* - Check return value of the encoded keyword before using it.lulf2008-12-091-4/+8
* A few bugfixes:lulf2008-12-035-47/+49
* - Print out information about what file that is edited before it is editedlulf2008-12-021-4/+4
* - Fix a bug where deltas was not sorted on RCS dates _and_ revision number.lulf2008-12-021-1/+1
* - Fix a bug in csup where SKIP is not obeyed when sending collectionlulf2008-11-261-0/+2
* - Make sure comparisons are done on file types as well.lulf2008-11-232-8/+22
* - Add support for reading RCS info from status file to avoid having to detail alulf2008-11-231-20/+79
* - Refactor some parts of the code and increase code reuse.lulf2008-11-2015-466/+253
* - Add support for 'X' and 'x' commands in CVSup protocol. These commands are notlulf2008-11-201-28/+45
* - Fix build with GNU make.lulf2008-11-205-15/+18
* - Fix issues that prevented rsync support from working.lulf2008-11-202-2/+2
* A few general bugfixes:lulf2008-11-194-13/+12
* - Fixup the rcs revision comparing to be correct this time.lulf2008-11-191-18/+35
* - Fix idiotic rcsnum_cmp and compare the revision numbers without allocating anylulf2008-11-121-38/+18
* - Implement rsync support in csup, which is chosen as a protocol for regularlulf2008-10-256-13/+469
* - Implement support for retrieving a size_t type from the protocol stream.lulf2008-10-252-0/+21
* - Add size_t format specifier to proto_printf.lulf2008-10-251-0/+6
* - Import csup work from p4.lulf2008-10-1925-65/+6386
* Fix a compiler warning.jb2007-11-181-1/+1
* Fix a typo that caused the #undef directive to not actually undefinemux2007-05-191-1/+1
* Import the latest snapshot of csup (20060313).mux2006-03-1418-237/+777
* Import today's csup sources to get the warning fix for queue.h. Wemux2006-03-032-2/+2
* Initial import of csup.mux2006-03-0349-0/+12927
OpenPOWER on IntegriCloud