Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_rsync
/
7fd24bef0fb5d3f7e07af433cfbdea0f00becdbc
/
rsync.c
2c681b8
Some fixes after compiling on cygwin.
by Wayne Davison
· 6 years ago
e63ff70
Some indentation fixes.
by Wayne Davison
· 6 years ago
d326961
Fix overzealous setting of mtime & tweak time comparisons
by Wayne Davison
· 6 years ago
b936741
Added --atimes and --set-noatime options.
by Wayne Davison
· 6 years ago
d297021
Spelling fixes from a Fossies run done by Jens.
by Wayne Davison
· 6 years ago
1c82a1e
A few file-data improvements.
by Wayne Davison
· 6 years ago
c5fabfb
Set Copyright years and make them easier to update
by Wayne Davison
· 6 years ago
b32aa47
Make exit_cleanup() use _exit() if called from a signal handler.
by Wayne Davison
· 6 years ago
3e2e4b5
Tweak the copyright year.
by Wayne Davison
· 7 years ago
0f8e9e2
Don't force nanoseconds if a file wasn't transferred or checksummed.
by Wayne Davison
· 8 years ago
473108a
Tweak copyright date.
by Wayne Davison
· 8 years ago
70aeb5f
Sanitize xname in read_ndx_and_attrs.
by Jeriko One
· 8 years ago
b973bff
If a backup fails (e.g. full disk) rsync should fail. Fixes bug 11668.
by Wayne Davison
· 10 years ago
453914e
Update the copyright year.
by Wayne Davison
· 11 years ago
23afe20
Brant Gurganus's autoconf updates.
by Wayne Davison
· 11 years ago
962f8b9
Complain if an inc-recursive path is not right for its dir.
by Wayne Davison
· 11 years ago
5b34561
Call set_modtime even if only NSEC is different.
by Wayne Davison
· 11 years ago
dfa5b49
Bump the year to 2014.
by Wayne Davison
· 12 years ago
0e3152f
Change owner+group before setting xattrs to avoid xattr loss. Fixes bug 10163.
by Wayne Davison
· 12 years ago
d4070db
Avoid I/O via signal-handler thread.
by Wayne Davison
· 13 years ago
cb784f1
Improve iconvbufs() to do more buffer size checks.
by Wayne Davison
· 13 years ago
7e1a9c4
Update copyright year.
by Wayne Davison
· 13 years ago
d42e718
Add free_stat_x() inline function.
by Wayne Davison
· 13 years ago
0d34fbd
Make daemon listener exit w/code 0 on SIGTERM.
by Wayne Davison
· 14 years ago
eee2c77
Some uid/gid fixes for (id_t)-1 and other large ID values.
by Wayne Davison
· 15 years ago
69be312
Some minor variable and flag cleanup.
by Wayne Davison
· 15 years ago
743348e
Fix issues with unchanged_attrs() for symlinks.
by Wayne Davison
· 15 years ago
ba342e2
Undo unintended mode-reference tweak.
by Wayne Davison
· 16 years ago
2624e00
Add --omit-link-times and use CAN_SET_SYMLINK_TIMES less.
by Wayne Davison
· 16 years ago
3b22184
Avoid a non-writable-by-the-user file when copying xattrs.
by Wayne Davison
· 16 years ago
05c3601
More --timeout improvements, especially for the receiving side:
by Wayne Davison
· 16 years ago
92d0214
Improve --timeout method to take into account all I/O that is going on.
by Wayne Davison
· 16 years ago
82b2a31
Added an am_receiver variable.
by Wayne Davison
· 16 years ago
d03c0b1
Fix a comment.
by Wayne Davison
· 16 years ago
907e6a3
Change the handling of circular buffers to not waste 4 bytes
by Wayne Davison
· 16 years ago
23a0d1e
Get rid of some unneeded externs.
by Wayne Davison
· 16 years ago
d8a7290
Give iconvbufs() an ICB_INIT flag.
by Wayne Davison
· 16 years ago
20caffd
A major overhaul of I/O routines, creating perform_io().
by Wayne Davison
· 16 years ago
ee1c00f
Pass "new_mode" to set_acl() and change its return values.
by Wayne Davison
· 17 years ago
1a2e41a
Add support for transferring & setting nsec time values.
by Wayne Davison
· 17 years ago
ce827c3
Have the sender use dead time to pad out the file list.
by Wayne Davison
· 17 years ago
21cddef
Improved the backup code:
by Wayne Davison
· 17 years ago
b3bf9b9
Update the copyright year.
by Wayne Davison
· 17 years ago
09ca0d1
Added init_stat_x() to avoid duplication of acl/xattr init code.
by Wayne Davison
· 17 years ago
08b7c3e
Fixed send_protected_args() to send "." in place of an empty arg.
by Wayne Davison
· 17 years ago
8b3e605
Improved the fix that ensures that the generator gets notified about an
by Wayne Davison
· 18 years ago
e982d59
Changed flist_for_ndx() to optionally die with an error
by Wayne Davison
· 18 years ago
f303b74
Added logic to the receiving side to ensure that the --delete-during
by Wayne Davison
· 18 years ago
c9f540f
Changed the iconv-related message that was being output as the
by Wayne Davison
· 18 years ago
eabc85e
Added a debug-helping option, --msgs2stderr, than should help all
by Wayne Davison
· 18 years ago
951e826
Added the --info=FLAGS an --debug=FLAGS options, which allows
by Wayne Davison
· 18 years ago
4337eeb
A cuple more fixes for --xattrs combined with --backup, this time to
by Wayne Davison
· 18 years ago
e9489cd
Fixed several issues with preserving xattrs when using --backup.
by Wayne Davison
· 18 years ago
7abcfd8
Moved declaration of "int i" outside the ifdef in send_protected_args().
by Wayne Davison
· 18 years ago
53936ef
Fixed the use of --protect-args (-s) with a daemon.
by Wayne Davison
· 18 years ago
ee39281
Fixed the 'T' itemized output for a symlink the right way this time.
by Wayne Davison
· 18 years ago
d3d07a5
Include 2008 in the copyright years.
by Wayne Davison
· 18 years ago
0099e42
Only set FLAG_TIME_FAILED if receiver_symlink_times is set.
by Wayne Davison
· 18 years ago
1ed56a0
Extended the protocol-30 info-passing code at startup, and use it to
by Wayne Davison
· 18 years ago
87629cf
Re-indent some code in set_file_attrs() to make the flow clearer.
by Wayne Davison
· 18 years ago
83235db
Fixed a case where the receiver indicates a successful update when the
by Wayne Davison
· 18 years ago
65b4e4b
Updated indexing for accurate progress and improved raw ndx values.
by Wayne Davison
· 18 years ago
4d7c8e6
We now call set_stat_xattr() before set_xattr().
by Wayne Davison
· 18 years ago
e107b6b
Fixed a problem with --fake-super not getting the fully tweaked new_mode
by Wayne Davison
· 18 years ago
3f0211b
New logging categories added to allow differentiation between
by Wayne Davison
· 18 years ago
b7386d2
Avoid verbose output during the forwarding of flist data (for now, at least).
by Wayne Davison
· 18 years ago
b1eca24
Avoid a crash if we read an index value without a valid first_flist.
by Wayne Davison
· 18 years ago
4efa116
We need to provide iconvbufs() anytime ICONV_CONST is defined.
by Wayne Davison
· 18 years ago
2e52ba3
Added braces to an empty "if" (to avoid any complaints from a compiler
by Wayne Davison
· 18 years ago
1371087
Changed "statx" to "stat_x" to try to work around a build problem on AIX.
by Wayne Davison
· 19 years ago
6191429
Added a missing "void" to the arg-spec of setup_iconv().
by Wayne Davison
· 19 years ago
1b42f62
Moved inline functions from rsync.h into ifuncs.h.
by Wayne Davison
· 19 years ago
2ac9793
- Added new iconvbufs() conversion function that is now used for
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
f999804
Made omit_dir_times a static variable in options.c by encoding
by Wayne Davison
· 19 years ago
8e41b68
Tweaking the license text a bit more.
by Wayne Davison
· 19 years ago
6755a7d
If we get an ndx that is 1 entry prior to an incremental flist's
by Wayne Davison
· 19 years ago
9decb4d
Changed "count" to "used" in struct file_list since there can
by Wayne Davison
· 19 years ago
4fd842f
Switching to GPL 3.
by Wayne Davison
· 19 years ago
9b25ef3
Switch the checking of preserve_[ug]id var to checking [ug]id_ndx var
by Wayne Davison
· 19 years ago
1faa1a6
Output a -vvv(erbose) message when receiving an incremental file list.
by Wayne Davison
· 19 years ago
59fd2a5
Improved the error message when a dir-number is out of bounds.
by Wayne Davison
· 19 years ago
858d45f
Cast some F_OWNER()/F_GROUP() values to make sure that we don't get
by Wayne Davison
· 19 years ago
4ade505
- Use F_OWNER() and F_GROUP() instead of F_UID() and F_GID().
by Wayne Davison
· 19 years ago
8f3335a
The server now needs the F_NDX() data for --iconv with incremental recursion.
by Wayne Davison
· 19 years ago
332cf6d
The --iconv option has now made it to the trunk.
by Wayne Davison
· 19 years ago
9439c0c
Adding the --fake-super option.
by Wayne Davison
· 19 years ago
19d4cac
We now allow verbose messages to be sent when forwarding incremental-recursion
by Wayne Davison
· 19 years ago
16edf86
The improved --xattrs option is landing on the trunk.
by Wayne Davison
· 19 years ago
1c3344a
The ACL support has arrived! This version has a brand new protocol
by Wayne Davison
· 19 years ago
3831f06
- Moved the second send_extr_file_list() call to a better spot.
by Wayne Davison
· 19 years ago
ba2133d
Further modifications to the copyright comment section.
by Wayne Davison
· 19 years ago
100018b
Mention the year 2007 in the copyright declarations.
by Wayne Davison
· 19 years ago
87a34ce
The code can now set cur_flist to NULL sooner than it used to, so the
by Wayne Davison
· 19 years ago
3ea6e0e
Changed the variable "incremental" to "inc_recurse".
by Wayne Davison
· 19 years ago
8c18ebe
Got rid of unused externs.
by Wayne Davison
· 19 years ago
9ae7a2c
Use write_ndx() and read_ndx().
by Wayne Davison
· 19 years ago
f3d6d48
Handle the new incremental-recursion mode.
by Wayne Davison
· 19 years ago
225aeca
Use new BITS_EQUAL() define.
by Wayne Davison
· 19 years ago
82ad07c
- Typical tranfers now save 12-20 bytes per file because several vars
by Wayne Davison
· 19 years ago
Next »