aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tor-resolve.c
AgeCommit message (Expand)Author
2020-04-30net: Make all address bytes functions take uint8_t *teor
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2019-10-23Tidy whitespace around some STMT_BEGINs and STMT_ENDsteor
2019-04-11Fix a memory leak in tor-resolve.cNick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2018-12-01Use tor_strdup() in place of malloc+strncpy+terminate.Nick Mathewson
2018-12-01tor-resolve: Rework SOCKS5 response parsing with trunnelrl1987
2018-12-01tor-resolve: Rework SOCKS5 method negotiation client part with trunnelrl1987
2018-12-01tor-resolve: parse SOCKS4a replyrl1987
2018-12-01tor-resolve: Use trunnel code for SOCKS5 request generationrl1987
2018-12-01tor-resolve: generate SOCKS4a request with trunnelrl1987
2018-09-10Bugfix: sizeof(socklen) doesn't make sense when calling connect()rl1987
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