2003-03-28 13:04:58 by MAEKAWA Masahide | Files touched by this commit (2) | |
Log message:
cvsync-0.17.0
ChangeLog:
2003-03-28 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.17.0 is out.
* HEADS UP: Change Collection Exchange Protocol
To make add the new release type easy, the protocol to exchange
collections list is changed.
All servers/clients SHOULD be updated to 0.17.0 or higher.
* Fix a bug to calculate the symbolic link path name length.
(noticed by naddy AT OpenBSD DOT org)
2003-03-27 MAEKAWA Masahide <maekawa@daemon-systems.org>
* New release type: list
Retrieve the collections list provided by the server.
* Scanfile (client)
If the scanfile is specified and that doesn't exist, it's generated
automatically at the stage of loading the configuration file.
|
2003-03-26 18:39:53 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync-0.16.1 is out.
ChangeLog:
2003-03-27 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.16.1 is out.
* mk/*.mk
Make compile on cygwin completely.
|
2003-03-26 09:23:40 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync-0.16.0 is out.
ChangeLog:
2003-03-26 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.16.0 is out.
* Scanfile (server)
The empty scanfile is acceptable.
* The symbolic link is fully supported.
Client: Never follow the symbolic link.
Server: If 'nofollow' is specified in a 'collection' section,
don't follow the symbolic link.
The default is off, i.e. follow the symbolic link.
|
2003-03-25 17:47:13 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync-0.15.2 is out.
ChangeLog:
2003-03-25 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.15.2 is out
* mk/*.mk
Make compile on cygwin (cvscan/rcscan/rcscmp only).
cvsync{,d} depends on the existence of getaddrinfo()/getnameinfo().
The latest cygwin (1.3.22-1) doesn't have these APIs, so can't
compile them yet.
|
2003-03-25 02:05:43 by MAEKAWA Masahide | Files touched by this commit (2) | |
Log message:
cvsync-0.15.1 is out.
ChangeLog:
2003-03-24 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.15.1 is out
* Scanfile (server)
Implement the experimental server-side scanfile feature.
* REMARK: the Performance
When the scanfile feature is enabled on both server/client,
the update procedure is done in 3sec (best) - 40min (worst).
|
2003-03-18 02:27:00 by MAEKAWA Masahide | Files touched by this commit (2) | |
Log message:
cvsync-0.15.0
ChangeLog:
2003-03-18 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.15.0 is out
* Improve the performance and stabilities with scanfile features.
* Signal Handling (client)
When SIGINT or SIGTERM is received, the client process stop and
the scanfile is updated if it's enabled.
* Improve English (Thanks hrs AT FreeBSD DOT org!)
2003-03-15 MAEKAWA Masahide <maekawa@daemon-systems.org>
* mk/base.mk, mk/pthread.mk (FreeBSD/Solaris)
Clean up compiler/linker options.
|
2003-03-14 18:11:12 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync-0.14.5 is out
ChangeLog:
2003-03-15 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.14.5 is out
* Scanfile (client)
Even if very deep unnecessary directories exist on the local disk,
works properly.
* doc/FAQ
Add one item.
Q. How do I compile/install your tools?
A. Just type 'gmake'/'gmake install'.
2003-03-11 MAEKAWA Masahide <maekawa@daemon-systems.org>
* sock_select @ common/network.c
Wake up the server listening thread in every seconds.
* Signal Handling (server)
If SIGINT or SIGTERM is received, reject new connections and
the finialization procedure will be deferred until all running
cvsync threads are done.
* Signal Handling (client) - well known bug
If SIGINT or SIGTERM is received, never stop. Please issue SIGKILL.
|
2003-03-11 04:13:15 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync-0.14.4 is out.
>From ChangeLog:
2003-03-10 MAEKAWA Masahide <maekawa@daemon-systems.org>
* 0.14.4 is out
* common/hash.h, mk/hash.mk, mk/pthread.mk
make compile on Red Hat Linux 7.2 with/without OpenSSL.
* Fix typos and missing headers.
2003-03-09 MAEKAWA Masahide <maekawa@daemon-systems.org>
* doc/FAQ
Add one item.
Q. Are these tools stable?
A. If you think so, they are stable.
* mk/pthread.mk (FreeBSD/NetBSD/OpenBSD specific)
Use -pthread (LDFLAGS) instead of -lpthread or -lc_r (LIBS).
(noticed by naddy AT OpenBSD DOT org and slightly modified)
* common/filetypes.h
Some file types are reserved.
B : block special
C : character special
L : hard link
S : symbolic link
|
2003-03-08 15:41:49 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
0.14.3 is out
* mux_flush_out @ common/mux.c
fix a bug to call pthread_cond_wait() before locking the mutex.
|
2003-03-08 07:58:45 by MAEKAWA Masahide | Files touched by this commit (2) |
Log message:
cvsync-0.14.2 is out.
|