aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_addr.c
Commit message (Expand)AuthorAge
* scan-build: avoid undef behaior in tor_inet_ptonNick Mathewson2014-04-19
* Fix some harmless/untriggerable memory leaks found by coverityNick Mathewson2014-04-07
* Merge remote-tracking branch 'public/bug10801_024'Nick Mathewson2014-04-05
|\
| * Make tor_addr_port_parse handle portless IPv6 addresses correctly.Nick Mathewson2014-04-05
| * Add a test for default/port conflicts in tor_addr_port_parseNick Mathewson2014-04-05
| * Don't do a DNS lookup on a bridge line addressNick Mathewson2014-03-27
* | Merge remote-tracking branch 'public/bug4645'Nick Mathewson2014-04-01
|\ \
| * | Removing is_internal_IP() function. Resolves ticket 4645.rl19872014-02-03
* | | Fix compilation warnings in tor_addr_make_null patchNick Mathewson2014-03-03
* | | add test for tor_addr_make_nullKevin Murray2014-03-03
* | | Rename sun to s_un in test_addr.cNick Mathewson2014-02-06
|/ /
* | Fix a double-newlineNick Mathewson2013-03-18
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-03-18
|\|
| * Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-03-18
| |\
| | * Add unit test for tor_addr_is_loopbackNick Mathewson2013-03-01
* | | Unit tests for a few more functions and cases in address.cNick Mathewson2013-03-01
|/ /
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | Build and test most of the machinery needed for IPv6 virtualaddrmapsNick Mathewson2012-12-17
* | Merge branch 'win64-7260'Nick Mathewson2012-12-07
|\ \
| * | In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistentlyNick Mathewson2012-11-02
* | | Merge branch 'bug7013_take2_squashed'Nick Mathewson2012-11-27
|\ \ \
| * | | Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.George Kadianakis2012-11-27
| |/ /
* / / Add a new family-specific syntax for tor_addr_parse_mask_portsNick Mathewson2012-11-14
|/ /
* / Rename all reserved C identifiers we definedNick Mathewson2012-10-12
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Synchronize with upstream tinytest again: remove _identifiersNick Mathewson2012-02-13
* Use getifaddrs, not connect+getsockname, to find our addressNick Mathewson2011-12-28
* Imporved unit test coverage for tor_inet_ptonAnders Sundman2011-11-19
* Merge remote-tracking branch '4ZM/topic/test/4433_address'Nick Mathewson2011-11-14
|\
| * Unit tests for tor_addr_to_PTR_nameAnders Sundman2011-11-11
* | Unit tests for tor_addr_to_strAnders Sundman2011-11-11
* | Unit tests for tor_inet_ntopAnders Sundman2011-11-11
|/
* Change "reverse_lookup_name" functions to refer to "PTR_name"sNick Mathewson2011-10-11
* Fix names of functions that convert strings to addrsNick Mathewson2011-10-11
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-14
|\
| * Check some more return values in unit testsSebastian Hahn2011-06-08
* | Upgrade to the latest version of tinytestNick Mathewson2011-06-09
|/
* Standardize our printf code on %d, not %i.Nick Mathewson2011-04-19
* Bump copyright statements to 2011 (0.2.2)Nick Mathewson2011-01-03
* Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
* Split directory tests into their own module.Nick Mathewson2009-09-23
* Split test_util() into smaller functions.Nick Mathewson2009-09-23
* Split general util and address tests into their own files.Nick Mathewson2009-09-23