index
:
delta/rsync.git
b3.0.x
baserock/morph
cvs/branch-2.3
cvs/branch-2.4
cvs/branch-2.5
cvs/branch-2.6.6
cvs/branch-before.2.6
cvs/branch-mbp-merge-rsync+
cvs/branch-mbp-privacy
cvs/branch-mbp-rsyncplus_merge
cvs/branch-mbp-texinfo
cvs/branch-merge-rsync+-2.4.7
cvs/bugfix-2.6.5
master
git.samba.org: rsync.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Got rid of a bunch of cruft.
Wayne Davison
2004-04-22
1
-47
/
+0
*
Missed one void-pointer-arithmetic case.
Wayne Davison
2004-04-09
1
-1
/
+1
*
AIX's cc was complaining about the void* arithmetic.
Wayne Davison
2004-04-09
1
-6
/
+10
*
Shouldn't ignore .cvsignore.
Wayne Davison
2004-02-23
1
-1
/
+0
*
Another attempt at measuring the minimum alignment for a system.
Wayne Davison
2004-02-10
1
-1
/
+6
*
Trying a different MINALIGN because of core dumps on the sparc-64
Wayne Davison
2004-02-10
1
-1
/
+1
*
Revert pool_alloc's use of bomb if pool == NULL.
J.W. Schultz
2004-02-10
1
-6
/
+1
*
If we call pool_alloc() on a NULL pool, bomb out with an error.
Wayne Davison
2004-02-10
1
-1
/
+6
*
Changed a while loop to a for loop.
Wayne Davison
2004-02-10
1
-5
/
+3
*
Added allocation pool code.
J.W. Schultz
2004-02-10
3
-0
/
+516
*
Make sure that strlcpy() returns the right value when the bufsize is 0.
Wayne Davison
2004-01-20
1
-4
/
+6
*
Fixed a bug in strlcat() where it would not properly detect a no-change
Wayne Davison
2004-01-20
1
-4
/
+3
*
Changed "remote_version" to "protocol_version".
Wayne Davison
2003-09-09
1
-3
/
+3
*
No longer needed (replaced by wildmatch).
Wayne Davison
2003-07-30
2
-570
/
+0
*
Make sure that no character class can match a '/'.
Wayne Davison
2003-07-14
1
-1
/
+1
*
Silence some compiler warnings on HP-UX.
Wayne Davison
2003-07-07
1
-3
/
+3
*
Don't treat "[:" as the start of a named set if there's no ":]".
Wayne Davison
2003-07-07
1
-3
/
+10
*
- Return ABORT_ALL for a syntax error in the pattern (not FALSE).
Wayne Davison
2003-07-06
1
-19
/
+57
*
Added some portability code for the ctype functions.
Wayne Davison
2003-07-06
1
-12
/
+41
*
- Added [:class:] handling to the character-class code.
Wayne Davison
2003-07-06
1
-7
/
+52
*
Simplified the character-class code a bit.
Wayne Davison
2003-07-05
1
-12
/
+7
*
Changed some names since "depth" wasn't really the right term.
Wayne Davison
2003-07-05
1
-6
/
+6
*
Improved the ABORT logic to allow aborting consecutive "*" wildcards
Wayne Davison
2003-07-05
1
-6
/
+20
*
Added in the ABORT optimization logic from a newer wildmat release,
Wayne Davison
2003-07-05
1
-23
/
+28
*
A couple comment tweaks.
Wayne Davison
2003-07-05
1
-3
/
+3
*
A new wildcard-matching routine to replace the fnmatch code.
Wayne Davison
2003-07-05
2
-0
/
+99
*
Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11.
Wayne Davison
2003-07-04
1
-1
/
+3
*
- for protocol version >= 27, mdfour_tail() is called when the block size
J.W. Schultz
2003-04-10
2
-14
/
+42
*
Fix bug reported by engard.ferenc at innomed.hu whereby using the %f format
Paul Green
2003-04-09
1
-5
/
+8
*
Only refer to S_ISVTX if S_ISVTX is defined.
Wayne Davison
2003-01-10
1
-0
/
+2
*
+ Fixed a comment that referred to isc_net_pton() instead of inet_pton().
Wayne Davison
2003-01-10
1
-1
/
+3
*
Doc.
Martin Pool
2002-04-08
1
-13
/
+28
*
Clearer doc.
Martin Pool
2002-01-15
1
-2
/
+4
*
Just include rsync.h rather than all the individual headers.
Martin Pool
2001-11-29
1
-1
/
+1
*
Fix inet_ntop/pton names
Martin Pool
2001-11-28
2
-5
/
+4
*
Protect AF_INET6 references with #ifdef INET6
Martin Pool
2001-11-28
1
-0
/
+4
*
Try to fix headers for UNICOS
Martin Pool
2001-11-27
2
-20
/
+2
*
When producing a ls-style permissions string, also handle
Martin Pool
2001-11-27
1
-0
/
+13
*
Split code to generate "rwx-----" strings into lib/permstring.c so it
Martin Pool
2001-11-27
2
-0
/
+51
*
Add Paul Vixie's implementation of inet_ntop and inet_pton for
Martin Pool
2001-11-27
2
-0
/
+409
*
removed remnant test code for cray
Andrew Tridgell
2001-06-28
1
-2
/
+0
*
fixed md4 on 64 bit boxes
Andrew Tridgell
2001-06-26
1
-24
/
+16
*
forgot 1 place that used slprintf
Andrew Tridgell
2001-05-07
1
-2
/
+2
*
imported new snprintf.c from samba, got rid of slprintf
Andrew Tridgell
2001-05-07
1
-653
/
+770
*
use mkstemp on systems where it is secure
Andrew Tridgell
2001-05-02
1
-0
/
+1
*
Change from getopt to popt.
Martin Pool
2001-02-23
2
-880
/
+0
*
fixed bug in replacement inet_aton()
Andrew Tridgell
2000-04-19
1
-2
/
+2
*
test was the wrong way around
Andrew Tridgell
2000-04-19
1
-1
/
+1
*
autoconf test for broken solaris inet_aton()
Andrew Tridgell
2000-04-19
1
-16
/
+17
*
the convoluted nest of #ifdefs that is fnmatch.c caught us again. On
Andrew Tridgell
2000-01-25
2
-4
/
+6
[next]