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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2001-06-28
removed remnant test code for cray
Andrew Tridgell
1
-2
/
+0
2001-06-26
fixed md4 on 64 bit boxes
Andrew Tridgell
1
-24
/
+16
2001-05-07
forgot 1 place that used slprintf
Andrew Tridgell
1
-2
/
+2
2001-05-07
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
1
-653
/
+770
2001-05-02
use mkstemp on systems where it is secure
Andrew Tridgell
1
-0
/
+1
2001-02-23
Change from getopt to popt.
Martin Pool
2
-880
/
+0
2000-04-19
fixed bug in replacement inet_aton()
Andrew Tridgell
1
-2
/
+2
2000-04-19
test was the wrong way around
Andrew Tridgell
1
-1
/
+1
2000-04-19
autoconf test for broken solaris inet_aton()
Andrew Tridgell
1
-16
/
+17
2000-01-25
the convoluted nest of #ifdefs that is fnmatch.c caught us again. On
Andrew Tridgell
2
-4
/
+6
2000-01-24
make the replacement inet_aton() function independent of
Andrew Tridgell
1
-1
/
+12
2000-01-23
fixed mdfour code on Cray (64 bit problems)
Andrew Tridgell
1
-3
/
+3
2000-01-23
handle systems that don't take a 2nd argument to gettimeofday()
Andrew Tridgell
1
-0
/
+10
2000-01-10
Needed to comment out the inclusion of headers in fnmatch.c because it
David Dykstra
1
-1
/
+5
2000-01-07
Upgrade lib/fnmatch.[ch] to the latest from glibc-2.1.2 because the
David Dykstra
2
-106
/
+393
1999-11-01
added a replacement inet_aton() for systems that don't have it.
Andrew Tridgell
1
-0
/
+16
1999-11-01
forgot to commit the fnmatch.h changes
Andrew Tridgell
1
-1
/
+5
1999-02-12
Change the implementation of memmove in lib/compat.c to call bcopy instead
David Dykstra
1
-1
/
+1
1999-02-03
Add alternate implementation of waitpid() for systems that have wait4 but
David Dykstra
1
-0
/
+18
1998-11-23
updates to reflect new samba.org domain
Andrew Tridgell
1
-1
/
+1
1998-11-15
use native strlcat() and strlcpy() if available
Andrew Tridgell
1
-5
/
+40
1998-11-14
changed strlcat() and strlcpy() to have the same semantics as the
Andrew Tridgell
1
-2
/
+2
1998-11-04
use macros to make mdfour faster on systems that don't do inlining
Andrew Tridgell
1
-23
/
+11
1998-10-31
added copyright notice from Patrick Powell
Andrew Tridgell
1
-21
/
+18
1998-10-30
check for a broken inet_ntoa() on IRIX
Andrew Tridgell
1
-0
/
+16
1998-10-29
some minor optimisations
Andrew Tridgell
1
-9
/
+12
1998-10-29
changes to get rsync working on a CRAY J90. This machine doesn't have
Andrew Tridgell
2
-0
/
+309
1998-10-28
fixed handling of %.0f in replacement snprintf.c
Andrew Tridgell
1
-24
/
+46
1998-10-26
added a vsnprintf() implementation from cvslock. See the notes on the
Andrew Tridgell
1
-0
/
+801
1998-06-18
for consistency use memcpy/memset everywhere instead of bcopy/bzero
Andrew Tridgell
1
-1
/
+1
1998-05-27
added support for --include, --include-from and the +/- syntax
Andrew Tridgell
1
-0
/
+18
1998-05-22
no longer needed
Andrew Tridgell
2
-5233
/
+0
1998-05-13
added replacement memmove
Andrew Tridgell
1
-0
/
+8
1998-03-25
add the dummy file to .cvsignore
Andrew Tridgell
1
-7
/
+8
1998-03-25
added this so the lib directory gets created when using VPATH
Andrew Tridgell
1
-0
/
+2
1998-02-24
compatibility functions now split into their own file
Andrew Tridgell
1
-0
/
+52
1997-12-18
following a report of problems with Linux/alpha I've changed zlib.c to
Andrew Tridgell
2
-8
/
+9
1997-12-16
Checker showed that zlib was using a element of its internal state
Andrew Tridgell
1
-0
/
+1
1997-12-16
added .cvsignore to the .cvsignore file to prevent it from being
Andrew Tridgell
1
-0
/
+1
1997-10-30
don't use WRAP as that maybe be defined in standard includes
Andrew Tridgell
1
-3
/
+3
1997-04-11
minor bugfixes
Paul Mackerras
1
-1
/
+7
1996-10-02
Fix compression bug where incompressible files weren't transmitted correctly.
Paul Mackerras
2
-21
/
+3
1996-10-01
change BAD to ZBAD to avoid conflict with some systems
Andrew Tridgell
1
-12
/
+12
1996-07-03
*** empty log message ***
Andrew Tridgell
1
-21
/
+7
1996-07-03
Added in-stream deflate compression for file reconstruction instructions.
Paul Mackerras
2
-0
/
+5257
1996-06-22
Initial revision
Andrew Tridgell
5
-0
/
+1200