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
*
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
*
Updated the FSF's address to an even newer one.
Wayne Davison
2006-04-25
1
-3
/
+3
*
- Updated the address for the FSF in the opening comment.
Wayne Davison
2006-04-25
1
-21
/
+23
*
Don't allow overwriting a non-directory with a directory (just
Wayne Davison
2006-03-02
1
-0
/
+7
*
If get_local_name() fails to stat() the destination for any
Wayne Davison
2006-03-02
1
-2
/
+6
*
Make sure the receiver resets copy_dirlinks (so that it can't
Wayne Davison
2006-02-24
1
-1
/
+2
*
- Call mkdir_defmode() instead of do_mkdir().
Wayne Davison
2006-02-24
1
-5
/
+3
*
Rsync no longer returns a usage error when used with one local
Wayne Davison
2006-02-23
1
-8
/
+10
*
Made the formerly static sigchld_handler() available as a
Wayne Davison
2006-02-20
1
-5
/
+5
*
We now ignore the SIGXFSZ signal (if it is defined).
Wayne Davison
2006-02-11
1
-0
/
+3
*
Make sure that we don't try to use iconv() without iconv.h.
Wayne Davison
2006-02-05
1
-2
/
+2
*
Changed HAVE_ICONV to HAVE_ICONV_OPEN.
Wayne Davison
2006-02-05
1
-2
/
+2
*
Call setup_iconv().
Wayne Davison
2006-02-04
1
-0
/
+6
*
Allow sigaction() to be used even if sigprocmask() isn't around
Wayne Davison
2006-02-03
1
-4
/
+10
*
- Call SIGACTION() instead of signal().
Wayne Davison
2006-02-02
1
-12
/
+27
*
- Improved get_local_name() using ideas from Matt McCutchen's
Wayne Davison
2006-01-15
1
-31
/
+82
*
Got rid of calls to (the soon to vanish) safe_fname() function.
Wayne Davison
2006-01-13
1
-6
/
+6
*
Return RERR_SIGNAL1 from sigusr1_handler().
Wayne Davison
2005-12-16
1
-1
/
+1
*
Parse single- and double-quotes in the --rsh/-e option (and RSYNC_RSH).
Wayne Davison
2005-12-14
1
-6
/
+32
*
Output the stats and the end-of-run verbose output using the new
Wayne Davison
2005-11-12
1
-17
/
+17
*
- Indent the "oom:" label away from column 0.
Wayne Davison
2005-11-10
1
-2
/
+1
*
Got rid of some early-checksum code that accidentally got committed.
Wayne Davison
2005-11-02
1
-19
/
+0
*
- Changed the "status" variables into "exit_code" variables.
Wayne Davison
2005-10-26
1
-23
/
+24
*
Changed wait_process() into a simpler, yet more versatile function,
Wayne Davison
2005-10-24
1
-22
/
+28
*
Some systems don't define WCOREDUMP(), so #ifdef that code.
Wayne Davison
2005-09-26
1
-1
/
+23
*
Fixed wait_process() to handle cases where waitpid() fails or
Wayne Davison
2005-09-26
1
-7
/
+17
*
Got rid of some old command-line parsing code that was only
Wayne Davison
2005-09-16
1
-16
/
+1
*
Got rid of some unused externs.
Wayne Davison
2005-07-22
1
-5
/
+0
*
Avoid newest test when no destination was specified.
Wayne Davison
2005-07-15
1
-1
/
+1
*
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
[next]