summaryrefslogtreecommitdiff
path: root/src/tools/tor-resolve.c
AgeCommit message (Expand)Author
2018-07-10Rename torlog.[ch] to log.[ch]Nick Mathewson
2018-07-10Rename util_malloc to malloc.Nick Mathewson
2018-07-10Remove all users of addr_port_lookup outside of address.cNick Mathewson
2018-07-05Move socks5_status.h to src/lib/netNick Mathewson
2018-06-29Stop using util.h and compat.h in src/toolsNick Mathewson
2018-06-29Extract socks5_status_tNick Mathewson
2018-06-29Remove read_all and write_allNick Mathewson
2018-06-27Fix up include paths for sandbox.h (automated)Nick Mathewson
2018-06-27rectify include paths (automatic) for address.hNick Mathewson
2018-06-22Automated fixup of include paths after torlog.h movement.Nick Mathewson
2018-06-20Remove all use of the assert.h headerNick Mathewson
2018-06-20Run rectify_include_paths.pyNick Mathewson
2018-06-20Update copyrights to 2018.Nick Mathewson
2017-12-11Fix the log-severities memory-leak in tor-resolve.cNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-25Do not truncate too long hostnamesjunglefowl
2016-12-18Revert ticket 20982 changes.Nick Mathewson
2016-12-16Remove the version prefix from version numberscypherpunks
2016-12-16Remove the trailing dot from version numberscypherpunks
2015-08-30Remove -F from tor-resolve(1) usage message.rl1987
2015-06-29Remove checks for visual C 6.Nick Mathewson
2015-03-14Remove relative paths to header files.cypherpunks
2015-01-28Tweak tor-resolve docs and logsNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-10-22Merge remote-tracking branch 'public/ticket6938'Nick Mathewson
2014-09-29Don't use the getaddrinfo sandbox cache from tor-resolveNick Mathewson
2014-09-10Remember log messages that happen before logs are configuredNick Mathewson
2013-02-11Don't tor_close_socket(-1) in tor-resolve.Nick Mathewson
2013-02-11Fix a very short-lived socket leak in tor-resolveNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-11-14Let tor-resolve generate PTR requests for IPv6 addressesNick Mathewson
2012-11-14Add IPv6 support to tor-resolve so it can hear about IPv6 answersNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-01-31Use the standard _WIN32, not the Torism MS_WINDOWS or deprecated WIN32Nick Mathewson
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-05-23Remove the -F option from tor-resolve.Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-07-09Rename log.h to torlog.hNick Mathewson
2010-05-20clean up whitespace in src/toolsNick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-09-29Include util.h and log.h as relative paths.Nathan Freitas
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-06-18tor-resolve: Don't automatically refuse .onion addresses.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-03-10In tor-resolve, when the Tor client to use is specified by <hostname>:<port>,...Steven Murdoch
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-02Change logging code to use fds instead of stdio. Fixes bug 861, and probably...Nick Mathewson