Changed the static file_struct var to match the changes in rsync.h.
[rsync/rsync.git] / lib /
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
2006-10-16 Wayne Davison- Fixed a compile problem ("len" not defined) in inet_n...
2006-10-13 Wayne DavisonChanged strcpy() calls into memcpy() calls.
2006-10-13 Wayne DavisonChanged strcpy() calls into strlcpy() calls, just to...
2006-04-25 Wayne DavisonUpdated the FSF's address to an even newer one.
2006-04-25 Wayne Davison- Updated the address for the FSF in the opening comment.
2006-04-13 Wayne DavisonGot rid of the replacement inet_aton() and inet_ntoa...
2006-01-30 Wayne DavisonChanged the mode arg from an int to a mode_t.
2006-01-02 Wayne DavisonAdded a new function, wildmatch_array(), that lets...
2006-01-02 Wayne DavisonThe latest prototypes.
2005-12-30 Wayne Davison- Added a new public function, iwildmatch(), which...
2005-12-30 Wayne DavisonAdded a prototype for iwildmatch().
2005-12-18 Wayne DavisonAdded a comment, improved a comment, tweaked the recurs...
2005-12-18 Wayne DavisonTweaked the name of the first arg to wildmatch().
2005-11-14 Wayne DavisonTwiddled some brace positions and removed a superfluous...
2005-10-11 Wayne DavisonIf va_copy is defined, use it when defining VA_COPY.
2005-02-21 Wayne DavisonCheck SIZEOF_LONG_LONG instead of HAVE_LONG_LONG.
2005-02-20 Wayne Davison- Integrated the latest version from samba.
2005-02-14 Wayne DavisonJohn E. Malmberg convinced me to standardize on #ifs...
2005-01-28 Wayne Davison- Use "uchar" instead of "unsigned char".
2005-01-20 Wayne DavisonUse int64 instead of uint64.
2005-01-10 Wayne DavisonFixed the file_checksum1() function that is compiled...
2004-04-22 Wayne DavisonGot rid of a bunch of cruft.
2004-04-09 Wayne DavisonMissed one void-pointer-arithmetic case.
2004-04-09 Wayne DavisonAIX's cc was complaining about the void* arithmetic.
2004-02-23 Wayne DavisonShouldn't ignore .cvsignore.
2004-02-10 Wayne DavisonAnother attempt at measuring the minimum alignment...
2004-02-10 Wayne DavisonTrying a different MINALIGN because of core dumps on...
2004-02-10 J.W. SchultzRevert pool_alloc's use of bomb if pool == NULL.
2004-02-10 Wayne DavisonIf we call pool_alloc() on a NULL pool, bomb out with...
2004-02-10 Wayne DavisonChanged a while loop to a for loop.
2004-02-10 J.W. SchultzAdded allocation pool code.
2004-01-20 Wayne DavisonMake sure that strlcpy() returns the right value when...
2004-01-20 Wayne DavisonFixed a bug in strlcat() where it would not properly...
2003-09-09 Wayne DavisonChanged "remote_version" to "protocol_version".
2003-07-30 Wayne DavisonNo longer needed (replaced by wildmatch).
2003-07-14 Wayne DavisonMake sure that no character class can match a '/'.
2003-07-07 Wayne DavisonSilence some compiler warnings on HP-UX.
2003-07-07 Wayne DavisonDon't treat "[:" as the start of a named set if there...
2003-07-06 Wayne Davison- Return ABORT_ALL for a syntax error in the pattern...
2003-07-06 Wayne DavisonAdded some portability code for the ctype functions.
2003-07-06 Wayne Davison- Added [:class:] handling to the character-class code.
2003-07-05 Wayne DavisonSimplified the character-class code a bit.
2003-07-05 Wayne DavisonChanged some names since "depth" wasn't really the...
2003-07-05 Wayne DavisonImproved the ABORT logic to allow aborting consecutive...
2003-07-05 Wayne DavisonAdded in the ABORT optimization logic from a newer...
2003-07-05 Wayne DavisonA couple comment tweaks.
2003-07-05 Wayne DavisonA new wildcard-matching routine to replace the fnmatch...
2003-07-04 Wayne DavisonAttempting to fix the snprintf() conflict on a gcc...
2003-04-10 J.W. Schultz - for protocol version >= 27, mdfour_tail() is called...
2003-04-09 Paul GreenFix bug reported by engard.ferenc at innomed.hu whereby...
2003-01-10 Wayne DavisonOnly refer to S_ISVTX if S_ISVTX is defined.
2003-01-10 Wayne Davison+ Fixed a comment that referred to isc_net_pton() inste...
2002-04-08 Martin PoolDoc.
2002-01-15 Martin PoolClearer doc.
2001-11-29 Martin PoolJust include h rather than all the individual headers.
2001-11-28 Martin PoolFix inet_ntop/pton names
2001-11-28 Martin PoolProtect AF_INET6 references with #ifdef INET6
2001-11-27 Martin PoolTry to fix headers for UNICOS
2001-11-27 Martin PoolWhen producing a ls-style permissions string, also...
2001-11-27 Martin PoolSplit code to generate "rwx-----" strings into lib...
2001-11-27 Martin PoolAdd Paul Vixie's implementation of inet_ntop and inet_p...
2001-06-28 Andrew Tridgellremoved remnant test code for cray
2001-06-26 Andrew Tridgellfixed md4 on 64 bit boxes
2001-05-07 Andrew Tridgellforgot 1 place that used slprintf
2001-05-07 Andrew Tridgellimported new snprintf.c from samba, got rid of slprintf
2001-05-02 Andrew Tridgelluse mkstemp on systems where it is secure
2001-02-23 Martin PoolChange from getopt to popt.
2000-04-19 Andrew Tridgellfixed bug in replacement inet_aton()
2000-04-19 Andrew Tridgelltest was the wrong way around
2000-04-19 Andrew Tridgellautoconf test for broken solaris inet_aton()
2000-01-25 Andrew Tridgellthe convoluted nest of #ifdefs that is fnmatch.c caught...
2000-01-24 Andrew Tridgellmake the replacement inet_aton() function independent of
2000-01-23 Andrew Tridgellfixed mdfour code on Cray (64 bit problems)
2000-01-23 Andrew Tridgellhandle systems that don't take a 2nd argument to gettim...
2000-01-10 David DykstraNeeded to comment out the inclusion of headers in fnmat...
2000-01-07 David DykstraUpgrade lib/fnmatch.[ch] to the latest from glibc-2...
1999-11-01 Andrew Tridgelladded a replacement inet_aton() for systems that don...
1999-11-01 Andrew Tridgellforgot to commit the fnmatch.h changes
1999-02-12 David DykstraChange the implementation of memmove in lib/compat...
1999-02-03 David DykstraAdd alternate implementation of waitpid() for systems...
1998-11-23 Andrew Tridgellupdates to reflect new samba.org domain
1998-11-15 Andrew Tridgelluse native strlcat() and strlcpy() if available
1998-11-14 Andrew Tridgellchanged strlcat() and strlcpy() to have the same semant...
1998-11-04 Andrew Tridgelluse macros to make mdfour faster on systems that don...
1998-10-31 Andrew Tridgelladded copyright notice from Patrick Powell
1998-10-30 Andrew Tridgellcheck for a broken inet_ntoa() on IRIX
1998-10-29 Andrew Tridgellsome minor optimisations
1998-10-29 Andrew Tridgellchanges to get rsync working on a CRAY J90. This machin...
1998-10-28 Andrew Tridgellfixed handling of %.0f in replacement snprintf.c
1998-10-26 Andrew Tridgelladded a vsnprintf() implementation from cvslock. See...
1998-06-18 Andrew Tridgellfor consistency use memcpy/memset everywhere instead...
1998-05-27 Andrew Tridgelladded support for --include, --include-from and the...
1998-05-22 Andrew Tridgellno longer needed
1998-05-13 Andrew Tridgelladded replacement memmove
1998-03-25 Andrew Tridgelladd the dummy file to .cvsignore
1998-03-25 Andrew Tridgelladded this so the lib directory gets created when using...
1998-02-24 Andrew Tridgellcompatibility functions now split into their own file
1997-12-18 Andrew Tridgellfollowing a report of problems with Linux/alpha I've...
1997-12-16 Andrew TridgellChecker showed that zlib was using a element of its...
next