aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Collapse)AuthorAge
* Improve error msgs in tor-resolve.c; resolve bug 112Nick Mathewson2005-04-01
| | | | svn:r3947
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
| | | | svn:r3656
* make tor-resolve print the Tor version on --version tooRoger Dingledine2005-01-16
| | | | svn:r3358
* move network_init from or/main to common/compatRoger Dingledine2004-12-22
| | | | | | | | call network_init in tor-resolve.c too move tor_lookup_hostname from common/util to common/compat svn:r3203
* a few minor tweaksRoger Dingledine2004-11-30
| | | | svn:r3041
* Make tor-resolve accept x.y.exit addresses againNick Mathewson2004-11-30
| | | | svn:r3036
* Give an early error if you pass a .onion or a .exit hostname to tor-resolveNick Mathewson2004-11-30
| | | | svn:r3027
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
| | | | svn:r3003
* a little help for dfc to debug his "resolve 800 things at once" testRoger Dingledine2004-11-24
| | | | svn:r2978
* avoid infinite loop in tor-resolve if tor hangs up on itRoger Dingledine2004-11-24
| | | | svn:r2977
* Fix cast warning in tor-resolve.cNick Mathewson2004-11-14
| | | | svn:r2857
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵Nick Mathewson2004-11-09
| | | | | | target; fix a braino in dirserv.c svn:r2758
* untabify. This should hold it.Nick Mathewson2004-11-02
| | | | svn:r2646
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
| | | | svn:r2645
* Split util into util (general utilities), container (smartlist and strmap), ↵Nick Mathewson2004-11-01
| | | | | | and compat (cross-platform compatability). svn:r2640
* Add a pure-C tor-resolve implementationNick Mathewson2004-10-28
svn:r2620