index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
options.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed the use of --protect-args (-s) with a daemon.
Wayne Davison
2008-03-15
1
-10
/
+6
*
(Matt) Add missing --no-y option.
Wayne Davison
2008-03-10
1
-0
/
+1
*
The --fake-super option conflicts with -XX (which copies internal
Wayne Davison
2008-03-07
1
-1
/
+7
*
Added even more no-OPTION overrides.
Wayne Davison
2008-03-06
1
-8
/
+19
*
Updated copyright year in --version output and improved the release
Wayne Davison
2008-03-03
1
-1
/
+1
*
Include 2008 in the copyright years.
Wayne Davison
2008-03-01
1
-1
/
+1
*
Fixed a compilation problem when iconv support is disabled.
Wayne Davison
2008-02-18
1
-0
/
+2
*
Extended the protocol-30 info-passing code at startup, and use it to
Wayne Davison
2008-02-18
1
-12
/
+16
*
Added --no-one-file-system and --no-x options.
Wayne Davison
2008-02-18
1
-0
/
+2
*
Some daemon security improvements, including the new parameters
Wayne Davison
2008-02-15
1
-3
/
+17
*
Fixed the combination of --dry-run and --only-write-batch.
Wayne Davison
2008-01-19
1
-1
/
+2
*
Fixed the check_filter() calls that might be checking an absolute path
Wayne Davison
2007-12-16
1
-9
/
+17
*
Refer to delta-transfer algorithm rather than rsync algorithm.
Wayne Davison
2007-12-15
1
-1
/
+1
*
Adding --contimeout=SECONDS option.
Wayne Davison
2007-11-28
1
-1
/
+4
*
Got rid of the unused symlink parameter to sanitize_path().
Wayne Davison
2007-11-20
1
-5
/
+5
*
Improve the man page and --help descriptions of --dry-run. In
Wayne Davison
2007-11-08
1
-1
/
+1
*
Some changes to allow an unsorted file list even if the iconv option
Wayne Davison
2007-11-06
1
-1
/
+1
*
Fixed some typos that Matt pointed out.
Wayne Davison
2007-11-05
1
-1
/
+1
*
Call clean_fname() with new flag arg.
Wayne Davison
2007-10-31
1
-5
/
+5
*
- Send an 'i' in the -e arg to the server if we can support inc_recurse.
Wayne Davison
2007-10-16
1
-8
/
+13
*
We don't need to send --no-i-r anymore.
Wayne Davison
2007-10-16
1
-3
/
+0
*
Reposition the call to setup_iconv() so that it gets called only once
Wayne Davison
2007-10-07
1
-1
/
+0
*
We now send -d to the server for a list-only transfer w/o -r (rather
Wayne Davison
2007-10-07
1
-7
/
+2
*
Got rid of some SPACE-TAB sequencs in the indentation.
Wayne Davison
2007-09-30
1
-6
/
+6
*
Avoid a checker warning about unfreed memory.
Wayne Davison
2007-09-23
1
-2
/
+4
*
We now forward the --no-implied-dirs option to the receiving side,
Wayne Davison
2007-09-22
1
-1
/
+2
*
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
2007-09-22
1
-0
/
+1
*
Switching to --no-i-r from --no-ir.
Wayne Davison
2007-09-18
1
-2
/
+1
*
- Improved -s support.
Wayne Davison
2007-09-18
1
-22
/
+30
*
- Fixed a bug in the passing of the --max-delete option.
Wayne Davison
2007-09-15
1
-4
/
+7
*
Added --no-protect-args and --no-s.
Wayne Davison
2007-09-09
1
-1
/
+3
*
Added the --protect-args (-s) option, and made parse_arguments()
Wayne Davison
2007-09-09
1
-3
/
+16
*
Improved the argv/argc variable names that are really pointers.
Wayne Davison
2007-09-08
1
-18
/
+19
*
One more tweak to latest omit-dir-times code.
Wayne Davison
2007-09-02
1
-5
/
+9
*
Added --no-omit-dir-times and --no-O.
Wayne Davison
2007-09-02
1
-0
/
+2
*
Made omit_dir_times a static variable in options.c by encoding
Wayne Davison
2007-09-01
1
-7
/
+10
*
Handle the new --append and --append-verify options.
Wayne Davison
2007-09-01
1
-4
/
+16
*
Don't omit the -4/-6 options if no IPv6 support was compiled into
Wayne Davison
2007-08-22
1
-10
/
+7
*
Improved the arg-checking of a daemon command.
Wayne Davison
2007-08-11
1
-2
/
+2
*
Make the --xattrs option not imply --perms.
Wayne Davison
2007-08-04
1
-2
/
+1
*
Fixed the port-parsing in an rsync:// path; e.g., this now
Wayne Davison
2007-08-01
1
-1
/
+1
*
If --no-ir is specified, pass it to the server.
Wayne Davison
2007-07-24
1
-0
/
+3
*
We now take a negative value specified to --max-delete as being
Wayne Davison
2007-07-15
1
-17
/
+20
*
Parse the --skip-compress=LIST option and sent it to the sending side.
Wayne Davison
2007-07-14
1
-0
/
+9
*
Made some descriptions concerning modification times clearer.
Wayne Davison
2007-07-12
1
-2
/
+2
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
We omit copying any user-space rsync.%FOO attributes unless the
Wayne Davison
2007-07-02
1
-2
/
+5
*
- Added the --qsort option.
Wayne Davison
2007-05-24
1
-9
/
+25
*
Clumped some option-sending together that only happens on the sending side.
Wayne Davison
2007-05-05
1
-22
/
+24
[next]