aboutsummaryrefslogtreecommitdiff
path: root/contrib/csup/rsyncfile.c
Commit message (Collapse)AuthorAgeFilesLines
* - Move csup away from contrib/ and into usr.bin/. Software is no longerUlf Lilleengen2010-03-021-223/+0
| | | | | | | | | contributed, and main development is happening in the FreeBSD repo. Suggested by: joel Notes: svn path=/head/; revision=204556
* - Update copyright.Ulf Lilleengen2009-01-041-1/+1
| | | | Notes: svn path=/projects/csup_cvsmode/; revision=186743
* - Fattrs are not used for rsync, so remove unused code.Ulf Lilleengen2009-01-021-3/+1
| | | | Notes: svn path=/projects/csup_cvsmode/; revision=186698
* - Refactor some parts of the code and increase code reuse.Ulf Lilleengen2008-11-201-2/+2
| | | | | | | | - Fix a lot of style issues remaining and old debugging output. - Update comments where needed. Notes: svn path=/projects/csup_cvsmode/; revision=185134
* - Fix build with GNU make.Ulf Lilleengen2008-11-201-9/+8
| | | | | | | | | - Fix compiler warnings and symbol overlaps. - Don't build code that is not used yet. - Fix types and format strings. Notes: svn path=/projects/csup_cvsmode/; revision=185130
* - Fix issues that prevented rsync support from working.Ulf Lilleengen2008-11-201-1/+1
| | | | Notes: svn path=/projects/csup_cvsmode/; revision=185128
* A few general bugfixes:Ulf Lilleengen2008-11-191-3/+1
| | | | | | | | | | - Use internal xmalloc instead of malloc. - Include missing header after warnings. - Fix unneeded printouts. - Fix a bug when checking the CO_NORSYNC flag. Notes: svn path=/projects/csup_cvsmode/; revision=185094
* - Implement rsync support in csup, which is chosen as a protocol for regularUlf Lilleengen2008-10-251-0/+228
files if the client supports it. The support is implemented with an API to operate on files, calculating the rolling checksum and md5 checksum for the blocks etc. - Remove unneeded stream_filter_stop and stream_flush before stream_close. Notes: svn path=/projects/csup_cvsmode/; revision=184257