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
2002-03-22
Doc.
Martin Pool
1
-3
/
+9
2002-02-19
Clean up error message
Martin Pool
1
-2
/
+2
2002-02-18
Fix for rsync server processes hanging around after the client
Martin Pool
1
-0
/
+3
2002-02-18
Document multiplex stuff.
Martin Pool
1
-5
/
+17
2002-01-25
io_end_buffering doesn't need (or use) it's fd parameter: there's only
Martin Pool
1
-3
/
+2
2002-01-23
Fix more ints that ought to be size_t's.
Martin Pool
1
-6
/
+8
2002-01-23
Fix another int that ought to be a size_t.
Martin Pool
1
-1
/
+1
2002-01-23
indent -kr -i8
Martin Pool
1
-7
/
+9
2002-01-23
Signedness security patch from Sebastian Krahmer <krahmer@suse.de> --
Martin Pool
1
-13
/
+13
2001-09-09
fixed check for timeout in generator
Andrew Tridgell
1
-3
/
+12
2001-08-22
Allow the server to terminate the module list by just closing the
Martin Pool
1
-48
/
+81
2001-05-07
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
1
-1
/
+1
2001-04-13
use %.0f instead of %ld
Andrew Tridgell
1
-3
/
+2
2001-03-22
new error handling system
Andrew Tridgell
1
-12
/
+0
2001-03-21
I came up with a new way of avoiding the error handling lockup bug in
Andrew Tridgell
1
-8
/
+10
2001-02-22
Add comments.
Martin Pool
1
-5
/
+12
2001-01-08
Improved error message.
Martin Pool
1
-3
/
+6
2000-11-15
Doc.
Martin Pool
1
-3
/
+9
2000-11-09
Print a warning message in the version if the platform cannot support 32-bit ...
Martin Pool
1
-2
/
+8
2000-11-02
Add some comments.
Martin Pool
1
-0
/
+2
2000-08-29
make sure we don't chew too much CPU when the outgoing fd is full
Andrew Tridgell
1
-0
/
+12
2000-08-19
got rid of some unused variables
Andrew Tridgell
1
-16
/
+1
2000-06-06
Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton.
David Dykstra
1
-0
/
+15
2000-04-09
don't pprint the IO timeout message if we are a server or daemon (can
Andrew Tridgell
1
-2
/
+5
2000-03-30
went back to non-blokcing IO
Andrew Tridgell
1
-1
/
+11
2000-01-30
another hang-at-end fix. It looks like we are more sensiitive to
Andrew Tridgell
1
-0
/
+1
2000-01-29
damn!
Andrew Tridgell
1
-3
/
+5
2000-01-29
don't need PIPE_BUF any more
Andrew Tridgell
1
-2
/
+0
2000-01-29
fixed some logcode warnings
Andrew Tridgell
1
-1
/
+1
2000-01-28
- switched on multiplexing for all connections, not just daemon
Andrew Tridgell
1
-23
/
+50
2000-01-28
switch to using socketpair instead of pipe if possible. This fixes the
Andrew Tridgell
1
-82
/
+2
2000-01-24
reinstated the MAX_READ_BUFFER code. Its a nasty tradeoff - using lots
Andrew Tridgell
1
-4
/
+2
2000-01-24
don't use stderr after we become a daemon
Andrew Tridgell
1
-1
/
+0
2000-01-23
added some really ugly code to allow errors to propogate to
Andrew Tridgell
1
-9
/
+85
2000-01-23
don't try to write errors to a dead socket
Andrew Tridgell
1
-0
/
+4
1999-11-23
don't write more than PIPE_BUF bytes in any one write() in io.c
Andrew Tridgell
1
-2
/
+5
1999-11-15
removed old non-blocking fd code (a hangover from a earlier version of
Andrew Tridgell
1
-18
/
+1
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-1
/
+1
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-9
/
+9
1998-11-02
Jason told me that's its very important for his site to log exactly
Andrew Tridgell
1
-2
/
+6
1998-10-29
final change needed to get rsync working on a CRAY J90
Andrew Tridgell
1
-1
/
+5
1998-10-29
changes to get rsync working on a CRAY J90. This machine doesn't have
Andrew Tridgell
1
-2
/
+4
1998-09-09
added finddead target, removed dead code and made some functions
Andrew Tridgell
1
-1
/
+1
1998-08-27
removed the limit on the read buffer size until I fully understand the
Andrew Tridgell
1
-2
/
+1
1998-07-20
I think I might havefinally fixed the rsync hanging bug. It was caused
Andrew Tridgell
1
-3
/
+10
1998-07-19
always use a timeout to select, even if --timeout is not
Andrew Tridgell
1
-5
/
+7
1998-07-17
changed wording of an error message
Andrew Tridgell
1
-1
/
+1
1998-07-17
code style change
Andrew Tridgell
1
-1
/
+1
1998-07-02
remove a redundent continue statement
Andrew Tridgell
1
-1
/
+0
1998-07-02
prioritise reading over writing in the select loop. (this is another
Andrew Tridgell
1
-6
/
+7
[next]