2003-07-21 18:43:48 by Martti Kuparinen | Files touched by this commit (90) |
Log message:
COMMENT should start with a capital letter.
|
2003-07-13 18:26:00 by MAEKAWA Masahide | Files touched by this commit (2) | |
Log message:
CVSync 0.24.0
Changes:
* Implement new mirror algorithm for regular files. (server/client)
This improves the performance to update large regular files incredibly.
* Fix a potential problem to update rcsfile(5) based files with
over 256 symbols. (server/client)
|
2003-07-09 15:31:31 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
CVSync 0.23.8
Changes:
* Fix a bug not to accept the option -L. (cvscan)
* Fix a bug that the default value of 'maxclients' is not set properly
when 'maxclients' is not specified. (server)
* Fix bugs of alignment. (server/client)
* Fix bugs not to work properly when set 'errormode' to 'fixup' or
'ignore' in some case. (server/client)
|
2003-07-08 16:57:10 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
CVSync 0.23.7
Changes:
* Fix a memory leak. (server)
|
2003-07-08 01:40:52 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.23.6
Changes:
* New feature : errormode (server/client)
Specifies the behaviour when any errors/conflicts are found in local
distributions.
abort : Exit/Disconnect with error messages immediately.
fixup : Recover errors/conflicts and keep running.
ignore : Ignore any errors/conflicts.
The keyword 'loose' is obsoleted, same to set 'errormode' to 'ignore'.
This exists only for the backward compatibility.
* Option (client)
-L : Set 'errormode' to 'fixup' for all collections.
* Option (cvscan)
-L : Set 'errormode' to 'fixup'.
-l : Set 'errormode' to 'ignore'.
* Improve stability. (server/client)
|
2003-06-26 16:51:06 by MAEKAWA Masahide | Files touched by this commit (2) | |
Log message:
cvsync 0.23.5
Changes:
* Fix a bug to fail to update the file with over 256 symbols.
|
2003-06-26 02:55:15 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.23.4
Changes:
* Fix serious bugs around the destruction of hash context.
These may cause abort() in C library and the server will stop.
* Improve stability.
* Fix some bugs.
* Make this compile with Intel C++ Compiler.
* Make this compile with Sun Microsystems Forte C.
|
2003-06-18 08:57:09 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.23.3
Changes:
* Make this compile on Solaris8
|
2003-06-18 02:34:28 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.23.2
Changes:
* Improve stability.
* Fix some bugs.
* Be more verbose.
* Fix some 4GB limitations.
|
2003-06-10 19:32:43 by MAEKAWA Masahide | Files touched by this commit (3) |
Log message:
cvsync 0.23.1
Changes:
* Improve stability.
* Fix some bugs.
|