File tree 7 files changed +9
-34
lines changed
7 files changed +9
-34
lines changed Original file line number Diff line number Diff line change 1
1
# librsync
2
2
3
3
librsync implements the rolling-checksum algorithm of remote file
4
- synchronization that was popularized by the rsync utility and is used in
5
- rproxy. This algorithm transfers the differences between 2 files without
4
+ synchronization that was popularized by the rsync utility.
5
+
6
+ This algorithm transfers the differences between 2 files without
6
7
needing both files on the same system.
7
8
8
9
librsync does * not* implement the rsync wire protocol. If you want to talk to
@@ -114,11 +115,6 @@ and for the library:
114
115
- http://librsync.sourcefrog.net/doc/librsync.html
115
116
- http://librsync.sourcefrog.net/doc/librsync.pdf
116
117
117
- Generated API documentation:
118
-
119
- - https://rproxy.samba.org/doxygen/librsync/
120
- - https://rproxy.samba.org/doxygen/librsync/refman.pdf
121
-
122
118
These are all produced from the source tree.
123
119
124
120
## Debugging
Original file line number Diff line number Diff line change 1
1
This package was debianized by John Goerzen <
[email protected] > on
2
2
Mon, 11 Feb 2002 13:03:19 -0500.
3
3
4
- The homepage is http://rproxy.sourceforge.net/.
5
-
6
- It was downloaded from http://prdownloads.sourceforge.net/rproxy/
7
-
8
- 0.9.5.1 was found at http://rdiff-backup.stanford.edu/ -- it looks like new
9
- versions might appear there.
4
+ The homepage is http://librsync.sourcefrog.net/.
10
5
11
6
Upstream Author(s): Martin Pool <
[email protected] >
12
7
Andrew Tridgell <
[email protected] >
Original file line number Diff line number Diff line change @@ -24,9 +24,7 @@ EXTRA_DIST = $(man_MANS)
24
24
25
25
# Doxygen API documentation
26
26
27
- sites =front.linuxcare.com.au:/var/www/projects/rproxy \
28
- rproxy.sourceforge.net:/home/groups/rproxy/htdocs \
29
- rproxy.samba.org:/space/httpd/rproxy/htdocs
27
+ sites =
30
28
31
29
.PHONY : do-doxy upload-doxy
32
30
Original file line number Diff line number Diff line change 4
4
< title > $project: $title</ title >
5
5
< link href ="doxygen.css " rel ="stylesheet " type ="text/css ">
6
6
</ head > < body bgcolor ="#ffffff " text ="#000000 " vlink ="#339966 " link ="#339966 ">
7
- < a href ="http://rproxy.samba.org/ "> < img border =0 src ="rproxy-small-logo.png " align =right > </ a >
Original file line number Diff line number Diff line change 5
5
6
6
$Id$
7
7
8
- This document is also available in printable form:
9
-
10
- - http://rproxy.samba.org/doxygen/librsync/refman.ps.gz
11
- - http://rproxy.samba.org/doxygen/librsync/refman.pdf
12
-
13
- More information about librsync can be found on the rproxy web site:
14
-
15
- - http://rproxy.samba.org/
16
-
17
- librsync can be downloaded from http://rproxy.samba.org/download.html,
8
+ librsync can be downloaded from http://librsync.sourcefrog.net/,
18
9
and used, modified and redistributed under the terms of the GNU Lesser
19
10
General Public License (version 2.1 or later).
20
11
21
12
\section intro Introduction
22
13
23
14
librsync is a library for calculating and applying network deltas,
24
15
with an interface designed to ease integration into diverse
25
- network applications. \em librsync is being developed as part of the \b
26
- rproxy <http://rproxy.samba.org/> and \b rsync
27
- <http://rsync.samba.org/> projects.
16
+ network applications.
28
17
29
18
librsync encapsulates the core algorithms of the rsync protocol, which
30
19
help with efficient calculation of the differences between two files.
Original file line number Diff line number Diff line change 1
1
/*= -*- c-basic-offset: 4; indent-tabs-mode: nil; -*-
2
- * rproxy -- dynamic caching and delta update in HTTP
3
- * $Id$
4
2
*
5
3
* Copyright (C) 2000, 2001 by Martin Pool <[email protected] >
6
4
*
Original file line number Diff line number Diff line change @@ -173,8 +173,8 @@ static void rdiff_show_version(void)
173
173
#endif
174
174
175
175
printf ("rdiff (%s) [%s]\n"
176
- "Copyright (C) 1997-2001 by Martin Pool, Andrew Tridgell and others.\n"
177
- "http://rproxy.samba.org /\n"
176
+ "Copyright (C) 1997-2014 by Martin Pool, Andrew Tridgell and others.\n"
177
+ "http://librsync.sourcefrog.net /\n"
178
178
"Capabilities: %ld bit files%s%s%s\n"
179
179
"\n"
180
180
"librsync comes with NO WARRANTY, to the extent permitted by law.\n"
You can’t perform that action at this time.
0 commit comments