aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tor-resolve.c
AgeCommit message (Expand)Author
2011-10-26Remove the -F option from tor-resolve.Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
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
2008-09-29Make tor-resolve take a -p port option in addition to the current host:port s...Nick Mathewson
2008-08-26and then make the indentation rightRoger Dingledine
2008-08-26fix typos from jake's patch earlier (one pointed out by fabian, thanks!)Roger Dingledine
2008-08-25and make it compile with warnings onRoger Dingledine
2008-08-25commit jake's patch to include strings with socks5 error numbersRoger Dingledine
2008-07-25 r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200Nick Mathewson
2008-03-13 r18804@catbus: nickm | 2008-03-13 18:18:31 -0400Nick Mathewson
2008-03-05 r18630@catbus: nickm | 2008-03-05 17:31:33 -0500Nick Mathewson
2008-02-07Update some copyright notices: it is now 2008.Nick Mathewson
2008-01-16 r17639@catbus: nickm | 2008-01-15 19:09:21 -0500Nick Mathewson
2008-01-03 r17459@catbus: nickm | 2008-01-03 17:44:25 -0500Nick Mathewson
2007-12-12clean up copyrights, and assign 2007 copyrights to The Tor Project, IncRoger Dingledine
2007-09-04 r14323@kushana: nickm | 2007-09-04 14:27:33 -0400Nick Mathewson
2007-08-08 r14093@catbus: nickm | 2007-08-08 01:49:54 -0400Nick Mathewson
2007-06-17 r13477@catbus: nickm | 2007-06-17 14:22:03 -0400Nick Mathewson
2007-05-25 r12945@catbus: nickm | 2007-05-25 10:37:12 -0400Nick Mathewson
2007-05-16 r12768@catbus: nickm | 2007-05-16 17:25:33 -0400Nick Mathewson
2007-05-15 r12764@catbus: nickm | 2007-05-15 17:17:39 -0400Nick Mathewson
2007-04-21 r12759@Kushana: nickm | 2007-04-20 08:47:20 -0400Nick Mathewson
2007-02-28 r11992@catbus: nickm | 2007-02-28 12:46:32 -0500Nick Mathewson
2007-01-15 r11978@Kushana: nickm | 2007-01-15 18:54:25 -0500Nick Mathewson
2007-01-06make tor-resolve -x work on intel-endian platforms tooRoger Dingledine
2006-12-26 r11719@Kushana: nickm | 2006-12-26 17:41:09 -0500Nick Mathewson
2006-09-29 r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson
2006-07-06when an exit node gets a malformed begin cell, don't complain toRoger Dingledine
2006-02-13and resolve long-lines and fix an error stringRoger Dingledine
2006-02-13the last of the log convention conversion. finally.Roger Dingledine
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-18Migrate a few more files to domained loggingNick Mathewson
2005-10-18Start dividing log messages into logging domains. No, LD_ is not the best of...Nick Mathewson
2005-06-28clean up some more commentsRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01Improve error msgs in tor-resolve.c; resolve bug 112Nick Mathewson
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-01-16make tor-resolve print the Tor version on --version tooRoger Dingledine
2004-12-22move network_init from or/main to common/compatRoger Dingledine
2004-11-30a few minor tweaksRoger Dingledine
2004-11-30Make tor-resolve accept x.y.exit addresses againNick Mathewson
2004-11-30Give an early error if you pass a .onion or a .exit hostname to tor-resolveNick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson