aboutsummaryrefslogtreecommitdiffstats
path: root/src/arpa (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-20optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée6-9/+70
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-19fix issue #8 on githubMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-16add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée6-0/+257
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>