| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
contributed, and main development is happening in the FreeBSD repo.
Suggested by: joel
Notes:
svn path=/head/; revision=204556
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Include a cpasswd script performing the same mechanisms as the cvpasswd
utility from CVSup.
PR: bin/114129
Submitted by: Petar Zhivkov Petrov <pesho.petrov -at- gmail.com>
MFC after: 1 month
Notes:
svn path=/head/; revision=203368
|
| |
|
|
|
|
|
|
| |
Submitted by: rdivacky
MFC after: 1 week
Notes:
svn path=/head/; revision=194070
|
| |
|
|
|
|
|
|
| |
Submitted by: Pawel Worach <pawel.worach -AT- gmail.com>
MFC after: 1 week
Notes:
svn path=/head/; revision=193213
|
| |
|
|
|
|
|
|
|
|
| |
writing from/to streams, as leaving them out stops csup from cleaning up on
SIGINT and friends properly.
MFC after: 1 week
Notes:
svn path=/head/; revision=190422
|
| |
|
|
|
|
|
|
| |
Tested by: dougb
MFC after: 2 days
Notes:
svn path=/head/; revision=190406
|
| |
|
|
|
|
|
|
| |
necessarily fatal. If the file was incorrectly written, the checksum will
detect it and the file will be retransferred.
Notes:
svn path=/head/; revision=189455
|
| |
|
|
|
|
|
|
|
|
|
| |
again in case the connection is interrupted and csup have to reconnect. The
lists will be freed after the collection has been completely processed.
PR: bin/131477
Tested by: dchagin
Notes:
svn path=/head/; revision=188644
|
| |
|
|
|
|
|
|
| |
and SetAttrs operation.
- SetAttrs and Touch were incorrectly switched.
Notes:
svn path=/head/; revision=188405
|
| |
|
|
| |
Notes:
svn path=/head/; revision=186871
|
| |
|
|
|
|
|
| |
files have the wrong date.
Notes:
svn path=/projects/csup_cvsmode/; revision=186744
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=186743
|
| |
|
|
|
|
|
| |
- Remove old comments.
Notes:
svn path=/projects/csup_cvsmode/; revision=186741
|
| |
|
|
|
|
|
| |
- Sort branches when inserting them.
Notes:
svn path=/projects/csup_cvsmode/; revision=186727
|
| |
|
|
|
|
|
| |
same date.
Notes:
svn path=/projects/csup_cvsmode/; revision=186724
|
| |
|
|
|
|
|
| |
stripped before encoding the expansion mode.
Notes:
svn path=/projects/csup_cvsmode/; revision=186718
|
| |
|
|
|
|
|
|
|
| |
details to the cvsup server. The deltatext does not need parsing, and some
parts of the rcsfile data structure doesn't need to be set up.
- Fix a bug where the RCS expansion mode is not written out.
Notes:
svn path=/projects/csup_cvsmode/; revision=186700
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=186699
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=186698
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=186697
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=186373
|
| |
|
|
|
|
|
| |
Submitted by: naddy
Notes:
svn path=/projects/csup_cvsmode/; revision=185870
|
| |
|
|
|
|
|
| |
Pointed out by: Christian Weisgerber <naddy -at- mips.inka.de>
Notes:
svn path=/projects/csup_cvsmode/; revision=185811
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Instead of including protocol info in diffs, strip them before adding
deltatext and take this into account when applying the diff later.
- Don't use strlen when the string in the RCS file may contain garbage. This got
caught in the checksumming before, but was not fixed until now. Instead of
using strlen, pass the token length when adding log and text entries to a
delta. Add an extra length parameter to duptext() to record the token length.
- When adding new branches to a file, add them in at the tail instead of the
head of the list to get correct ordering when writing out.
- Input stream when diffing was opened twice.
- Don't expand keywords in diffs between deltas.
Notes:
svn path=/projects/csup_cvsmode/; revision=185592
|
| |
|
|
|
|
|
| |
instead of after.
Notes:
svn path=/projects/csup_cvsmode/; revision=185570
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=185569
|
| |
|
|
|
|
|
| |
information.
Notes:
svn path=/projects/csup_cvsmode/; revision=185342
|
| |
|
|
|
|
|
|
|
|
| |
- Handle the case where a repository may have been copied, and the symlinks have
not been preserved. CVSup removes the files and creates the symlinks, so
enable this behaviour in csup as well.
- While there, fix comments and style issues.
Notes:
svn path=/projects/csup_cvsmode/; revision=185211
|
| |
|
|
|
|
|
| |
file if it is up to date.
Notes:
svn path=/projects/csup_cvsmode/; revision=185203
|
| |
|
|
|
|
|
|
| |
- Fix a lot of style issues remaining and old debugging output.
- Update comments where needed.
Notes:
svn path=/projects/csup_cvsmode/; revision=185134
|
| |
|
|
|
|
|
| |
often used, but were quite simple to implement anyway.
Notes:
svn path=/projects/csup_cvsmode/; revision=185131
|
| |
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=185128
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=185093
|
| |
|
|
|
|
|
| |
memory.
Notes:
svn path=/projects/csup_cvsmode/; revision=184884
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=184256
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=184255
|
| |
|
|
| |
Notes:
svn path=/projects/csup_cvsmode/; revision=184054
|
| |
|
|
| |
Notes:
svn path=/head/; revision=173715
|
| |
|
|
|
|
|
|
|
|
| |
the correct symbol, thus causing a warning with GCC 4.2.0. Committed
into the vendor branch since this is already in the csup repository.
Reported by: kan (ages ago)
Notes:
svn path=/vendor/csup/dist/; revision=169765
|
| |
|
|
|
| |
Notes:
svn path=/vendor/csup/dist/; revision=156701
svn path=/vendor/csup/20060313/; revision=156703; tag=vendor/csup/20060313
|
| |
|
|
|
|
|
|
|
| |
probably want to do something similar in sys/queue.h; it's bad to have
STAILQ_LAST() generate GCC warnings.
Notes:
svn path=/vendor/csup/dist/; revision=156251
svn path=/vendor/csup/20060303/; revision=156253; tag=vendor/csup/20060303
|
|
|
Notes:
svn path=/vendor/csup/dist/; revision=156230
svn path=/vendor/csup/20060302/; revision=156232; tag=vendor/csup/20060302
|