Client-side Implementation of the Rsync Algorithm over HTTP
zsync is a implementation of rsync over HTTP. It allows updating of files from
a remote Web server without requiring a full download or a special remote
server application. It uses a metafile, which is created on the server,
to determine which parts of a file the user already has; it then downloads
the remaining parts via HTTP. No special server or Web server module is
needed. It also works with gzip files, and content on the server can be
compressed to further reduce download times.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / zsync
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout network/zsync && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
zsync-0.6.2.tar.bz2 | 0000245592 240 KB | |
zsync-gcc14.patch | 0000002757 2.69 KB | |
zsync-no-build-date.patch | 0000001471 1.44 KB | |
zsync.changes | 0000001895 1.85 KB | |
zsync.spec | 0000002052 2 KB |
Revision 18 (latest revision is 19)
Dirk Mueller (dirkmueller)
accepted
request 1173960
from
Marcus Meissner (msmeissn)
(revision 18)
- zsync-gcc14.patch: fixed gcc14 build issues (some parameter type mismatches)
Comments 0