| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-17 | Update copyright notices of recently changed files | Alexander Barton | |
| 2014-03-17 | Remove imp.h and exp.h header files | Alexander Barton | |
| These include files don't have a function any more, remove them. | |||
| 2014-03-16 | Code cleanup, remove blank lines | Alexander Barton | |
| 2011-02-13 | Add Doxygen @file documentation to each source and header file | Alexander Barton | |
| 2005-03-19 | Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. | Florian Westphal | |
| use stdbool.h / inttypes.h if available. | |||
| 2005-02-27 | Updated to latest strl{cat|cpy} code of rsync: | Alexander Barton | |
| - Make sure that strlcpy() returns the right value when the bufsize is 0. - Fixed a bug in strlcat() where it would not properly detect a no-change condition if called with an initial string longer than the specified size limit (due to an unsigned var's inability to go negative). Patch by Florian Westphal, <westphal@foo.fh-furtwangen.de>. | |||
| 2005-01-18 | Fixed return values of our own implementation of strlcpy(). The code has | Alexander Barton | |
| been taken from rsync and they fixed it, but we didn't until today :-/ | |||
| 2002-12-26 | - strlcat() and strlcpy() replacement functions. | Alexander Barton | |
| 2002-12-26 | - added strlcpy.c for strlcpy() and strlcat() replacement functions. | Alexander Barton | |