Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Update copyrights to 2021, using "make update-copyright" | Nick Mathewson | |
2020-02-11 | Merge branch 'ticket32362_squashed' | Nick Mathewson | |
2020-02-11 | Check for leading zeros in tor_inet_aton() | Neel Chauhan | |
2020-01-08 | It's 2020. Update the copyright dates with "make update-copyright" | Nick Mathewson | |
2020-01-06 | Space the a-d unsigned ints in tor_inet_aton() | Neel Chauhan | |
2019-12-20 | Fix spacing in tor_sscanf() call in tor_inet_aton() | Neel Chauhan | |
2019-12-20 | Fix spacing in tor_inet_aton() function header | Neel Chauhan | |
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2018-10-30 | Move a check for trailing colon to tor_inet_pton() | rl1987 | |
That way, string_is_valid_ipv6_address() can benefit from it | |||
2018-07-10 | Refactor 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. |