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
2004-04-09
Missed one void-pointer-arithmetic case.
Wayne Davison
1
-1
/
+1
2004-04-09
AIX's cc was complaining about the void* arithmetic.
Wayne Davison
1
-6
/
+10
2004-02-23
Shouldn't ignore .cvsignore.
Wayne Davison
1
-1
/
+0
2004-02-10
Another attempt at measuring the minimum alignment for a system.
Wayne Davison
1
-1
/
+6
2004-02-10
Trying a different MINALIGN because of core dumps on the sparc-64
Wayne Davison
1
-1
/
+1
2004-02-10
Revert pool_alloc's use of bomb if pool == NULL.
J.W. Schultz
1
-6
/
+1
2004-02-10
If we call pool_alloc() on a NULL pool, bomb out with an error.
Wayne Davison
1
-1
/
+6
2004-02-10
Changed a while loop to a for loop.
Wayne Davison
1
-5
/
+3
2004-02-10
Added allocation pool code.
J.W. Schultz
3
-0
/
+516
2004-01-20
Make sure that strlcpy() returns the right value when the bufsize is 0.
Wayne Davison
1
-4
/
+6
2004-01-20
Fixed a bug in strlcat() where it would not properly detect a no-change
Wayne Davison
1
-4
/
+3
2003-09-09
Changed "remote_version" to "protocol_version".
Wayne Davison
1
-3
/
+3
2003-07-30
No longer needed (replaced by wildmatch).
Wayne Davison
2
-570
/
+0
2003-07-14
Make sure that no character class can match a '/'.
Wayne Davison
1
-1
/
+1
2003-07-07
Silence some compiler warnings on HP-UX.
Wayne Davison
1
-3
/
+3
2003-07-07
Don't treat "[:" as the start of a named set if there's no ":]".
Wayne Davison
1
-3
/
+10
2003-07-06
- Return ABORT_ALL for a syntax error in the pattern (not FALSE).
Wayne Davison
1
-19
/
+57
2003-07-06
Added some portability code for the ctype functions.
Wayne Davison
1
-12
/
+41
2003-07-06
- Added [:class:] handling to the character-class code.
Wayne Davison
1
-7
/
+52
2003-07-05
Simplified the character-class code a bit.
Wayne Davison
1
-12
/
+7
2003-07-05
Changed some names since "depth" wasn't really the right term.
Wayne Davison
1
-6
/
+6
2003-07-05
Improved the ABORT logic to allow aborting consecutive "*" wildcards
Wayne Davison
1
-6
/
+20
2003-07-05
Added in the ABORT optimization logic from a newer wildmat release,
Wayne Davison
1
-23
/
+28
2003-07-05
A couple comment tweaks.
Wayne Davison
1
-3
/
+3
2003-07-05
A new wildcard-matching routine to replace the fnmatch code.
Wayne Davison
2
-0
/
+99
2003-07-04
Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11.
Wayne Davison
1
-1
/
+3
2003-04-10
- for protocol version >= 27, mdfour_tail() is called when the block size
J.W. Schultz
2
-14
/
+42
2003-04-09
Fix bug reported by engard.ferenc at innomed.hu whereby using the %f format
Paul Green
1
-5
/
+8
2003-01-10
Only refer to S_ISVTX if S_ISVTX is defined.
Wayne Davison
1
-0
/
+2
2003-01-10
+ Fixed a comment that referred to isc_net_pton() instead of inet_pton().
Wayne Davison
1
-1
/
+3
2002-04-08
Doc.
Martin Pool
1
-13
/
+28
2002-01-15
Clearer doc.
Martin Pool
1
-2
/
+4
2001-11-29
Just include rsync.h rather than all the individual headers.
Martin Pool
1
-1
/
+1
2001-11-28
Fix inet_ntop/pton names
Martin Pool
2
-5
/
+4
2001-11-28
Protect AF_INET6 references with #ifdef INET6
Martin Pool
1
-0
/
+4
2001-11-27
Try to fix headers for UNICOS
Martin Pool
2
-20
/
+2
2001-11-27
When producing a ls-style permissions string, also handle
Martin Pool
1
-0
/
+13
2001-11-27
Split code to generate "rwx-----" strings into lib/permstring.c so it
Martin Pool
2
-0
/
+51
2001-11-27
Add Paul Vixie's implementation of inet_ntop and inet_pton for
Martin Pool
2
-0
/
+409
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
[next]