index
:
android_external_rsync
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
gb-release-7.2
gingerbread
gingerbread-release
ics
jellybean
jellybean-stable
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
master
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/lineage-15.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Call set_allow_inc_recurse() for situations that don't call server_options().
Wayne Davison
2007-10-16
1
-0
/
+2
*
Conditionalize the call to setup_iconv().
Wayne Davison
2007-10-10
1
-2
/
+10
*
Reposition the call to setup_iconv() so that it gets called only once
Wayne Davison
2007-10-07
1
-1
/
+6
*
Set xfer_dirs when we set list_only.
Wayne Davison
2007-10-07
1
-3
/
+9
*
Allow additional remote args to contain an identical hostname instead
Wayne Davison
2007-09-30
1
-9
/
+24
*
Fixed a crash bug in get_local_name() when the file list is empty.
Wayne Davison
2007-09-23
1
-1
/
+2
*
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
2007-09-22
1
-0
/
+1
*
- Make use of new iconvbufs() function.
Wayne Davison
2007-09-18
1
-21
/
+37
*
We set FLAG_DIR_CREATED on a dot dir that got created by
Wayne Davison
2007-09-15
1
-2
/
+2
*
- Parse hard-link info as soon as we get it in inc_recurse mode.
Wayne Davison
2007-09-15
1
-2
/
+10
*
- If the user specifies a source arg with a hostspec in it in a local-
Wayne Davison
2007-09-09
1
-58
/
+117
*
Changes to allow hard-linking to work in inc_recurse mode.
Wayne Davison
2007-09-03
1
-2
/
+3
*
Improved the arg-checking of a daemon command.
Wayne Davison
2007-08-11
1
-24
/
+14
*
Tweaking the license text a bit more.
Wayne Davison
2007-07-10
1
-2
/
+3
*
Changed "count" to "used" in struct file_list since there can
Wayne Davison
2007-07-07
1
-2
/
+2
*
Switching to GPL 3.
Wayne Davison
2007-07-07
1
-3
/
+2
*
The --iconv option has now made it to the trunk.
Wayne Davison
2007-04-26
1
-3
/
+3
*
Call the new {read,write}_varlong30() names for the long-int
Wayne Davison
2007-04-20
1
-16
/
+17
*
The improved --xattrs option is landing on the trunk.
Wayne Davison
2007-04-07
1
-6
/
+6
*
Further modifications to the copyright comment section.
Wayne Davison
2007-02-04
1
-4
/
+3
*
Mention the year 2007 in the copyright declarations.
Wayne Davison
2007-01-31
1
-1
/
+1
*
Changed the variable "incremental" to "inc_recurse".
Wayne Davison
2007-01-27
1
-3
/
+3
*
The last MSG_DONE from the receiver to the generator is now followed
Wayne Davison
2007-01-27
1
-1
/
+2
*
Use write_ndx() and read_ndx().
Wayne Davison
2006-12-28
1
-1
/
+1
*
Handle the new incremental-recursion mode.
Wayne Davison
2006-12-28
1
-41
/
+55
*
Improved the new --pasword-file error message.
Wayne Davison
2006-12-24
1
-2
/
+2
*
If the user specified --password-file without using daemon mode,
Wayne Davison
2006-12-24
1
-0
/
+7
*
Moved the write_stream_flags() call from io.c into main.c so that
Wayne Davison
2006-12-18
1
-0
/
+3
*
Moved the calls to init_hard_links() into flist.c.
Wayne Davison
2006-12-15
1
-10
/
+0
*
Call the new hard-link init functions.
Wayne Davison
2006-12-09
1
-1
/
+11
*
Some minor format tweaks.
Wayne Davison
2006-12-07
1
-8
/
+3
*
The wait_process() call now handles EINTR.
Wayne Davison
2006-12-06
1
-1
/
+5
*
#ifdef calls to hard-link functions.
Wayne Davison
2006-12-06
1
-0
/
+2
*
- Typical tranfers now save 12-20 bytes per file because several vars
Wayne Davison
2006-12-03
1
-2
/
+2
*
Output the size of the file list using human_num().
Wayne Davison
2006-11-21
1
-1
/
+2
*
Changed sprintf() calls to snprintf().
Wayne Davison
2006-10-13
1
-2
/
+2
*
Removed the changes in symlink handling in non-chroot daemon mode as
Wayne Davison
2006-10-12
1
-15
/
+1
*
Added a new variable, new_root_dir, that is set if we created the
Wayne Davison
2006-10-11
1
-0
/
+3
*
Changed the fix_basis_dirs() function to only remove a single ../
Wayne Davison
2006-10-10
1
-7
/
+18
*
- Call push_dir() with its new boolean arg, including the spot in
Wayne Davison
2006-10-08
1
-9
/
+34
*
Decided that I like remove-source-files better than remove-sender-files.
Wayne Davison
2006-06-30
1
-3
/
+3
*
The remove_sent_files var was renamed to remove_sender_files.
Wayne Davison
2006-06-30
1
-3
/
+4
*
Improved some comments in get_local_name() and improved the
Wayne Davison
2006-06-05
1
-12
/
+19
*
Changed rprintf() messages that started with a newline into two
Wayne Davison
2006-06-01
1
-5
/
+8
*
Got rid of the call to log_exit() now that the cleanup code handles this.
Wayne Davison
2006-05-09
1
-1
/
+0
*
- Moved the sanitizing of the partial_dir value here from options.c.
Wayne Davison
2006-05-05
1
-1
/
+27
*
Call the new die_on_unsafe_path() function in a few places.
Wayne Davison
2006-05-05
1
-4
/
+16
*
- Call safe_stat() instead of do_stat() when a sanitizing daemon might
Wayne Davison
2006-05-03
1
-9
/
+3
*
Set a new variable, startdir_depth, to indicate how deep the
Wayne Davison
2006-05-02
1
-5
/
+8
*
We sanitize the --*-dest args here so they can be relative to the
Wayne Davison
2006-04-28
1
-0
/
+15
[next]