index
:
platform/upstream/rsync
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_wearable
backup/rsync-3.1.1-20220217
pristine-tar
sandbox/backup/rsync_3.2.3_20240122
sandbox/dh0128.kwak/rsync-3.2.3-20220216
sandbox/rsync_3.2.7
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_ivi_genivi
upstream
Domain: System / Base;
Donghun Kwak <dh0128.kwak@samsung.com>, hyunjee Kim <hj0426.kim@samsung.com>, JinWang An <jinwang.an@samsung.com>, Kiseok Chang <kiso.chang@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-03-30
Moved a call to output_summary() up a line.
Wayne Davison
1
-1
/
+1
2005-03-29
Split report() into handle_stats() and output_report() so that (1)
Wayne Davison
1
-12
/
+24
2005-03-15
Mention the index number for an "invalid packet at end of run".
Wayne Davison
1
-2
/
+2
2005-03-09
Got rid of the name-pipe from the generator to the receiver.
Wayne Davison
1
-17
/
+4
2005-03-05
A few minor tweaks to improve two error messages and make better use
Wayne Davison
1
-8
/
+10
2005-03-03
- Set the new global "the_file_list".
Wayne Davison
1
-2
/
+6
2005-03-01
Made the argv/argc parsing a little nicer.
Wayne Davison
1
-15
/
+10
2005-03-01
- Changes needed to handle new filesfrom_host variable.
Wayne Davison
1
-88
/
+22
2005-02-28
Tweaked a comment.
Wayne Davison
1
-3
/
+3
2005-02-27
Complain if the run-terminating keep-alive packets aren't what
Wayne Davison
1
-13
/
+22
2005-02-27
- Seems to me that sigusr2_handler() should call close_all() for
Wayne Davison
1
-3
/
+6
2005-02-26
Set kluge_around_eof to a -1 for the receiver's needs.
Wayne Davison
1
-2
/
+2
2005-02-26
Set kludge_around_eof when the receiver is trying to read a
Wayne Davison
1
-0
/
+2
2005-02-26
Handle keep-alive messages at the end of the transfer when
Wayne Davison
1
-11
/
+32
2005-02-26
Moved the delete-before support into generator.c.
Wayne Davison
1
-6
/
+0
2005-02-23
One more tweak to the need_name_pipe logic.
Wayne Davison
1
-1
/
+2
2005-02-22
We need the name-pipe for --inplace these days.
Wayne Davison
1
-2
/
+3
2005-02-20
- If --remove-sent-files was specified, abort if we're pulling from
Wayne Davison
1
-0
/
+13
2005-02-19
Tweaked some externs.
Wayne Davison
1
-4
/
+4
2005-02-16
Moved the auto-setting of --verbose when --dry-run is specified into
Wayne Davison
1
-4
/
+0
2005-02-15
Decided on a better option name --itemize-changes (-i).
Wayne Davison
1
-2
/
+2
2005-02-15
Don't force -v with -n if -w was specified.
Wayne Davison
1
-2
/
+3
2005-02-14
Set need_name_pipe if --fuzzy was specified.
Wayne Davison
1
-1
/
+3
2005-02-14
John E. Malmberg convinced me to standardize on #ifs for defined
Wayne Davison
1
-2
/
+2
2005-02-07
Added missing calls to safe_fname() and full_fname().
Wayne Davison
1
-7
/
+7
2005-02-04
- Moved the cvs_exclude checks into send_filter_list() and
Wayne Davison
1
-19
/
+5
2005-02-03
Call add_filter() and add_filter_file() with their new flag args.
Wayne Davison
1
-1
/
+1
2005-01-29
Tweaked check in front of delete_files() call.
Wayne Davison
1
-5
/
+3
2005-01-29
Change one call to add_cvs_excludes() to add_filter() to just add
Wayne Davison
1
-6
/
+5
2005-01-28
Cast each value referenced from the struct mallinfo to a long
Wayne Davison
1
-16
/
+24
2005-01-28
Use "#if" (not "#ifdef") for configure-defined macros.
Wayne Davison
1
-1
/
+1
2005-01-27
- Output the new flist time stats (when available).
Wayne Davison
1
-0
/
+20
2005-01-25
Needed to call add_cvs_excludes() from one more code path.
Wayne Davison
1
-0
/
+2
2005-01-25
Renamed several exclude-related functions/variables using new
Wayne Davison
1
-4
/
+4
2005-01-24
Moved a call to add_cvs_exclude() from the delete code to one code-
Wayne Davison
1
-0
/
+2
2005-01-23
Go back to requiring -r for deletes to happen.
Wayne Davison
1
-2
/
+1
2005-01-22
- Use the new delete_before var.
Wayne Davison
1
-8
/
+10
2005-01-22
Mustn't override a user-specified list_only value.
Wayne Davison
1
-3
/
+2
2005-01-17
Got rid of an unneeded assert().
Wayne Davison
1
-3
/
+1
2005-01-14
We also need the "name pipe" from the generator to the receiver
Wayne Davison
1
-1
/
+2
2005-01-10
Moved the reading of the final MSG_DONE message from here to
Wayne Davison
1
-1
/
+0
2004-12-08
Switching to a better rsync_port fix.
Wayne Davison
1
-4
/
+2
2004-12-06
Set default port value for a :: file-spec without a port number.
Wayne Davison
1
-2
/
+4
2004-11-27
The compare_dest variable changed.
Wayne Davison
1
-2
/
+2
2004-11-20
Fixed a socket-data conflict when verbosity is >= 2 and the
Wayne Davison
1
-4
/
+13
2004-11-20
Call set_msg_fd_in() during the early phase of being a client sender
Wayne Davison
1
-0
/
+3
2004-11-13
Tweaked the error code for a pipe() failure.
Wayne Davison
1
-2
/
+2
2004-11-13
Die with an appropriate error if do_fork() fails.
Wayne Davison
1
-1
/
+6
2004-11-03
Checking in the g2r-basis-filename patch that ensures that the receiver
Wayne Davison
1
-4
/
+17
2004-10-07
Improved an error message by using rsyserr().
Wayne Davison
1
-1
/
+1
[next]