2004-04-09 03:06:23 by MAEKAWA Masahide | Files touched by this commit (1) |
Log message:
Bump PKGREVISION. noticed by agc@
|
2004-04-07 13:58:22 by MAEKAWA Masahide | Files touched by this commit (1) |
Log message:
Fix a tarball hash value.
|
2004-04-05 16:57:59 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.24.14
* Fix a bug to do munmap() with size 0. (client/server)
* Get rid of sched_yield(). (client/server)
* Improve robustness. (server)
* Improve robustness. (client)
* Fix a dead lock problem. (client/server)
|
2004-01-22 09:24:31 by grant beattie | Files touched by this commit (72) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2003-11-29 00:52:11 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.24.13
Changes:
* Improve the performance. (client/server)
It's 4 - 30% faster than 0.24.12.
(of course, depends on disk I/O, network connectivity, and so on.)
Have fun!
* Fix a bug to remain temporary files. (client)
To remove that files, remove scanfiles and re-run cvsync client.
* Option (server)
-l: Specifies the file to write the system log.
* New feature: base (client/server/cvscan)
Specifies a prefix used for relative pathnames in all of the keyword
'distfile', 'refuse', and 'scanfile'. It must be an absolute path.
|
2003-11-05 20:16:48 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.24.12
Changes:
* Fix a bug to use a wrong constant as NI_MAXHOST on OpenBSD.
(cvscan/client/server)
* Fix a bug to require the existence of 'prefix' when the release
type is 'list'. (client)
|
2003-11-03 06:49:52 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.24.11
Changes:
New keyword: base-prefix (client)
Specifies a prefix used for relative pathnames in all of the
keyword 'prefix'. It must be an absolute path.
|
2003-10-29 19:05:27 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.24.10
Changes:
* Fix a bug to uninitialize an interger constant. (cvsup2cvsync)
|
2003-10-29 01:43:38 by MAEKAWA Masahide | Files touched by this commit (3) | |
Log message:
cvsync 0.24.9
Changes:
* New utility: cvsup2cvsync
This converts a scanfile from the CVSup(R) style to the cvsync style.
It is useful for mirror maintainers to distribute the CVS repositries
via both CVSup and CVSync protocols.
* Use poll() instead of select() if available. (server/client)
* New feature: refuse (client)
It provides the way to refuse to add/update/remove files or
directories.
|
2003-10-08 12:03:30 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.24.8
Changes:
* Fix a bug to create a wrong pid file when a relative path is specified
by using an option -p.
|