Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_rsync
/
bc5df0f4e671fb9b0d0829032e433fafb061aa41
bc5df0f
Fixed name of PTR_EXTRA_CNT (was PTR_EXTRA_LEN).
by Wayne Davison
· 19 years ago
4b163f0
- Incremented the SUBPROTOCOL_VERSION to 9.
by Wayne Davison
· 19 years ago
f079927
Added ifuncs.h.
by Wayne Davison
· 19 years ago
c605c2c
Tweaked opening comments.
by Wayne Davison
· 19 years ago
1b42f62
Moved inline functions from rsync.h into ifuncs.h.
by Wayne Davison
· 19 years ago
5dafe36
Moving inline functions into its own .h file.
by Wayne Davison
· 19 years ago
6619d5f
Added some stub functions for compilers not smart enough to get rid
by Wayne Davison
· 19 years ago
b960483
Avoid affecting the proto.h file.
by Wayne Davison
· 19 years ago
dd4a039
Added some stub functions for compilers not smart enough to get rid
by Wayne Davison
· 19 years ago
2295540
Added missing "#ifdef ICONV_OPTION" conditionals.
by Wayne Davison
· 19 years ago
4a1edb6
If iconv_t isn't needed, define it as an "int" so that our
by Wayne Davison
· 19 years ago
3170b20
Mention that a negative max-connections value disables the module.
by Wayne Davison
· 19 years ago
d34cd63
If max-connections is < 0, disable the module.
by Wayne Davison
· 19 years ago
236df01
One final tweak.
by Wayne Davison
· 19 years ago
21cafc5
Some minor improvements in claim_connection().
by Wayne Davison
· 19 years ago
de80679
Switching to --no-i-r from --no-ir.
by Wayne Davison
· 19 years ago
27999ab
Document the changed name of --no-i-r.
by Wayne Davison
· 19 years ago
82f3748
Mention the --protect-args (-s) option and how it interacts with
by Wayne Davison
· 19 years ago
7820fa9
Relocated the setting of ic_ndx.
by Wayne Davison
· 19 years ago
2ac9793
- Added new iconvbufs() conversion function that is now used for
by Wayne Davison
· 19 years ago
a445360
- Improved -s support.
by Wayne Davison
· 19 years ago
71605b0
- Make use of new iconvbufs() function.
by Wayne Davison
· 19 years ago
ba525f7
- Make use of new iconvbufs() function.
by Wayne Davison
· 19 years ago
2509753
Make use of new iconvbufs() function.
by Wayne Davison
· 19 years ago
5688c74
- Setup the ic_ndx value here with the other FOO_ndx values.
by Wayne Davison
· 19 years ago
2ac081f
- Added an xbuf type for use in the --iconv and --files-from code.
by Wayne Davison
· 19 years ago
5d3e5f6
Improved -s and support cvs's -e30.8 version idiom.
by Wayne Davison
· 19 years ago
a0f29ed
Make sure that the hashed hard-link numbers from different file
by Wayne Davison
· 19 years ago
0b51598
Changed print_child_argv() to take its prefix message as an arg.
by Wayne Davison
· 19 years ago
2e8259b
Disable -s by default.
by Wayne Davison
· 19 years ago
d274524
Adding knowledge of some new options.
by Wayne Davison
· 19 years ago
71845bd
That should have been -s.
by Wayne Davison
· 19 years ago
bdd5355
Force knowledge the -p option, since it gets passed specially.
by Wayne Davison
· 19 years ago
d6ca255
- Fixed a bug in the passing of the --max-delete option.
by Wayne Davison
· 19 years ago
2dc7b91
Handle inheritance of SGID bit on dirs marked with FLAG_DIR_CREATED.
by Wayne Davison
· 19 years ago
288b12e
We set FLAG_DIR_CREATED on a dot dir that got created by
by Wayne Davison
· 19 years ago
f7d6dce
- Fixed an inc_recurse problem with implied dirs not getting created
by Wayne Davison
· 19 years ago
48a481c
Changed FLAG_DIR_CHANGED to FLAG_DIR_CREATED.
by Wayne Davison
· 19 years ago
8db8eac
- If two duplicate directories have identical outside-the-transfer
by Wayne Davison
· 19 years ago
e8e9e12
Reverting last change for a re-think.
by Wayne Davison
· 19 years ago
6e6daf5
Fixed a problem with duplicate dirs being unduplicated in the list:
by Wayne Davison
· 19 years ago
e73eed8
Added more local-network IPs to the "hosts allow" rsyncd config
by Wayne Davison
· 19 years ago
da13191
- Parse hard-link info as soon as we get it in inc_recurse mode.
by Wayne Davison
· 19 years ago
f2179fd
The server should not wait around for an extra end-of-run message.
by Wayne Davison
· 19 years ago
969cdff
Prevent a server from outputting an end-of-run message about its
by Wayne Davison
· 19 years ago
3b7bcaa
Got rid of duplicate error when push_pathname() fails.
by Wayne Davison
· 19 years ago
4abe379
Added an "ndx" arg to all the finish_hard_link() calls.
by Wayne Davison
· 19 years ago
c980db5
- Simplified the flist-spanning gnum logic in match_gnums().
by Wayne Davison
· 19 years ago
c35d6e3
Added --no-protect-args and --no-s.
by Wayne Davison
· 19 years ago
044dc29
- Made glob_expand_one() public.
by Wayne Davison
· 19 years ago
7a4adda
Added the --protect-args (-s) option, and made parse_arguments()
by Wayne Davison
· 19 years ago
f7e5068
- If the user specifies a source arg with a hostspec in it in a local-
by Wayne Davison
· 19 years ago
67b8f3d
- Renamed read_line() to be read_line_old().
by Wayne Davison
· 19 years ago
95a4406
Call the renamed read_line() function (was read_filesfrom_line()).
by Wayne Davison
· 19 years ago
7909e65
- Made start_socket_client() and start_inband_exchange() take a variable
by Wayne Davison
· 19 years ago
f74a3d8
Call the renamed read_line_old() function (was read_line()).
by Wayne Davison
· 19 years ago
ac59386
Used a couple "#if SUBPROTOCOL_VERSION != 0" conditionals.
by Wayne Davison
· 19 years ago
73a649b
Tweaked the pretend-ssh script.
by Wayne Davison
· 19 years ago
9b49704
Added a remote-shell substitute for use in testing and for certain
by Wayne Davison
· 19 years ago
ffbffc6
Improved the argv/argc variable names that are really pointers.
by Wayne Davison
· 19 years ago
968061b
Clarified something in the new --hard-links text.
by Wayne Davison
· 19 years ago
c47e3ee
Fixed two flist->files[first_hlink_ndx] references.
by Wayne Davison
· 19 years ago
549a3ef
Improved a sentence.
by Wayne Davison
· 19 years ago
accf8d1
Added a test combining -H with -c and a hard-linked file that has only
by Wayne Davison
· 19 years ago
0eeb9f5
If we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so that any
by Wayne Davison
· 19 years ago
7b46e30
Changed HLINK_BUMP() to look for either FLAG_HLINKED or FLAG_HLINK_DONE.
by Wayne Davison
· 19 years ago
35c8fd7
Disabled the debug messages relating to the e_fds vars.
by Wayne Davison
· 19 years ago
ba2d43d
- Got rid of caveat about -H not working with incremental recursion.
by Wayne Davison
· 19 years ago
2934902
Improved the handling of the file-status events received by the generator.
by Wayne Davison
· 19 years ago
d108e04
We don't disable inc_recurse due to -H anymore.
by Wayne Davison
· 19 years ago
d4d6646
Changes to allow hard-linking to work in inc_recurse mode.
by Wayne Davison
· 19 years ago
cf2d266
- Changes to allow hard-linking to work in inc_recurse mode.
by Wayne Davison
· 19 years ago
7918f24
Changed some instances of \" in checkit calls to '.
by Wayne Davison
· 19 years ago
9544261
Added weeding of "sending incremental file list" line to filter_outfile().
by Wayne Davison
· 19 years ago
354c9da
Added hashtable.o.
by Wayne Davison
· 19 years ago
6260657
Removed the old version of the hashtable functions and updated
by Wayne Davison
· 19 years ago
9863bdb
- Use the new hashtable structures and functions.
by Wayne Davison
· 19 years ago
83135e8
Updated hashtable structures.
by Wayne Davison
· 19 years ago
3692339
The hashtable routines from hlink.c modified to have more generic names,
by Wayne Davison
· 19 years ago
7e4b6b7
Use new0() function instead of new() followed by memset().
by Wayne Davison
· 19 years ago
a2dc4d6
Tweaked _new_array() to handle new use_calloc parameter.
by Wayne Davison
· 19 years ago
a443156
Added new0() and new_array0() to allocate and zero the memory.
by Wayne Davison
· 19 years ago
fbd91ca
One more tweak to latest omit-dir-times code.
by Wayne Davison
· 19 years ago
eb7a6e0
Added --no-omit-dir-times and --no-O.
by Wayne Davison
· 19 years ago
9889a34
Don't include the checksum_seed in the full-file MD5 checksum.
by Wayne Davison
· 19 years ago
8e1e60e
Bump up the SUBPROTOCOL_VERSION number.
by Wayne Davison
· 19 years ago
f999804
Made omit_dir_times a static variable in options.c by encoding
by Wayne Davison
· 19 years ago
07bbf87
Document the new --append and --append-verify options.
by Wayne Davison
· 19 years ago
77502cb
Downgrade the new --append option to --append-verify for protocols < 30.
by Wayne Davison
· 19 years ago
936fa86
Handle the new --append and --append-verify options.
by Wayne Davison
· 19 years ago
2f188c8
Tweaked a comment.
by Wayne Davison
· 19 years ago
83f5394
Make the verbose message about the file-list expansion clearer in
by Wayne Davison
· 19 years ago
24d677f
Don't omit the -4/-6 options if no IPv6 support was compiled into
by Wayne Davison
· 19 years ago
65a22a5
In pool_free_old(), one code path was not clearing a "next" pointer,
by Wayne Davison
· 19 years ago
a0f7023
Fix pool_create() to honor the POOL_INTERN flag. (Thanks to Brion Vibber.)
by Wayne Davison
· 19 years ago
4eff305
Fixed a null-pointer dereference pointed out by Olivier Thauvin.
by Wayne Davison
· 19 years ago
e208631
Improved the arg-checking of a daemon command.
by Wayne Davison
· 19 years ago
b553a3d
Document the RSYNC_CONNECT_PROG environment variable.
by Wayne Davison
· 19 years ago
e5f1a96
Added support for a %H escape in the value of the RSYNC_CONNECT_PROG
by Wayne Davison
· 19 years ago
eb7e7b2
Get rid of the comment that --xattrs implies --perms and the
by Wayne Davison
· 19 years ago
Next »