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
/
rsync.h
Age
Commit message (
Expand
)
Author
Files
Lines
2000-01-23
added some really ugly code to allow errors to propogate to
Andrew Tridgell
1
-1
/
+1
1999-11-23
don't write more than PIPE_BUF bytes in any one write() in io.c
Andrew Tridgell
1
-0
/
+4
1999-06-26
fixed a bug that made us use only 16 bits of the file checksum when
Andrew Tridgell
1
-1
/
+1
1999-03-15
Changed the protocol version to 20 so that --stats will work without -v in
David Dykstra
1
-1
/
+1
1999-03-15
Fix typo in comment in rsync.h, suggested by bje@cygnus.com
David Dykstra
1
-1
/
+1
1999-03-04
The change a couple days ago to create files initially without group and
David Dykstra
1
-1
/
+4
1999-03-01
Change the mask used when creating temporary files from 777 to 700, to prevent
David Dykstra
1
-3
/
+4
1999-02-18
Changed exclude/include matching so that normally wildcards will stop at
David Dykstra
1
-0
/
+1
1999-02-09
Use MAXHOSTNAMELEN (256) for the array holding the host_name in socket.c
David Dykstra
1
-0
/
+7
1999-01-08
made the "max connections" and "lock file" local rather than global
Andrew Tridgell
1
-0
/
+1
1998-12-30
no longer use mmap() in rsync because of the risk of a SIGBUS when
Andrew Tridgell
1
-8
/
+4
1998-11-15
log filename(line) in exit_cleanup() to make tracking down problems
Andrew Tridgell
1
-0
/
+1
1998-11-15
use native strlcat() and strlcpy() if available
Andrew Tridgell
1
-0
/
+10
1998-11-03
patch from Alberto Accomazzi <aaccomazzi@cfa.harvard.edu> to add
Andrew Tridgell
1
-0
/
+2
1998-11-02
if no local destination is provided for the transfer then provide
Andrew Tridgell
1
-0
/
+2
1998-10-30
check for a broken inet_ntoa() on IRIX
Andrew Tridgell
1
-0
/
+4
1998-10-30
added "log format" option to allow admins to choose the format for
Andrew Tridgell
1
-0
/
+10
1998-10-29
some minor optimisations
Andrew Tridgell
1
-0
/
+1
1998-10-29
changes to get rsync working on a CRAY J90. This machine doesn't have
Andrew Tridgell
1
-1
/
+4
1998-10-28
and I thought I wasn't going to do any rsync coding for a while ...
Andrew Tridgell
1
-0
/
+1
1998-10-27
handle OSes (such as Unicos) which use a different value for S_IFLNK
Andrew Tridgell
1
-8
/
+12
1998-09-09
handle sstem (sco 3) with glob but not glob.h
Andrew Tridgell
1
-1
/
+1
1998-07-17
handle hard links on systems with 16 bit ino_t
Andrew Tridgell
1
-6
/
+12
1998-07-17
moved getopt.h above unistd.h to prevent problems with uwin on NT
Andrew Tridgell
1
-6
/
+7
1998-06-18
fixed a race condition in rsync that opened a security hole. The
Andrew Tridgell
1
-0
/
+3
1998-06-18
for consistency use memcpy/memset everywhere instead of bcopy/bzero
Andrew Tridgell
1
-8
/
+0
1998-06-18
move include of compat.h after other includes.
Andrew Tridgell
1
-19
/
+20
1998-06-01
added --stats option for verbose stats on the file transfer
Andrew Tridgell
1
-3
/
+15
1998-05-27
reduce IO_BUFFER_SIZE by 4 bytes so when then length word gets added
Andrew Tridgell
1
-1
/
+1
1998-05-27
heaps of cleanup in the io code.
Andrew Tridgell
1
-2
/
+0
1998-05-27
added support for --include, --include-from and the +/- syntax
Andrew Tridgell
1
-0
/
+10
1998-05-27
fixed a race condition in the --delete handling code. The bug led to
Andrew Tridgell
1
-1
/
+1
1998-05-26
check for munmap as well as mmap. NextStep only has mmap in standard
Andrew Tridgell
1
-1
/
+2
1998-05-21
now that we slide the mmap window we can use a smaller MAX_MAP_SIZE
Andrew Tridgell
1
-1
/
+1
1998-05-18
this is a large commit which adds io multiplexing, thus giving error
Andrew Tridgell
1
-1
/
+2
1998-05-17
put a limit (default 1MB) on the read buffer size. This stops it
Andrew Tridgell
1
-0
/
+1
1998-05-15
added write buffering during the file list sending. This makes things
Andrew Tridgell
1
-0
/
+1
1998-05-13
added globbing support in the rsync daemon. This will allow you to
Andrew Tridgell
1
-1
/
+5
1998-05-13
define INADDR_NONE if necessary
Andrew Tridgell
1
-0
/
+4
1998-05-13
need sys/file.h for flock()
Andrew Tridgell
1
-0
/
+1
1998-05-10
use syslog instead of /var/adm/rsyncd.log
Andrew Tridgell
1
-1
/
+1
1998-05-10
cleanup code a bit
Andrew Tridgell
1
-0
/
+1
1998-05-09
first vesrion of working socket based rsync. It still needs a lot of
Andrew Tridgell
1
-0
/
+10
1998-05-07
some large systematic changes to make socket conversion easier. The
Andrew Tridgell
1
-2
/
+6
1998-05-06
handle broken readdir() on Solaris 2.6 (it returns the name offset by
Andrew Tridgell
1
-15
/
+14
1998-05-06
Solaris 2.6 doesn't support "signed char". What a broken system!
Andrew Tridgell
1
-0
/
+6
1998-05-06
added support for 64 bit file offsets under Solaris 2.6. Not tested
Andrew Tridgell
1
-5
/
+15
1998-05-06
fix up the int64 handling a little. It should work on a few more
Andrew Tridgell
1
-1
/
+6
1998-04-28
added support for sockets and fifos
Andrew Tridgell
1
-1
/
+18
1998-04-17
revamped the -delete code. The last few bugs with it revealed that it
Andrew Tridgell
1
-1
/
+2
[next]