aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_addr.c
AgeCommit message (Expand)Author
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-11Fix a bug in displaying IPv6 addrs in test_op_ipv6_ with --verboseNick Mathewson
2016-09-06checkSpace.pl now forbids more identifiers.Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-01-03Test another codepath in inet_ntopNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-11-12Merge remote-tracking branch 'public/bug7484'Nick Mathewson
2014-11-12Fix wide lines (from 13172)Nick Mathewson
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-16clean up eol whitespace from coccinelle-generated patchesNick Mathewson
2014-09-16Remove the legacy_test_helper and legacy_setup wrappersNick Mathewson
2014-09-15Replace all uses of test_{str,}eqNick Mathewson
2014-09-15Replace the remaining test_assert instancesNick Mathewson
2014-09-15Make not even macros use test_fail_msg.Nick Mathewson
2014-09-15Use coccinelle scripts to clean up our unit testsNick Mathewson
2014-04-19scan-build: avoid undef behaior in tor_inet_ptonNick Mathewson
2014-04-07Fix some harmless/untriggerable memory leaks found by coverityNick Mathewson
2014-04-05Merge remote-tracking branch 'public/bug10801_024'Nick Mathewson
2014-04-05Make tor_addr_port_parse handle portless IPv6 addresses correctly.Nick Mathewson
2014-04-05Add a test for default/port conflicts in tor_addr_port_parseNick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug4645'Nick Mathewson
2014-03-27Don't do a DNS lookup on a bridge line addressNick Mathewson
2014-03-03Fix compilation warnings in tor_addr_make_null patchNick Mathewson
2014-03-03add test for tor_addr_make_nullKevin Murray
2014-02-12Disallow "*/maskbits" as an address pattern.Nick Mathewson
2014-02-06Rename sun to s_un in test_addr.cNick Mathewson
2014-02-03Removing is_internal_IP() function. Resolves ticket 4645.rl1987
2013-03-18Fix a double-newlineNick Mathewson
2013-03-18Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-03-18Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-03-01Unit tests for a few more functions and cases in address.cNick Mathewson
2013-03-01Add unit test for tor_addr_is_loopbackNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-12-17Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson
2012-12-07Merge branch 'win64-7260'Nick Mathewson
2012-11-27Merge branch 'bug7013_take2_squashed'Nick Mathewson
2012-11-27Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis
2012-11-14Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson
2012-11-02In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-02-13Synchronize with upstream tinytest again: remove _identifiersNick Mathewson
2011-12-28Use getifaddrs, not connect+getsockname, to find our addressNick Mathewson
2011-11-19Imporved unit test coverage for tor_inet_ptonAnders Sundman
2011-11-14Merge remote-tracking branch '4ZM/topic/test/4433_address'Nick Mathewson
2011-11-11Unit tests for tor_addr_to_strAnders Sundman
2011-11-11Unit tests for tor_addr_to_PTR_nameAnders Sundman
2011-11-11Unit tests for tor_inet_ntopAnders Sundman