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
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
1998-05-18
this is a large commit which adds io multiplexing, thus giving error
Andrew Tridgell
1
-2
/
+3
1998-05-16
fixed handling of vsprintf on SunOS
Andrew Tridgell
1
-14
/
+7
1998-05-15
got rid of "EOF in map_ptr" problem. If a file shrinks mid transfer
Andrew Tridgell
1
-29
/
+34
1998-05-15
use strlcat() strlcpy() and slprintf() whenever possible to avoid any
Andrew Tridgell
1
-1
/
+94
1998-05-15
allow the specification of multiple filenames (with or without
Andrew Tridgell
1
-1
/
+30
1998-05-14
make host access controls case insensitive
Andrew Tridgell
1
-0
/
+12
1998-05-13
removed a debug line
Andrew Tridgell
1
-1
/
+0
1998-05-13
added globbing support in the rsync daemon. This will allow you to
Andrew Tridgell
1
-0
/
+28
1998-05-13
improved max connections code. Now use fcntl instead of flock.
Andrew Tridgell
1
-6
/
+10
1998-05-13
added two new options "max connections" and "lock file"
Andrew Tridgell
1
-0
/
+17
1998-05-10
use syslog instead of /var/adm/rsyncd.log
Andrew Tridgell
1
-0
/
+1
1998-05-10
change to allow names or numbers to be used for uid and gid.
Andrew Tridgell
1
-0
/
+27
1998-05-10
split the options parsing code into options.c
Andrew Tridgell
1
-0
/
+9
1998-05-09
first vesrion of working socket based rsync. It still needs a lot of
Andrew Tridgell
1
-55
/
+0
1998-05-07
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1
-18
/
+74
1998-05-06
handle mmap() failures
Andrew Tridgell
1
-2
/
+6
1998-05-06
add support for lseek64() under solaris 2.6
Andrew Tridgell
1
-1
/
+1
1998-05-06
added support for 64 bit file offsets under Solaris 2.6. Not tested
Andrew Tridgell
1
-2
/
+2
1998-04-05
a couple more system calls wrapped in syscall.c
Andrew Tridgell
1
-1
/
+1
1998-04-05
in local->local mode don't use exec to start the "remote" rsync,
Andrew Tridgell
1
-0
/
+51
1998-04-01
fixed a string termination bug in the uidlist handling code. I've also
Andrew Tridgell
1
-1
/
+7
1998-03-23
added wrappers around all the system calls that can change what is on
Andrew Tridgell
1
-16
/
+20
1998-03-23
started to add some 64 bit file offset support - not complete yet
Andrew Tridgell
1
-2
/
+5
1998-03-23
- keep a list of pids and send them a SIGUSR1 for cleanup rather than
Andrew Tridgell
1
-1
/
+26
1998-03-23
for systems with a broken select use u_sleep() to ensure the write
Andrew Tridgell
1
-3
/
+13
1998-01-27
*** empty log message ***
Andrew Tridgell
1
-12
/
+1
1998-01-13
*** empty log message ***
Andrew Tridgell
1
-0
/
+102
1997-12-15
added a --relative (== -R) option. This is what Anthony Thyssen
Andrew Tridgell
1
-0
/
+25
1997-12-15
added some more debug info to the "EOF in map_ptr" error message to
Andrew Tridgell
1
-2
/
+5
1997-07-10
minor updates
Andrew Tridgell
1
-0
/
+2
1996-07-01
*** empty log message ***
Andrew Tridgell
1
-36
/
+37
1996-06-30
- hard links
Andrew Tridgell
1
-7
/
+7
1996-06-28
new exit/cleanup code
Andrew Tridgell
1
-8
/
+8
1996-06-28
- handle no mmap for munmap
Andrew Tridgell
1
-0
/
+2
1996-06-26
added support for non-mmap operation
Andrew Tridgell
1
-1
/
+56
1996-06-26
went to full non-blocking writes for the send_files() process
Andrew Tridgell
1
-154
/
+31
1996-06-25
*** empty log message ***
Andrew Tridgell
1
-6
/
+6
[next]