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
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-08-14
Merge across rsync+ patch; add a little documentation to the manpage. More d...
Martin Pool
1
-1
/
+5
2001-08-06
Try to fix "infinite loop" warning on AIX and other compilers. (We
Martin Pool
1
-4
/
+10
2001-05-07
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
1
-33
/
+5
2001-03-23
improved error handling again. Now we report messages for the remote
Andrew Tridgell
1
-6
/
+6
2000-11-09
Drop dead variable.
Martin Pool
1
-4
/
+4
2000-09-06
added --modify-window option from David Bolen <db3l@fitlinxx.com>
Andrew Tridgell
1
-1
/
+21
2000-08-19
added msleep() function
Andrew Tridgell
1
-0
/
+26
2000-08-16
fixed timing problem with cleanup and io_flush() by using non-blocking
Andrew Tridgell
1
-14
/
+0
2000-06-24
added insure debug support
Andrew Tridgell
1
-0
/
+32
2000-06-23
added some comments on blocking-io
Andrew Tridgell
1
-1
/
+10
2000-06-23
added --blocking-io option
Andrew Tridgell
1
-0
/
+4
2000-04-09
a very simple fix - if I'd only thought if it last week :)
Andrew Tridgell
1
-5
/
+18
2000-03-30
went back to non-blokcing IO
Andrew Tridgell
1
-4
/
+36
2000-01-28
switch to using socketpair instead of pipe if possible. This fixes the
Andrew Tridgell
1
-4
/
+16
2000-01-25
patch from David Murn to make sure the final 100% is always printed
Andrew Tridgell
1
-2
/
+2
2000-01-23
removed u_sleep() as it is no longer used anywhere
Andrew Tridgell
1
-11
/
+0
1999-12-29
Define the WEXITSTATUS macro for systems that don't have it.
David Dykstra
1
-0
/
+3
1999-12-09
fixed a bug with waitpid() - I'd forgotten about WEXITSTATUS !
Andrew Tridgell
1
-0
/
+9
1999-11-15
removed old non-blocking fd code (a hangover from a earlier version of
Andrew Tridgell
1
-30
/
+0
1999-10-25
use do_open() instead of open() in several places to help the WinXX port
Andrew Tridgell
1
-1
/
+1
1999-07-09
Add a couple clarifying points to the sanitize_path() comments.
David Dykstra
1
-4
/
+15
1999-07-09
Fix significant security holes with "use chroot = no" in an rsync daemon:
David Dykstra
1
-31
/
+59
1999-03-11
When a file cannot be deleted because of ETXTBSY (in particular, when an
David Dykstra
1
-1
/
+78
1999-02-03
Move the initialization of push_dir, which calls getcwd, to early in main.
David Dykstra
1
-0
/
+2
1998-11-24
Change sanitize_path() function to not malloc a copy since it only shrinks
David Dykstra
1
-17
/
+18
1998-11-17
Apply sanitize_paths() to glob expansions when use chroot = no.
David Dykstra
1
-5
/
+5
1998-11-15
use native strlcat() and strlcpy() if available
Andrew Tridgell
1
-33
/
+2
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-20
/
+25
1998-11-06
Change sanitize_path() to not use clean_fname() because it removes the
David Dykstra
1
-17
/
+37
1998-11-03
Call clean_fname() in sanitize_path() to catch some more strange but
David Dykstra
1
-46
/
+49
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-11
/
+11
1998-11-02
if no local destination is provided for the transfer then provide
Andrew Tridgell
1
-0
/
+22
1998-10-26
added a vsnprintf() implementation from cvslock. See the notes on the
Andrew Tridgell
1
-37
/
+0
1998-10-26
Add --compare-dest option which enables specifying an additional destination
David Dykstra
1
-0
/
+47
1998-09-09
handle sstem (sco 3) with glob but not glob.h
Andrew Tridgell
1
-1
/
+1
1998-09-09
added finddead target, removed dead code and made some functions
Andrew Tridgell
1
-9
/
+1
1998-08-27
a couple of changes to where the nonblocking settings are called.
Andrew Tridgell
1
-0
/
+3
1998-07-20
I think I might havefinally fixed the rsync hanging bug. It was caused
Andrew Tridgell
1
-1
/
+1
1998-07-17
added the --safe-links option to disallow symlinks outside the
Andrew Tridgell
1
-0
/
+47
1998-07-02
output progress % every 1k instead of every 1%, this is better for
Andrew Tridgell
1
-5
/
+5
1998-07-02
added --progress option which shows the progress of transfers. This
Andrew Tridgell
1
-0
/
+25
1998-06-18
put set_nonblocking() code back in.
Andrew Tridgell
1
-6
/
+24
1998-06-01
replace calls to strcmp() with a u_strcmp() function that uses only
Andrew Tridgell
1
-0
/
+14
1998-05-29
replaced chdir and getcwd calls with push_dir/pop_dir functions. These
Andrew Tridgell
1
-0
/
+94
1998-05-28
use Realloc instead of realloc
Andrew Tridgell
1
-0
/
+6
1998-05-27
heaps of cleanup in the io code.
Andrew Tridgell
1
-155
/
+0
1998-05-26
check for munmap as well as mmap. NextStep only has mmap in standard
Andrew Tridgell
1
-3
/
+3
1998-05-22
need a ifdef around some mmap code
Andrew Tridgell
1
-0
/
+2
1998-05-21
use mmap() for files of any size. This should be much more buffer
Andrew Tridgell
1
-25
/
+64
1998-05-18
fixed a bug in the glob expansion code (pointed out by
Andrew Tridgell
1
-9
/
+12
[next]