2003-06-10 02:32:55 by James Chacon | Files touched by this commit (2) |
Log message:
On pth platforms sched_yield is a #define so pthread.h must be included
in any file calling it.
|
2003-06-04 17:32:14 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.23.0 is out.
Changes:
* Improve stability.
* HEADS UP: Compression
0.22.0 has a serious compression bug. If you use old versions,
please upgrade 0.23.0 or higher. If 0.23.0 detects the remote host
is 0.22.0, fallback to no compression mode forcibly.
* Fix many bugs.
|
2003-05-30 16:16:16 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.22.0 is out.
ChangeLog:
* New keyword: compress (client only)
* Options (client)
-Z : Disables a compression.
-z : Enables a compression.
* Option (server)
-z: Sets the compression level.
0: no compression.
1: the fastest, but less compression.
9: the slowest, but best compression.
|
2003-05-25 04:39:27 by MAEKAWA Masahide | Files touched by this commit (2) | |
Log message:
cvsync-0.21.1
Changes:
* Fix a well known problem to fail to update the file with the same name
but the different type.
|
2003-05-17 02:45:40 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
0.21.0 is out.
Changes:
* New feature: access
It provides the way to control to allow/deny the connections.
allow <v4addr>[/<netmask>][,<max>]
allow <v6addr>[/<prefixlen>][,<max>]
allow <domain>[,<max>]
'allow' specifies the acceptable address block and
the acceptable domain name. <max> means the maximum
connections from the address block or the domain name.
Even if <max> is greater than 'maxclient', the maximum
is restricted by the value of 'maxclient'.
always <v4addr>[/<netmask>]
always <v6addr>[/<prefixlen>]
always <domain>
'always' specifies the acceptable address block and the
acceptable domain name with no restrictions. Even if
the number of the connections is already same as
'maxclient', the connection from this address block or
the domain name never be rejected.
deny <v4addr>[/<netmask>]
deny <v6addr>[/<prefixlen>]
deny <domain>
'deny' specifies the unacceptable address block and the
unacceptable domain name. The server always rejects the
connection from this address block and the domain name.
'permit' is an alias to 'allow'.
'reject' is an alias to 'deny'.
* Fix a bug that cvscan doesn't work if 'distfile' isn't set.
* Experimental SOCKS5 support.
If you want to use SOCKS5, please specify SOCKS5_TYPE.
The following types are available:
dante
nec
none (default)
|
2003-05-08 17:40:41 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.20.2
Changes:
* New feature: distfile
It provides the flexible way to distribute files.
allow, upgrade <pattern>
Distribute files which matches the pattern.
deny, omitany <pattern>
Don't distribute files which matches the pattern.
|
2003-05-04 15:13:53 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.20.1
Changes:
* Support libgcrypt and mhash libraries.
If you want to use other hash library instead of native one,
please specify HASH_TYPE.
The following types are available:
libgcrypt
mhash
native (default)
openssl
By this change, never fall back to OpenSSL automatically even if a
native hash library is not available.
* Option (cvscan)
-c: Specifies the configuration file for cvsyncd.
cvscan use the information of scanfile (loose, nofollow,
release, prefix and so on) from it.
|
2003-05-02 13:57:35 by Thomas Klausner | Files touched by this commit (680) |
Log message:
Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
|
2003-04-28 02:50:01 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.20.0 is out.
ChangeLog:
* HEADS UP: Change the Protocol around 'SetAttr'.
These changes remove the potential 'SetAttr' issue.
If you use the old versions, please upgrade to 0.20.0 or higher.
* Fix a bug that the default value of 'maxclients' isn't set properly.
|
2003-04-23 15:15:35 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync 0.19.6 is released.
ChangeLog:
* Fix a bug that the 'loose' feature doesn't work properly.
* Fix a bug that both server/client tried to traverse wrong paths
if a relative path calculated by the 'super' keyword is more than
2 levels.
|