aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tor-resolve.c
Commit message (Expand)AuthorAge
* Update some copyright notices: it is now 2008.•••svn:r13412 Nick Mathewson2008-02-07
* r17639@catbus: nickm | 2008-01-15 19:09:21 -0500••• Fix some hard to trigger but nonetheless real memory leaks spotted by an anonymous contributor. Needs review. Partial backport candidate. svn:r13147 Nick Mathewson2008-01-16
* r17459@catbus: nickm | 2008-01-03 17:44:25 -0500••• add init_logging calls to tor_gencert and tor_resolve svn:r13028 Nick Mathewson2008-01-03
* clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc•••svn:r12786 Roger Dingledine2007-12-12
* r14323@kushana: nickm | 2007-09-04 14:27:33 -0400••• Patch from sjmurdoch to fix dnsleak warning when reverse-resolving via socks5. svn:r11373 Nick Mathewson2007-09-04
* r14093@catbus: nickm | 2007-08-08 01:49:54 -0400••• Include fewer redundant headers; use the compiler search paths better. svn:r11060 Nick Mathewson2007-08-08
* r13477@catbus: nickm | 2007-06-17 14:22:03 -0400••• Sun CC likes to give warnings for the do { } while(0) construction for making statement-like macros. Define STMT_BEGIN/STMT_END macros that do the right thing, and use them everywhere. svn:r10645 Nick Mathewson2007-06-17
* r12945@catbus: nickm | 2007-05-25 10:37:12 -0400••• Add a "force" option to tor-resolve so we can make it look up .onion addresses if we know that this will create a virtual mapping we want. svn:r10323 Nick Mathewson2007-05-25
* r12768@catbus: nickm | 2007-05-16 17:25:33 -0400••• Fix GCC warnings related to local parameters/variables getting shadowed. svn:r10198 Nick Mathewson2007-05-16
* r12764@catbus: nickm | 2007-05-15 17:17:39 -0400••• Enable (and cope with) more GCC 4.2 warnings. svn:r10196 Nick Mathewson2007-05-15
* r12759@Kushana: nickm | 2007-04-20 08:47:20 -0400••• Track the number of connection_t separately from the number of open sockets. It is already possible to have connections that do not count: resolving conns, for one. Once we move from socketpairs to linked conns, and once we do dns proxying, there will be lots of such connections. svn:r9994 Nick Mathewson2007-04-21
* r11992@catbus: nickm | 2007-02-28 12:46:32 -0500••• compile fix on mingw: mingw does not define _MSC_VER. svn:r9682 Nick Mathewson2007-02-28
* r11978@Kushana: nickm | 2007-01-15 18:54:25 -0500••• Apparently, the OpenBSD linker thinks it knows C better than I do, and gets to call me names for having strcat and strcpy and sprintf in my code--whether I use them safely or not. All right, OpenBSD. You win... this round. svn:r9360 Nick Mathewson2007-01-15
* make tor-resolve -x work on intel-endian platforms too•••svn:r9274 Roger Dingledine2007-01-06
* r11719@Kushana: nickm | 2006-12-26 17:41:09 -0500••• Add SOCKS5 and reverse lookup support to C verseion of tor-resolve svn:r9195 Nick Mathewson2006-12-26
* r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400••• Differentiate more duplicated log entries svn:r8542 Nick Mathewson2006-09-29
* when an exit node gets a malformed begin cell, don't complain to•••the node operator, since he can't do anything about it. svn:r6733 Roger Dingledine2006-07-06
* and resolve long-lines and fix an error string•••svn:r6007 Roger Dingledine2006-02-13
* the last of the log convention conversion. finally.•••svn:r6005 Roger Dingledine2006-02-13
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309 Nick Mathewson2005-10-25
* Migrate a few more files to domained logging•••svn:r5285 Nick Mathewson2005-10-18
* Start dividing log messages into logging domains. No, LD_ is not the best of...•••svn:r5284 Nick Mathewson2005-10-18
* clean up some more comments•••svn:r4499 Roger Dingledine2005-06-28
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...•••svn:r4411 Nick Mathewson2005-06-11
* update copyright notices.•••svn:r3982 Nick Mathewson2005-04-01
* Improve error msgs in tor-resolve.c; resolve bug 112•••svn:r3947 Nick Mathewson2005-04-01
* Change from inet_ntoa to a threadproof tor_inet_ntoa.•••svn:r3656 Nick Mathewson2005-02-22
* make tor-resolve print the Tor version on --version too•••svn:r3358 Roger Dingledine2005-01-16
* move network_init from or/main to common/compat•••call network_init in tor-resolve.c too move tor_lookup_hostname from common/util to common/compat svn:r3203 Roger Dingledine2004-12-22
* a few minor tweaks•••svn:r3041 Roger Dingledine2004-11-30
* Make tor-resolve accept x.y.exit addresses again•••svn:r3036 Nick Mathewson2004-11-30
* Give an early error if you pass a .onion or a .exit hostname to tor-resolve•••svn:r3027 Nick Mathewson2004-11-30
* Normalize space: add one between every control keyword and control clause.•••svn:r3003 Nick Mathewson2004-11-28
* a little help for dfc to debug his "resolve 800 things at once" test•••svn:r2978 Roger Dingledine2004-11-24
* avoid infinite loop in tor-resolve if tor hangs up on it•••svn:r2977 Roger Dingledine2004-11-24
* Fix cast warning in tor-resolve.c•••svn:r2857 Nick Mathewson2004-11-14
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...•••svn:r2758 Nick Mathewson2004-11-09
* untabify. This should hold it.•••svn:r2646 Nick Mathewson2004-11-02
* Use a stricter set of warnings; make them all pass.•••svn:r2645 Nick Mathewson2004-11-02
* Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640 Nick Mathewson2004-11-01
* Add a pure-C tor-resolve implementation•••svn:r2620 Nick Mathewson2004-10-28