Changed strcpy() calls into strlcpy() calls, just to be extra safe.
[rsync/rsync.git] / lib / pool_alloc.c
2006-10-13 Wayne DavisonChanged strcpy() calls into strlcpy() calls, just to...
2005-11-14 Wayne DavisonTwiddled some brace positions and removed a superfluous...
2005-01-20 Wayne DavisonUse int64 instead of uint64.
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-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.