index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
address.c
Age
Commit message (
Expand
)
Author
2015-03-31
Merge branch 'ticket14710_squashed'
Nick Mathewson
2015-03-31
Whitebox test for get_interface_address6_via_udp_socket_hack().
rl1987
2015-03-31
Bugfix: we don't want loopback/multicastaddress from _hack().
rl1987
2015-03-31
Moving the hacky part of get_interface_address6() into separate function.
rl1987
2015-02-16
Fix deadcode warning in get_interface_addresses_raw().
Nick Mathewson
2015-02-16
Fix a trivial double-close in address.c. CID 1268071
Nick Mathewson
2015-02-12
Avoid undefined behaviour in ifreq_to_smartlist
Sebastian Hahn
2015-02-12
Actually get all interface addresses
Sebastian Hahn
2015-01-23
Merge branch 'if_addr_refactoring_squashed'
Nick Mathewson
2015-01-23
Refactor code that looks up addresses from interfaces
rl1987
2015-01-07
Commit second draft of Jake's SOCKS5-over-AF_UNIX patch. See ticket #12585.
Jacob Appelbaum
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-12-30
Remove a logically dead check to please coverity
Nick Mathewson
2014-12-29
Wipe all of the target space in tor_addr_{to,from}_sockaddr()
Nick Mathewson
2014-12-29
Merge branch 'resolvemyaddr_squashed'
Nick Mathewson
2014-12-29
Adding comprehensive test cases for resolve_my_address.
rl1987
2014-12-21
Fix a comment in tor_addr_parse
teor
2014-11-12
Merge remote-tracking branch 'public/bug7484'
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-10-23
Fix minor typos, two line lengths, and a repeated include
teor
2014-09-25
Tell autoconf to make the compiler act as c99
Nick Mathewson
2014-09-25
Tweak address.c to use a little c99 syntax
Nick Mathewson
2014-09-15
Clear up another clangalyzer issue
Nick Mathewson
2014-09-02
Fix a number of clang analyzer false-positives
Nick Mathewson
2014-05-22
sandbox: revamp sandbox_getaddrinfo cacheing
Nick Mathewson
2014-04-18
scan-build: Add a check for result from getaddrinfo
Nick Mathewson
2014-04-05
Merge remote-tracking branch 'public/bug10801_024'
Nick Mathewson
2014-04-05
Make tor_addr_port_parse handle portless IPv6 addresses correctly.
Nick Mathewson
2014-04-01
Merge remote-tracking branch 'public/bug4645'
Nick Mathewson
2014-04-01
Merge remote-tracking branch 'public/bug11232'
Nick Mathewson
2014-03-27
Don't do a DNS lookup on a bridge line address
Nick Mathewson
2014-03-25
Fix warnings from doxygen
Nick Mathewson
2014-03-18
Fix a ubsan warning in addr_mask_get_bits
Nick Mathewson
2014-02-12
Disallow "*/maskbits" as an address pattern.
Nick Mathewson
2014-02-12
Siphash-2-4 is now our hash in nearly all cases.
Nick Mathewson
2014-02-03
Removing is_internal_IP() function. Resolves ticket 4645.
rl1987
2013-10-08
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-08
When examining interfaces to find an address, discard non-up ones.
Nick Mathewson
2013-09-09
Fix compilation on OSX
Nick Mathewson
2013-09-06
passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ...
Cristian Toader
2013-09-03
fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0
Cristian Toader
2013-08-19
fix for getaddrinfo open syscall
Cristian Toader
2013-03-18
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-03-01
Make sure that [::1] is recognized as a private address
Nick Mathewson
2013-02-23
Remove some totally unused functions
Nick Mathewson
2013-02-01
Rename log() to tor_log() for logging
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-11-27
Merge branch 'bug7013_take2_squashed'
Nick Mathewson
2012-11-27
Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.
George Kadianakis
2012-11-14
Add some missing doxygen for ipv6 exit code
Nick Mathewson
[next]