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
/
batch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-10-26
Handle new def_compress_level setting.
Wayne Davison
1
-1
/
+18
2005-04-09
Also change --only-write-batch to --read-batch (in addition to
Wayne Davison
1
-4
/
+5
2005-03-27
- Fixed a bug in the saving of the --dirs option's state.
Wayne Davison
1
-10
/
+20
2005-03-14
Got rid of "fudged_recurse".
Wayne Davison
1
-6
/
+1
2005-03-01
Changes needed to use check_for_hostspec() in place of find_colon().
Wayne Davison
1
-4
/
+1
2005-02-16
No need to handle itemize_changes anymore.
Wayne Davison
1
-3
/
+0
2005-02-16
Ensure that -i is set consistent with the batch's data.
Wayne Davison
1
-1
/
+3
2005-02-07
Adding more calls to safe_fname().
Wayne Davison
1
-14
/
+16
2005-02-04
Call get_rule_prefix() with its new arg.
Wayne Davison
1
-1
/
+1
2005-02-02
- Fixed a problem with the setting of the --recurse option from the
Wayne Davison
1
-1
/
+13
2005-02-01
Refer to the old basedir variable as dir.root.
Wayne Davison
1
-4
/
+5
2005-01-25
- Use the "--filter=._-" option instead of --exclude-from=- if the
Wayne Davison
1
-11
/
+18
2005-01-25
Renamed several exclude-related functions/variables using new
Wayne Davison
1
-7
/
+7
2004-08-02
Got rid of unused externs.
Wayne Davison
1
-2
/
+0
2004-07-24
Made the new option-twiddling message only output when verbose.
Wayne Davison
1
-3
/
+5
2004-07-24
Added write_stream_flags() to write the state of certain flags into
Wayne Davison
1
-0
/
+57
2004-07-20
We now append the exclude list as a "here" document to the end of
Wayne Davison
1
-4
/
+33
2004-07-19
Do a better job of writing out the BATCH.sh file (i.e. quote special
Wayne Davison
1
-25
/
+57
2004-07-19
Fixed the argv munging to work properly regardless of whether the
Wayne Davison
1
-5
/
+8
2004-07-15
We no longer refer to a batch "prefix".
Wayne Davison
1
-3
/
+3
2004-07-15
My modified version of Chris Shoemaker's improved batch-file handling.
Wayne Davison
1
-259
/
+4
2004-07-14
Improved the write_batch_argvs_file() routine so that it doesn't
Wayne Davison
1
-41
/
+24
2004-05-15
Changed rprintf() calls that included strerror() to use rsyserr().
Wayne Davison
1
-23
/
+16
2004-03-06
Other files use S_IWUSR instead of S_IWRITE, so use S_IWUSR and S_IRUSR.
Wayne Davison
1
-4
/
+4
2004-02-10
Make idev, hlink and file_struct + strings use allocation
J.W. Schultz
1
-5
/
+3
2004-02-06
Start flist with a more reasonable size, grow it linearly
J.W. Schultz
1
-5
/
+2
2004-02-06
Correct sizeof usage and other whitespace.
J.W. Schultz
1
-47
/
+44
2004-01-27
Use the new names for the transmit-flag defines.
Wayne Davison
1
-3
/
+5
2004-01-20
Use new stringjoin() function.
Wayne Davison
1
-14
/
+14
2004-01-19
Actually, let's avoid snprintf() where possible.
Wayne Davison
1
-14
/
+14
2004-01-18
Use snprintf() instead of strlcpy()+strlcat().
Wayne Davison
1
-9
/
+6
2004-01-11
More cleanup, fixing an error in the fatal-message strings that tried
Wayne Davison
1
-38
/
+34
2004-01-10
A slightly better reset mechanism for send_file_entry() and
Wayne Davison
1
-2
/
+1
2004-01-10
Use the new LIVE_FLAGS define to fix a potential flag problem.
Wayne Davison
1
-1
/
+1
2004-01-10
Massive rewrite to replace the file-list read/write code with calls to
Wayne Davison
1
-317
/
+95
2004-01-10
Support the recent changes in the flist_struct.
Wayne Davison
1
-9
/
+9
2003-12-06
Merged in the security fixes from 2.5.7.
Wayne Davison
1
-13
/
+8
2002-12-24
Add "void" to some function definitions so that all declarations in proto.h
Jos Backus
1
-1
/
+1
2002-04-03
Fix completely braindead previous patch. Thanks Jos.
Martin Pool
1
-3
/
+3
2002-04-03
Change code that writes s_count to a batch file to squish it into an
Martin Pool
1
-5
/
+12
2002-03-25
Fix from Jos for batch mode on Solaris.
Martin Pool
1
-1
/
+1
2002-02-06
Make batch mode actually work and add man page documentation. From Jos Backus.
David Dykstra
1
-117
/
+115
2002-01-24
size_t fix.
Martin Pool
1
-1
/
+1
2002-01-24
write_batch_csums_file: Opaque IO buffers should be void*.
Martin Pool
1
-6
/
+5
2002-01-24
Fix cast that was breaking HP/UX.
Martin Pool
1
-2
/
+6
2002-01-23
Another signedness fix to quieten Sun cc warning.
Martin Pool
1
-1
/
+1
2002-01-23
Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batch
Martin Pool
1
-15
/
+24
2002-01-11
Always use 64-bit ino_t and dev_t internally, so that we can detect
Martin Pool
1
-4
/
+4
2001-12-02
Note about crash from Ayamura KIKUCHI
Martin Pool
1
-0
/
+4
2001-12-02
batch reindent
Martin Pool
1
-467
/
+483
[next]