aboutsummaryrefslogtreecommitdiffstats
path: root/src/arpa/inet/ntohl.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-20It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée1-3/+3
2015-12-20optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée1-0/+10
2015-12-16add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée1-11/+14
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+2
2015-11-17rearrange filesMattias Andrée1-0/+0
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée1-23/+0
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-1/+0
2015-08-31typoMattias Andrée1-1/+1
2015-08-31add memory copying functionsMattias Andrée1-0/+61