summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Added a new function, wildmatch_array(), that lets the caller passWayne Davison2006-01-021-10/+147
* The latest prototypes.Wayne Davison2006-01-021-0/+2
* - Added a new public function, iwildmatch(), which will treat allWayne Davison2005-12-301-50/+68
* Added a prototype for iwildmatch().Wayne Davison2005-12-301-0/+1
* Added a comment, improved a comment, tweaked the recursive function'sWayne Davison2005-12-181-39/+23
* Tweaked the name of the first arg to wildmatch().Wayne Davison2005-12-181-1/+1
* Twiddled some brace positions and removed a superfluous ';' in a macro.Wayne Davison2005-11-141-43/+19
* If va_copy is defined, use it when defining VA_COPY.Wayne Davison2005-10-111-1/+1
* Check SIZEOF_LONG_LONG instead of HAVE_LONG_LONG.Wayne Davison2005-02-211-1/+1
* - Integrated the latest version from samba.Wayne Davison2005-02-201-64/+143
* John E. Malmberg convinced me to standardize on #ifs for definedWayne Davison2005-02-141-2/+2
* - Use "uchar" instead of "unsigned char".Wayne Davison2005-01-281-5/+5
* Use int64 instead of uint64.Wayne Davison2005-01-201-5/+5
* Fixed the file_checksum1() function that is compiled only whenWayne Davison2005-01-101-2/+8
* Got rid of a bunch of cruft.Wayne Davison2004-04-221-47/+0
* Missed one void-pointer-arithmetic case.Wayne Davison2004-04-091-1/+1
* AIX's cc was complaining about the void* arithmetic.Wayne Davison2004-04-091-6/+10
* Shouldn't ignore .cvsignore.Wayne Davison2004-02-231-1/+0
* Another attempt at measuring the minimum alignment for a system.Wayne Davison2004-02-101-1/+6
* Trying a different MINALIGN because of core dumps on the sparc-64Wayne Davison2004-02-101-1/+1
* Revert pool_alloc's use of bomb if pool == NULL.J.W. Schultz2004-02-101-6/+1
* If we call pool_alloc() on a NULL pool, bomb out with an error.Wayne Davison2004-02-101-1/+6
* Changed a while loop to a for loop.Wayne Davison2004-02-101-5/+3
* Added allocation pool code.J.W. Schultz2004-02-103-0/+516
* Make sure that strlcpy() returns the right value when the bufsize is 0.Wayne Davison2004-01-201-4/+6
* Fixed a bug in strlcat() where it would not properly detect a no-changeWayne Davison2004-01-201-4/+3
* Changed "remote_version" to "protocol_version".Wayne Davison2003-09-091-3/+3
* No longer needed (replaced by wildmatch).Wayne Davison2003-07-302-570/+0
* Make sure that no character class can match a '/'.Wayne Davison2003-07-141-1/+1
* Silence some compiler warnings on HP-UX.Wayne Davison2003-07-071-3/+3
* Don't treat "[:" as the start of a named set if there's no ":]".Wayne Davison2003-07-071-3/+10
* - Return ABORT_ALL for a syntax error in the pattern (not FALSE).Wayne Davison2003-07-061-19/+57
* Added some portability code for the ctype functions.Wayne Davison2003-07-061-12/+41
* - Added [:class:] handling to the character-class code.Wayne Davison2003-07-061-7/+52
* Simplified the character-class code a bit.Wayne Davison2003-07-051-12/+7
* Changed some names since "depth" wasn't really the right term.Wayne Davison2003-07-051-6/+6
* Improved the ABORT logic to allow aborting consecutive "*" wildcardsWayne Davison2003-07-051-6/+20
* Added in the ABORT optimization logic from a newer wildmat release,Wayne Davison2003-07-051-23/+28
* A couple comment tweaks.Wayne Davison2003-07-051-3/+3
* A new wildcard-matching routine to replace the fnmatch code.Wayne Davison2003-07-052-0/+99
* Attempting to fix the snprintf() conflict on a gcc-using HPUX 11.11.Wayne Davison2003-07-041-1/+3
* - for protocol version >= 27, mdfour_tail() is called when the block sizeJ.W. Schultz2003-04-102-14/+42
* Fix bug reported by engard.ferenc at innomed.hu whereby using the %f formatPaul Green2003-04-091-5/+8
* Only refer to S_ISVTX if S_ISVTX is defined.Wayne Davison2003-01-101-0/+2
* + Fixed a comment that referred to isc_net_pton() instead of inet_pton().Wayne Davison2003-01-101-1/+3
* Doc.Martin Pool2002-04-081-13/+28
* Clearer doc.Martin Pool2002-01-151-2/+4
* Just include rsync.h rather than all the individual headers.Martin Pool2001-11-291-1/+1
* Fix inet_ntop/pton namesMartin Pool2001-11-282-5/+4
* Protect AF_INET6 references with #ifdef INET6Martin Pool2001-11-281-0/+4