summaryrefslogtreecommitdiff
path: root/addrtostr.c
Commit message (Expand)AuthorAgeFilesLines
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-211-2/+1
* Put "{" at end of line with "if" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-10/+5
* Put "{" at end of line with "for" to keep a consistent styleFrancois-Xavier Le Bail2023-04-191-4/+2
* Fix spaces before tabs in indentationFrancois-Xavier Le Bail2023-02-151-2/+2
* Remove more old-compiler compensation.Guy Harris2019-08-081-1/+1
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+1
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Get rid of unnecessary casts.Guy Harris2017-11-231-2/+2
* Clean up addrtostr6().Guy Harris2017-09-131-5/+4
* Clean up some stuff.Guy Harris2017-08-191-5/+5
* Do the addrtostr6() bounds checking while we're generating the string.Guy Harris2016-08-071-17/+32
* Let strlcpy() do the truncation check.Guy Harris2016-08-071-3/+3
* Squelch a Coverity warning.Guy Harris2015-11-181-1/+1
* Remove debugging printouts.Guy Harris2015-11-181-2/+0
* Don't require IPv6 library support in order to support IPv6 addresses.Guy Harris2015-09-171-0/+201