Jarsync

Note: Jarsync is no longer being actively developed. It may be picked up again, but not now.

IntroductionStatusDownloadCVSMailing ListsDocumentation

Introduction

Jarsync is (will be) a Java implementation of the rsync algorithm, a cache-free delta compression algorithm for fast file transfer across a network. Its aim is to provide a high-quality free-software delta compression library for the Java platform, similar in spirit to librsync.

Our SourceForge project page is at http://www.sourceforge.net/projects/jarsync. There is also a parallel project I am working on, the Hopefully Uncomprehensible Shell, a Java implementation of a secure shell client, which will eventually allow Jarsync to invoke a remote session over SSH programmatically.

If you want to contact me about Jarsync, feel free to send a message to rsdio@metastatic.org, or post questions to one of the mailing lists.

Status

The base API is in place, and tests have shown it to work and be compatible with the form of the rsync algorithm used in rsync and rdiff. The library seems fairly stable, and changes to it will likely be only minor.

The client and server are not yet finished, but a significant amount of work has been done on them. The client is the furthest along, and the current release emulates the most basic functionality of the rsync program.

There is also a sub-project, Vwdiff, which uses Jarsync to implement a visual differencer.

Download

File GPG sig MD5 sum
jarsync-0.3.tar.gz GPG sig e9b9a67becbded7d3b8068551fcb250d
jarsync-0.3.zip GPG sig 8ee8cc9aaa04c5dc2f4ed811b516fef7

These files have been signed by Casey Marshall with the GNU Privacy Guard.

CVS

You can check out the current CVS sources using:

% cvs -d:pserver:anonymous@cvs.jarsync.sourceforge.net:/cvsroot/jarsync login
% cvs -z3 -d:pserver:anonymous@cvs.jarsync.sourceforge.net:/cvsroot/jarsync co jarsync

Mailing Lists

The mailing lists for this project are:

Documentation

The API JavaDocs generated from the cvs sources are available.

For an introduction to the rsync algorithm, see the original rsync technical report, or for a more in-depth discussion, go read Andrew Tridgell's PhD thesis.