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
/
io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-17
Fixed the delete statistics with --delete-delay and --delete-after.
Wayne Davison
1
-0
/
+7
2009-01-03
Update the copyright year.
Wayne Davison
1
-1
/
+1
2008-11-09
Avoid a potential hang when --remove-*-files is active.
Wayne Davison
1
-2
/
+7
2008-09-26
More batch-mode fixes to handle redos properly (and without hanging).
Wayne Davison
1
-0
/
+5
2008-09-26
Moved the flist_ndx_{push,pop}() routines from io.c into util.c.
Wayne Davison
1
-43
/
+1
2008-09-01
Split up the ifuncs.h file into 3 .h files.
Wayne Davison
1
-0
/
+1
2008-09-01
Output numbers in 3-digit groups by default (e.g. 1,234,567).
Wayne Davison
1
-1
/
+1
2008-08-31
Improved the fix that ensures that the generator gets notified about an
Wayne Davison
1
-8
/
+0
2008-08-24
Some minor improvements to the flushing code to try to make it
Wayne Davison
1
-40
/
+48
2008-08-14
Changed flist_for_ndx() to optionally die with an error
Wayne Davison
1
-3
/
+1
2008-08-02
When using --iconv, if a server-side receiver can't convert a filename,
Wayne Davison
1
-0
/
+1
2008-08-02
Added logic to the receiving side to ensure that the --delete-during
Wayne Davison
1
-0
/
+8
2008-07-21
Explicitly cast a -1 that is being assigned to a size_t.
Wayne Davison
1
-2
/
+2
2008-07-21
Got rid of a variable that was set but not used.
Wayne Davison
1
-2
/
+0
2008-07-21
Improved var-checker and tweaked all the issues it found.
Wayne Davison
1
-3
/
+2
2008-07-17
Changed human_num() to big_num() with an extra arg so that it can
Wayne Davison
1
-2
/
+2
2008-07-13
Added the --info=FLAGS an --debug=FLAGS options, which allows
Wayne Davison
1
-1
/
+1
2008-06-23
Fixed the sending of large files with older rsync versions by
Wayne Davison
1
-1
/
+2
2008-03-24
Improved --dirs/--no-dirs/--list-only option handling:
Wayne Davison
1
-2
/
+1
2008-03-21
A couple improvements to the new arg-globbing code:
Wayne Davison
1
-0
/
+2
2008-03-15
Fixed the use of --protect-args (-s) with a daemon.
Wayne Davison
1
-6
/
+5
2008-03-15
Generate a helpful message when we get an option-error from a daemon
Wayne Davison
1
-0
/
+43
2008-03-01
Include 2008 in the copyright years.
Wayne Davison
1
-1
/
+1
2007-11-22
New logging categories added to allow differentiation between
Wayne Davison
1
-3
/
+7
2007-11-22
Fix two iconv problems that Lennart Lövstrand pointed out in bug 5075.
Wayne Davison
1
-27
/
+24
2007-11-03
In mplex_write(), make extra sure something unexpected doesn't get
Wayne Davison
1
-11
/
+10
2007-10-18
We can't decrement the in_progress value for a hard-linked file until
Wayne Davison
1
-2
/
+3
2007-10-16
Write out the inc_recurse flag into a protocol-30 batch file.
Wayne Davison
1
-0
/
+2
2007-10-13
Forward MSG_IO_ERROR to the generator so that it can disable deletions.
Wayne Davison
1
-0
/
+7
2007-09-23
Got rid of some unneeded externs.
Wayne Davison
1
-1
/
+1
2007-09-22
Moved inline functions from rsync.h into ifuncs.h.
Wayne Davison
1
-0
/
+1
2007-09-18
Added missing "#ifdef ICONV_OPTION" conditionals.
Wayne Davison
1
-2
/
+15
2007-09-18
- Make use of new iconvbufs() function.
Wayne Davison
1
-73
/
+104
2007-09-15
- Parse hard-link info as soon as we get it in inc_recurse mode.
Wayne Davison
1
-0
/
+4
2007-09-15
The server should not wait around for an extra end-of-run message.
Wayne Davison
1
-1
/
+1
2007-09-09
- Renamed read_line() to be read_line_old().
Wayne Davison
1
-25
/
+64
2007-09-03
Disabled the debug messages relating to the e_fds vars.
Wayne Davison
1
-8
/
+4
2007-09-03
Improved the handling of the file-status events received by
Wayne Davison
1
-53
/
+43
2007-07-12
Needed to use ndx_end in decrement_flist_in_progress().
Wayne Davison
1
-2
/
+2
2007-07-10
Tweaking the license text a bit more.
Wayne Davison
1
-2
/
+3
2007-07-07
Changed "count" to "used" in struct file_list since there can
Wayne Davison
1
-3
/
+3
2007-07-07
Switching to GPL 3.
Wayne Davison
1
-3
/
+2
2007-05-26
Handle EINTR in a couple places where we handle the --file-from I/O.
Wayne Davison
1
-6
/
+8
2007-05-23
Output a -vvv(erbose) message when receiving an incremental file list.
Wayne Davison
1
-0
/
+4
2007-04-26
The --iconv option has now made it to the trunk.
Wayne Davison
1
-28
/
+87
2007-04-23
Changed the prerelease-protocol support to use an idiom that will not
Wayne Davison
1
-5
/
+0
2007-04-21
Batch files need to be written with the new subprotocol value
Wayne Davison
1
-0
/
+5
2007-04-20
Added a message queue for the receiver->generator messages to handle the case
Wayne Davison
1
-23
/
+38
2007-04-20
- Changed the {read,write}_longint() functions into separate
Wayne Davison
1
-208
/
+153
2007-04-20
Changed the *_abbbrevint() functions to *_varint().
Wayne Davison
1
-2
/
+2
[next]