Share

librsync -- network-delta library

Code

Programming Languages: C

License: GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@librsync.cvs.sourceforge.net:/cvsroot/librsync login

cvs -z3 -d:pserver:anonymous@librsync.cvs.sourceforge.net:/cvsroot/librsync co -P modulename

Show:

What's happening?

  • Add an example to the rdiff(1) man page

    For a user who just wants to use rdiff(1) to perform the three phases of the delta-transfer algorithm, the man page is pretty sparse. The patch adds a complete example and also adds a reference to the rsync technical report in both the rdiff(1) and librsync(3) man pages. It is based on the following explanation I gave on the rsync list...

    2009-11-21 01:06:56 UTC by hashproduct

  • librsync 0.9.7 as windows dll

    This patch declares rs_compare_targets as cdecl and removes the explicit callback typecast. The typecast was not needed in unix (afaik) and didn't work in windows if cdecl was not specified and isn't needed if cdecl is specified It adds a sources file suitable for MSVC build system, and a .def file to help build the dll. The patch needs some review but allows me to build a DLL on windows...

    2009-10-07 09:26:29 UTC by samjam