aboutsummaryrefslogtreecommitdiff
path: root/src/lib/net/inaddr.c
AgeCommit message (Collapse)Author
2021-03-12Update copyrights to 2021, using "make update-copyright"Nick Mathewson
2020-02-11Merge branch 'ticket32362_squashed'Nick Mathewson
2020-02-11Check for leading zeros in tor_inet_aton()Neel Chauhan
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-06Space the a-d unsigned ints in tor_inet_aton()Neel Chauhan
2019-12-20Fix spacing in tor_sscanf() call in tor_inet_aton()Neel Chauhan
2019-12-20Fix spacing in tor_inet_aton() function headerNeel Chauhan
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-10-30Move a check for trailing colon to tor_inet_pton()rl1987
That way, string_is_valid_ipv6_address() can benefit from it
2018-07-10Refactor ipv[46].[ch]Nick Mathewson
These are now combined into an inaddr.[ch], since their purpose is to implement functions for struct in_addr and struct in6_addr. The definitions for in6_addr and its allies are now in a separate header, inaddr_st.h. Closes ticket 26532.