Switching to GPL 3.
[rsync/rsync.git] / lib / pool_alloc.c
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 Davison- Fixed a bug where a pool_free() on the most-recently...
2006-11-19 Wayne DavisonAdded "const" to appropriate char pointers.
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.