Added --no-omit-dir-times and --no-O.
[rsync/rsync.git] / lib /
2007-08-21 Wayne DavisonIn pool_free_old(), one code path was not clearing...
2007-08-21 Wayne DavisonFix pool_create() to honor the POOL_INTERN flag.
2007-07-10 Wayne DavisonTweaking the license text a bit more.
2007-07-07 Wayne DavisonSwitching to GPL 3.
2007-06-06 Wayne DavisonDecided against the last change.
2007-06-06 Wayne DavisonAllow a NULL address to be passed to pool_free_old...
2007-05-29 Wayne DavisonAdded pool_free_old() and pool_boundary() functions...
2007-05-29 Wayne DavisonTweaked a variable and a label to make them less confusing.
2007-05-29 Wayne DavisonImprovements to increase clarity, fix misstatements...
2007-05-29 Wayne Davison- Fixed a bug where a pool_free() on the most-recently...
2007-05-25 Wayne DavisonGot rid of superfluous acl_clear_perms() call that...
2007-05-22 Wayne DavisonAdded a comment to a shared iterator to avoid a warning...
2007-05-21 Wayne DavisonFixed a problem in a couple OS's sys_acl_get_access_bit...
2007-05-21 Wayne Davison- Define what the valid access bits are for a name...
2007-05-21 Wayne Davison- Added a function to get/set all the access-bit values...
2007-04-24 Wayne DavisonMoved the header info from smb_acls.h into lib/sysacls.h.
2007-04-07 Wayne DavisonThe improved --xattrs option is landing on the trunk.
2007-03-18 Wayne DavisonProtocol 30 now uses MD5 checksums instead of MD4.
2007-03-11 Wayne DavisonLeave out two unneeded sys*_fd() functions due to their...
2007-03-11 Wayne DavisonWe now compile on systems where ENOTSUP is not defined.
2007-03-11 Wayne DavisonThe ACL support has arrived! This version has a brand...
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
next