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
/
generator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Obey the max_size setting.
Wayne Davison
2004-11-11
1
-0
/
+5
*
Checking in the g2r-basis-filename patch that ensures that the receiver
Wayne Davison
2004-11-03
1
-42
/
+52
*
The device-handling code is no longer omitted based on HAVE_MKNOD
Wayne Davison
2004-10-01
1
-2
/
+0
*
Output a backup message when verbose > 1 and we did a copy prior
Wayne Davison
2004-09-20
1
-0
/
+2
*
When --backup is used with --inplace, we make a copy of the destination
Wayne Davison
2004-09-07
1
-4
/
+47
*
A minor optimization to the partial-dir code.
Wayne Davison
2004-09-07
1
-10
/
+8
*
Fix the case where a partial-dir file exists but the destination
Wayne Davison
2004-09-07
1
-10
/
+16
*
If dry_run is > 1 then the destination directory was missing, so we
Wayne Davison
2004-08-05
1
-2
/
+8
*
Decided that we don't need to limit the block size after all now
Wayne Davison
2004-08-03
1
-1
/
+0
*
Call map_file() with its new args, including a suggested window
Wayne Davison
2004-08-03
1
-2
/
+2
*
Got rid of bogus compare_dest scan in skip_file() -- it must checksum
Wayne Davison
2004-07-29
1
-10
/
+1
*
Added the new --partial-dir option.
Wayne Davison
2004-07-29
1
-1
/
+12
*
- Explicitly save the stat()'s errno so that we can be sure we're
Wayne Davison
2004-07-28
1
-34
/
+27
*
Use the new safe_fname() function.
Wayne Davison
2004-07-26
1
-16
/
+23
*
Tweaked a compound line.
Wayne Davison
2004-07-23
1
-3
/
+2
*
In read_batch mode, we now let the code write out the index value
Wayne Davison
2004-07-21
1
-6
/
+3
*
- Call map_file() with the new block_size arg (had to delay the
Wayne Davison
2004-07-20
1
-13
/
+12
*
Moved the read_batch abort check below the code that handles the
Wayne Davison
2004-07-17
1
-3
/
+3
*
Changed a MIN() to a MAX() when setting max_map_size.
Wayne Davison
2004-07-17
1
-1
/
+1
*
- Limit the maximum block size we compute for a file.
Wayne Davison
2004-07-16
1
-0
/
+3
*
My modified version of Chris Shoemaker's improved batch-file handling.
Wayne Davison
2004-07-15
1
-0
/
+4
*
The "len" to generate_and_send_sums() is supposed to be an OFF_T.
Wayne Davison
2004-07-14
1
-1
/
+1
*
Got rid of the disable_deltas_p() function (the whole_file value
Wayne Davison
2004-07-13
1
-22
/
+2
*
In generate_files(), changed arg "f" to "f_out", as Chris Shoemaker
Wayne Davison
2004-07-12
1
-5
/
+5
*
Some simple whitespace tweaks.
Wayne Davison
2004-06-30
1
-2
/
+2
*
Made recv_generator static.
Wayne Davison
2004-06-29
1
-3
/
+4
*
Optimized away a call to cmp_modtime() for a compare-dest file.
Wayne Davison
2004-06-29
1
-1
/
+2
*
Restoring correct skip_file() return semantics.
Wayne Davison
2004-06-23
1
-9
/
+9
*
Thought skip_file() wasn't returning 1 for "skip" and 0 or "keep"
Wayne Davison
2004-06-23
1
-15
/
+12
*
Fixed some typos in a comment, moved an extern, and made a few
Wayne Davison
2004-06-18
1
-9
/
+14
*
- Moved --keep-dirlinks code over to flist.c.
Wayne Davison
2004-06-11
1
-11
/
+2
*
New --keep-dirlinks option.
Wayne Davison
2004-06-05
1
-3
/
+14
*
Output a message when we skip a server-excluded file.
Wayne Davison
2004-05-18
1
-2
/
+8
*
If the server has excluded a file, we now exclude it from being
Wayne Davison
2004-05-18
1
-0
/
+7
*
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
2004-05-15
1
-21
/
+22
*
Use the new PERMS_REPORT flag when calling set_perms().
Wayne Davison
2004-05-13
1
-3
/
+4
*
Added missing extern for read_batch.
Wayne Davison
2004-05-05
1
-0
/
+1
*
Don't force the whole-file option when using read-batch.
Wayne Davison
2004-05-05
1
-1
/
+1
*
Moved some externs.
Wayne Davison
2004-04-15
1
-9
/
+7
*
No need to cast st.st_rdev to DEV64_T anymore.
Wayne Davison
2004-04-12
1
-1
/
+1
*
Use CHMOD_BITS instead of ~_S_IFMT.
Wayne Davison
2004-03-07
1
-2
/
+3
*
Got rid of some superfluous parens.
Wayne Davison
2004-02-27
1
-2
/
+2
*
Got rid of useless extern.
Wayne Davison
2004-02-10
1
-1
/
+0
*
Cast getpid() to a long for output.
Wayne Davison
2004-01-27
1
-3
/
+4
*
Use the new hard_link_check() function to figure out which one of the
Wayne Davison
2004-01-25
1
-6
/
+23
*
Use the new f_name_to() calling syntax.
Wayne Davison
2004-01-22
1
-4
/
+4
*
Use new pathjoin() function.
Wayne Davison
2004-01-20
1
-3
/
+3
*
We now call get_redo_num() instead of reading f_recv (which was removed).
Wayne Davison
2004-01-15
1
-2
/
+2
*
Changed the hard-link check.
Wayne Davison
2004-01-12
1
-1
/
+1
*
Use the new union-ified flist_struct values.
Wayne Davison
2004-01-11
1
-10
/
+10
[next]