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
...
*
Output a syntax error if both the source and destination are remote.
Wayne Davison
2005-07-15
1
-0
/
+7
*
Make the --stats output come out after any delete-after messages.
Wayne Davison
2005-05-12
1
-7
/
+4
*
Use new MAX_SERVER_ARGS define instead of hard-wired "100".
Wayne Davison
2005-05-03
1
-1
/
+1
*
When rsync encountered an empty file list, it behaved differently
Wayne Davison
2005-04-23
1
-9
/
+10
*
- Only do read-/write-batch processing if we're not the server (needed
Wayne Davison
2005-04-09
1
-5
/
+7
*
- Conditionally include <locale.h>.
Wayne Davison
2005-04-01
1
-0
/
+7
*
Moved a call to output_summary() up a line.
Wayne Davison
2005-03-30
1
-1
/
+1
*
Split report() into handle_stats() and output_report() so that (1)
Wayne Davison
2005-03-29
1
-12
/
+24
*
Mention the index number for an "invalid packet at end of run".
Wayne Davison
2005-03-15
1
-2
/
+2
*
Got rid of the name-pipe from the generator to the receiver.
Wayne Davison
2005-03-09
1
-17
/
+4
*
A few minor tweaks to improve two error messages and make better use
Wayne Davison
2005-03-05
1
-8
/
+10
*
- Set the new global "the_file_list".
Wayne Davison
2005-03-03
1
-2
/
+6
*
Made the argv/argc parsing a little nicer.
Wayne Davison
2005-03-01
1
-15
/
+10
*
- Changes needed to handle new filesfrom_host variable.
Wayne Davison
2005-03-01
1
-88
/
+22
*
Tweaked a comment.
Wayne Davison
2005-02-28
1
-3
/
+3
*
Complain if the run-terminating keep-alive packets aren't what
Wayne Davison
2005-02-27
1
-13
/
+22
*
- Seems to me that sigusr2_handler() should call close_all() for
Wayne Davison
2005-02-27
1
-3
/
+6
*
Set kluge_around_eof to a -1 for the receiver's needs.
Wayne Davison
2005-02-26
1
-2
/
+2
*
Set kludge_around_eof when the receiver is trying to read a
Wayne Davison
2005-02-26
1
-0
/
+2
*
Handle keep-alive messages at the end of the transfer when
Wayne Davison
2005-02-26
1
-11
/
+32
*
Moved the delete-before support into generator.c.
Wayne Davison
2005-02-26
1
-6
/
+0
*
One more tweak to the need_name_pipe logic.
Wayne Davison
2005-02-23
1
-1
/
+2
*
We need the name-pipe for --inplace these days.
Wayne Davison
2005-02-22
1
-2
/
+3
*
- If --remove-sent-files was specified, abort if we're pulling from
Wayne Davison
2005-02-20
1
-0
/
+13
*
Tweaked some externs.
Wayne Davison
2005-02-19
1
-4
/
+4
*
Moved the auto-setting of --verbose when --dry-run is specified into
Wayne Davison
2005-02-16
1
-4
/
+0
*
Decided on a better option name --itemize-changes (-i).
Wayne Davison
2005-02-15
1
-2
/
+2
*
Don't force -v with -n if -w was specified.
Wayne Davison
2005-02-15
1
-2
/
+3
*
Set need_name_pipe if --fuzzy was specified.
Wayne Davison
2005-02-14
1
-1
/
+3
*
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
2005-02-14
1
-2
/
+2
*
Added missing calls to safe_fname() and full_fname().
Wayne Davison
2005-02-07
1
-7
/
+7
*
- Moved the cvs_exclude checks into send_filter_list() and
Wayne Davison
2005-02-04
1
-19
/
+5
*
Call add_filter() and add_filter_file() with their new flag args.
Wayne Davison
2005-02-03
1
-1
/
+1
*
Tweaked check in front of delete_files() call.
Wayne Davison
2005-01-29
1
-5
/
+3
*
Change one call to add_cvs_excludes() to add_filter() to just add
Wayne Davison
2005-01-29
1
-6
/
+5
*
Cast each value referenced from the struct mallinfo to a long
Wayne Davison
2005-01-28
1
-16
/
+24
*
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
2005-01-28
1
-1
/
+1
*
- Output the new flist time stats (when available).
Wayne Davison
2005-01-27
1
-0
/
+20
*
Needed to call add_cvs_excludes() from one more code path.
Wayne Davison
2005-01-25
1
-0
/
+2
*
Renamed several exclude-related functions/variables using new
Wayne Davison
2005-01-25
1
-4
/
+4
*
Moved a call to add_cvs_exclude() from the delete code to one code-
Wayne Davison
2005-01-24
1
-0
/
+2
*
Go back to requiring -r for deletes to happen.
Wayne Davison
2005-01-23
1
-2
/
+1
*
- Use the new delete_before var.
Wayne Davison
2005-01-22
1
-8
/
+10
*
Mustn't override a user-specified list_only value.
Wayne Davison
2005-01-22
1
-3
/
+2
*
Got rid of an unneeded assert().
Wayne Davison
2005-01-17
1
-3
/
+1
*
We also need the "name pipe" from the generator to the receiver
Wayne Davison
2005-01-14
1
-1
/
+2
*
Moved the reading of the final MSG_DONE message from here to
Wayne Davison
2005-01-10
1
-1
/
+0
*
Switching to a better rsync_port fix.
Wayne Davison
2004-12-08
1
-4
/
+2
*
Set default port value for a :: file-spec without a port number.
Wayne Davison
2004-12-06
1
-2
/
+4
*
The compare_dest variable changed.
Wayne Davison
2004-11-27
1
-2
/
+2
[prev]
[next]