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
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-04-08
Doc rsync_panic_handler()
Martin Pool
1
-0
/
+8
2002-04-08
Clean up prototype.
Martin Pool
1
-3
/
+2
2002-04-08
Allow panic_action to be configured through environment variable RSYNC_PANIC_...
Martin Pool
1
-3
/
+14
2002-04-08
Split code out into separate files and remove some global variables to
Martin Pool
1
-2
/
+1
2002-04-08
Rearrange code slightly to avoid util.c depending on main.c.
Martin Pool
1
-1
/
+7
2002-03-27
If configured with --enable-maintainer-mode, then on receipt of a
Martin Pool
1
-0
/
+39
2002-03-27
Improved network error handling. (Greg A. Woods)
Martin Pool
1
-3
/
+5
2002-03-22
Doc.
Martin Pool
1
-3
/
+3
2002-03-19
Previous solution for --no-whole-file would probably break when
Martin Pool
1
-6
/
+0
2002-02-23
Add UNUSED macro that expands to a parameter attribute annotation on
Martin Pool
1
-3
/
+3
2002-02-23
Doc.
Martin Pool
1
-0
/
+3
2002-02-19
rsync prefix on mkdir and pushdir error messages.
Martin Pool
1
-3
/
+4
2002-02-18
Ignore SIGPIPE and allow EPIPE to get through to the program so that
Martin Pool
1
-1
/
+4
2002-02-06
Make batch mode actually work and add man page documentation. From Jos Backus.
David Dykstra
1
-32
/
+31
2002-02-05
Add --no-whole-file and --no-blocking-io options
David Dykstra
1
-3
/
+5
2002-01-25
Add dummy show_flist_stats().
Martin Pool
1
-0
/
+1
2002-01-23
Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batch
Martin Pool
1
-1
/
+3
2002-01-11
Better mallinfo() output in --stats
Martin Pool
1
-2
/
+13
2002-01-11
Look for mallinfo() and use it to display
Martin Pool
1
-1
/
+28
2001-08-15
Fix a bug introduced in 1.119, whereby strings like
Martin Pool
1
-5
/
+26
2001-08-15
Fix casts when some variables are printed out.
Martin Pool
1
-2
/
+3
2001-08-15
Drop dead variables introduced in rsync+ patch.
Martin Pool
1
-2
/
+0
2001-08-14
Merge across rsync+ patch; add a little documentation to the manpage. More d...
Martin Pool
1
-8
/
+50
2001-08-06
Try to fix "infinite loop" warning on AIX and other compilers. (We
Martin Pool
1
-1
/
+2
2001-07-17
reap children in sigchld handler
Andrew Tridgell
1
-0
/
+3
2001-06-26
applied simple nohang patch from Wayne Davison
Andrew Tridgell
1
-4
/
+4
2001-05-29
Make --whole-file the default when source and target are on the local machine.
David Dykstra
1
-0
/
+3
2001-03-23
improved error handling again. Now we report messages for the remote
Andrew Tridgell
1
-18
/
+14
2001-03-22
new error handling system
Andrew Tridgell
1
-3
/
+7
2001-03-16
Doc.
Martin Pool
1
-1
/
+1
2001-02-23
Change from getopt to popt.
Martin Pool
1
-7
/
+9
2001-02-21
Doc.
Martin Pool
1
-1
/
+18
2000-11-02
Add some comments.
Martin Pool
1
-2
/
+14
2000-10-31
fix bug in handling of :
Andrew Tridgell
1
-1
/
+1
2000-10-19
don't clobber argv[0], so ps shows the right thing
Andrew Tridgell
1
-4
/
+5
2000-10-10
Clearer "nothing to do" message.
Martin Pool
1
-1
/
+3
2000-08-29
detect list_only a bit earlier
Andrew Tridgell
1
-4
/
+11
2000-08-19
got rid of some unused variables
Andrew Tridgell
1
-1
/
+0
2000-08-19
sleep for a smaller time while waiting for a process to exit
Andrew Tridgell
1
-1
/
+1
2000-08-16
fixed timing problem with cleanup and io_flush() by using non-blocking
Andrew Tridgell
1
-0
/
+13
2000-07-29
fix from T.J.Adye@rl.ac.uk for final goodbye message with new protocol
Andrew Tridgell
1
-0
/
+5
2000-07-29
optimisations from Rich Salz <rsalz@caveosystems.com>
Andrew Tridgell
1
-1
/
+3
2000-06-24
if the remote shell is rsh then use blocking IO
Andrew Tridgell
1
-0
/
+4
2000-04-09
use 1 second sleeps in the sleep loop as some OSes (NT for example)
Andrew Tridgell
1
-3
/
+4
2000-03-30
went back to non-blokcing IO
Andrew Tridgell
1
-0
/
+8
2000-01-30
another hang-at-end fix. It looks like we are more sensiitive to
Andrew Tridgell
1
-3
/
+13
2000-01-29
damn.
Andrew Tridgell
1
-0
/
+12
2000-01-29
move the read only daemon test to after the protocol setup
Andrew Tridgell
1
-0
/
+9
2000-01-29
damn!
Andrew Tridgell
1
-4
/
+4
2000-01-28
- switched on multiplexing for all connections, not just daemon
Andrew Tridgell
1
-0
/
+8
[next]