| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fixes #5 Address properties | Garrett D'Amore | 2017-10-03 |
| | | | | | | | | | | Added TCP socket address properties on pipes. This adds the plumbing for the various platform specifics, and includes both v4 and v6 handling. We've included a TCPv6 test as well. | ||
| * | Add nni_strnlen. | Garrett D'Amore | 2017-08-28 |
| | | | | | More string safety for stuff coming from externals. | ||
| * | Introduce utility safe string handling functions. | Garrett D'Amore | 2017-08-28 |
| We have our versions of strdup, strlcat, and strlcpy. This means we can avoid using snprintf() in many cases (saving cycles), and we can get safer checks. We use the platform supplied versions of these if they exist (wrapping with nni_xxx versions.) | |||
