aboutsummaryrefslogtreecommitdiff
path: root/src/common/address.c
Commit message (Expand)AuthorAge
* sandbox: revamp sandbox_getaddrinfo cacheingNick Mathewson2014-05-22
* scan-build: Add a check for result from getaddrinfoNick Mathewson2014-04-18
* 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
| * 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
* | | Merge remote-tracking branch 'public/bug11232'Nick Mathewson2014-04-01
|\ \ \
| * | | Fix a ubsan warning in addr_mask_get_bitsNick Mathewson2014-03-18
* | | | Fix warnings from doxygenNick Mathewson2014-03-25
|/ / /
* / / Siphash-2-4 is now our hash in nearly all cases.Nick Mathewson2014-02-12
|/ /
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2013-10-08
|\|
| * When examining interfaces to find an address, discard non-up ones.Nick Mathewson2013-10-08
* | Fix compilation on OSXNick Mathewson2013-09-09
* | passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ...Cristian Toader2013-09-06
* | fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0Cristian Toader2013-09-03
* | fix for getaddrinfo open syscallCristian Toader2013-08-19
|/
* Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson2013-03-18
|\
| * Make sure that [::1] is recognized as a private addressNick Mathewson2013-03-01
* | Remove some totally unused functionsNick Mathewson2013-02-23
* | Rename log() to tor_log() for loggingNick Mathewson2013-02-01
* | Update the copyright date to 201.Nick Mathewson2013-01-16
* | 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 some missing doxygen for ipv6 exit codeNick Mathewson2012-11-14
* | | Add a function to set a tor_addr_t to a null addressNick Mathewson2012-11-14
* | | 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
* | Make tor_addr_is_internal log the calling function on errorNick Mathewson2012-10-12
* | Add fmt_addrport.David Fifield2012-10-10
* | Whitespace fixes.Linus Nordberg2012-09-05
* | Add tor_addr_port_new().Linus Nordberg2012-09-04
|/
* Fix port range in parse_port_range().George Kadianakis2012-07-06
* Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson2012-06-15
* Fix "make check-spaces" issuesNick Mathewson2012-06-05
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Merge remote-tracking branch 'public/bug2822'Nick Mathewson2012-05-16
|\
| * Reject SOCKS requests for "localhost" or ".local"Nick Mathewson2012-03-28
* | Fix issues found by nickm.George Kadianakis2012-04-12
* | Generalize fmt_addr() to support IPv6 decorations.George Kadianakis2012-03-31
|/
* Log statement to help track down bug4091Nick Mathewson2012-03-27
* Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson2012-01-31
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Add interface enumeration based on SIOCGIFCONF for older unixesNick Mathewson2011-12-28
* Multicast addresses, if any were configured, would not be good if addrsNick Mathewson2011-12-28
* Use getifaddrs, not connect+getsockname, to find our addressNick Mathewson2011-12-28
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-12-02
|\
| * Fix bug 4530; check return val of tor_addr_lookup correctlyNick Mathewson2011-12-02
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-11-30
|\|
| * Detect tor_addr_to_str failure in tor_dup_addr.Nick Mathewson2011-11-23