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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Fixed a socket-data conflict when verbosity is >= 2 and the
Wayne Davison
2004-11-20
1
-4
/
+13
*
Call set_msg_fd_in() during the early phase of being a client sender
Wayne Davison
2004-11-20
1
-0
/
+3
*
Tweaked the error code for a pipe() failure.
Wayne Davison
2004-11-13
1
-2
/
+2
*
Die with an appropriate error if do_fork() fails.
Wayne Davison
2004-11-13
1
-1
/
+6
*
Checking in the g2r-basis-filename patch that ensures that the receiver
Wayne Davison
2004-11-03
1
-4
/
+17
*
Improved an error message by using rsyserr().
Wayne Davison
2004-10-07
1
-1
/
+1
*
Set our stderr output to blocking I/O to avoid any loss of output.
Wayne Davison
2004-09-29
1
-0
/
+10
[prev]
[next]