Commit graph

11 commits

Author SHA1 Message Date
gehenna
3ccc921661 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-25 01:05:42 +00:00
gehenna
b62ecb4dc5 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-18 01:26:59 +00:00
gehenna
dcdc32be8c 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-14 17:11:12 +00:00
gehenna
5c7465e35f 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-11 03:13:14 +00:00
gehenna
faaaa9fc13 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 14:41:48 +00:00
gehenna
b74ffdfc17 cvsync-0.14.2 is out. 2003-03-08 06:58:44 +00:00
wiz
e2a9971584 Remove PKGREVISION (should be reset on updates), fix comment,
and remove superfluous WRKSRC setting to its default.
2003-03-06 13:31:05 +00:00
gehenna
a679f0bcf7 cvsync-0.14.1 is out.
All chages in pkgsrc are merged.
2003-03-06 13:15:48 +00:00
grant
08d4518252 use a variable. 2003-03-06 12:42:24 +00:00
grant
c6ae1abbad allow this to build on -current systems where the kernel version
has pthread support but userland does not.

also install some example config files.

bump PKGREVISION.
2003-03-06 12:36:45 +00:00
martin
6d5b4f5af5 Import of cvsync 0.14, a portable cvs repository syncer (client and server),
similar, but not compatible with, to CVSup(tm).
2003-03-06 09:08:30 +00:00