Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
external_rsync
/
bc5df0f4e671fb9b0d0829032e433fafb061aa41
/
batch.c
8e41b68
Tweaking the license text a bit more.
by Wayne Davison
· 19 years ago
4fd842f
Switching to GPL 3.
by Wayne Davison
· 19 years ago
ba2133d
Further modifications to the copyright comment section.
by Wayne Davison
· 19 years ago
658a636
Got rid of the "tweaked" versions of the uid and gid vars.
by Wayne Davison
· 19 years ago
f0fbf1d
Changed flist_extra_ndx into flist_extra_cnt.
by Wayne Davison
· 19 years ago
82ad07c
- Typical tranfers now save 12-20 bytes per file because several vars
by Wayne Davison
· 19 years ago
e7c6706
Updated the FSF's address to an even newer one.
by Wayne Davison
· 20 years ago
0f78b81
- Updated the address for the FSF in the opening comment.
by Wayne Davison
· 20 years ago
c738605
Got rid of some debug code.
by Wayne Davison
· 20 years ago
45c49b5
Got rid of calls to (the soon to vanish) safe_fname() function.
by Wayne Davison
· 20 years ago
3cc185a
Handle new def_compress_level setting.
by Wayne Davison
· 20 years ago
d630f53
Also change --only-write-batch to --read-batch (in addition to
by Wayne Davison
· 21 years ago
e7f7064
- Fixed a bug in the saving of the --dirs option's state.
by Wayne Davison
· 21 years ago
0a39837
Got rid of "fudged_recurse".
by Wayne Davison
· 21 years ago
4d3abf1
Changes needed to use check_for_hostspec() in place of find_colon().
by Wayne Davison
· 21 years ago
9b40e44
No need to handle itemize_changes anymore.
by Wayne Davison
· 21 years ago
41961db
Ensure that -i is set consistent with the batch's data.
by Wayne Davison
· 21 years ago
4875d6b
Adding more calls to safe_fname().
by Wayne Davison
· 21 years ago
dd667c2
Call get_rule_prefix() with its new arg.
by Wayne Davison
· 21 years ago
6bf8226
- Fixed a problem with the setting of the --recurse option from the
by Wayne Davison
· 21 years ago
2b13666
Refer to the old basedir variable as dir.root.
by Wayne Davison
· 21 years ago
8261047
- Use the "--filter=._-" option instead of --exclude-from=- if the
by Wayne Davison
· 21 years ago
7842418
Renamed several exclude-related functions/variables using new
by Wayne Davison
· 21 years ago
acd0299
Got rid of unused externs.
by Wayne Davison
· 22 years ago
6a48e79
Made the new option-twiddling message only output when verbose.
by Wayne Davison
· 22 years ago
d3e182a
Added write_stream_flags() to write the state of certain flags into
by Wayne Davison
· 22 years ago
73f0ce6
We now append the exclude list as a "here" document to the end of
by Wayne Davison
· 22 years ago
e7a6900
Do a better job of writing out the BATCH.sh file (i.e. quote special
by Wayne Davison
· 22 years ago
b462781
Fixed the argv munging to work properly regardless of whether the
by Wayne Davison
· 22 years ago
9b3318b
We no longer refer to a batch "prefix".
by Wayne Davison
· 22 years ago
b9f592f
My modified version of Chris Shoemaker's improved batch-file handling.
by Wayne Davison
· 22 years ago
01966df
Improved the write_batch_argvs_file() routine so that it doesn't
by Wayne Davison
· 22 years ago
d62bcc1
Changed rprintf() calls that included strerror() to use rsyserr().
by Wayne Davison
· 22 years ago
7e5cb90
Other files use S_IWUSR instead of S_IWRITE, so use S_IWUSR and S_IRUSR.
by Wayne Davison
· 22 years ago
9935066
Make idev, hlink and file_struct + strings use allocation pools.
by J.W. Schultz
· 22 years ago
a85906c
Start flist with a more reasonable size, grow it linearly
by J.W. Schultz
· 22 years ago
71020fc
Correct sizeof usage and other whitespace.
by J.W. Schultz
· 22 years ago
a534264
Use the new names for the transmit-flag defines.
by Wayne Davison
· 22 years ago
893c4cc
Use new stringjoin() function.
by Wayne Davison
· 22 years ago
981555b
Actually, let's avoid snprintf() where possible.
by Wayne Davison
· 22 years ago
9c75270
Use snprintf() instead of strlcpy()+strlcat().
by Wayne Davison
· 22 years ago
0397935
More cleanup, fixing an error in the fatal-message strings that tried
by Wayne Davison
· 22 years ago
5911fee
A slightly better reset mechanism for send_file_entry() and
by Wayne Davison
· 22 years ago
a09f6f5
Use the new LIVE_FLAGS define to fix a potential flag problem.
by Wayne Davison
· 22 years ago
e8d3168
Massive rewrite to replace the file-list read/write code with calls to
by Wayne Davison
· 22 years ago
5364927
Support the recent changes in the flist_struct.
by Wayne Davison
· 22 years ago
58cadc8
Merged in the security fixes from 2.5.7.
by Wayne Davison
· 22 years ago
1e34e4b
Add "void" to some function definitions so that all declarations in proto.h
by Jos Backus
· 23 years ago
1bc209b
Fix completely braindead previous patch. Thanks Jos.
by Martin Pool
· 24 years ago
f8f4c86
Change code that writes s_count to a batch file to squish it into an
by Martin Pool
· 24 years ago
64e7463
Fix from Jos for batch mode on Solaris.
by Martin Pool
· 24 years ago
088aac8
Make batch mode actually work and add man page documentation. From Jos Backus.
by David Dykstra
· 24 years ago
5664871
size_t fix.
by Martin Pool
· 24 years ago
55d9e0f
write_batch_csums_file: Opaque IO buffers should be void*.
by Martin Pool
· 24 years ago
929e301
Fix cast that was breaking HP/UX.
by Martin Pool
· 24 years ago
935b920
Another signedness fix to quieten Sun cc warning.
by Martin Pool
· 24 years ago
76f79ba
Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batch mode.
by Martin Pool
· 24 years ago
6abd193
Always use 64-bit ino_t and dev_t internally, so that we can detect
by Martin Pool
· 24 years ago
384958e
Note about crash from Ayamura KIKUCHI
by Martin Pool
· 24 years ago
1cd5bee
batch reindent
by Martin Pool
· 24 years ago
2db5265
Fix another format cast.
by Martin Pool
· 25 years ago
08a740f
Fix casts when some variables are printed out.
by Martin Pool
· 25 years ago
6902ed1
Merge across rsync+ patch; add a little documentation to the manpage. More documentation would be better.
by Martin Pool
· 25 years ago