index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
tor-resolve.c
Age
Commit message (
Expand
)
Author
2007-02-28
r11992@catbus: nickm | 2007-02-28 12:46:32 -0500
Nick Mathewson
2007-01-15
r11978@Kushana: nickm | 2007-01-15 18:54:25 -0500
Nick Mathewson
2007-01-06
make tor-resolve -x work on intel-endian platforms too
Roger Dingledine
2006-12-26
r11719@Kushana: nickm | 2006-12-26 17:41:09 -0500
Nick Mathewson
2006-09-29
r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400
Nick Mathewson
2006-07-06
when an exit node gets a malformed begin cell, don't complain to
Roger Dingledine
2006-02-13
and resolve long-lines and fix an error string
Roger Dingledine
2006-02-13
the last of the log convention conversion. finally.
Roger Dingledine
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-18
Migrate a few more files to domained logging
Nick Mathewson
2005-10-18
Start dividing log messages into logging domains. No, LD_ is not the best of...
Nick Mathewson
2005-06-28
clean up some more comments
Roger Dingledine
2005-06-11
Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-04-01
Improve error msgs in tor-resolve.c; resolve bug 112
Nick Mathewson
2005-02-22
Change from inet_ntoa to a threadproof tor_inet_ntoa.
Nick Mathewson
2005-01-16
make tor-resolve print the Tor version on --version too
Roger Dingledine
2004-12-22
move network_init from or/main to common/compat
Roger Dingledine
2004-11-30
a few minor tweaks
Roger Dingledine
2004-11-30
Make tor-resolve accept x.y.exit addresses again
Nick Mathewson
2004-11-30
Give an early error if you pass a .onion or a .exit hostname to tor-resolve
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-24
a little help for dfc to debug his "resolve 800 things at once" test
Roger Dingledine
2004-11-24
avoid infinite loop in tor-resolve if tor hangs up on it
Roger Dingledine
2004-11-14
Fix cast warning in tor-resolve.c
Nick Mathewson
2004-11-09
Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...
Nick Mathewson
2004-11-02
untabify. This should hold it.
Nick Mathewson
2004-11-02
Use a stricter set of warnings; make them all pass.
Nick Mathewson
2004-11-01
Split util into util (general utilities), container (smartlist and strmap), a...
Nick Mathewson
2004-10-28
Add a pure-C tor-resolve implementation
Nick Mathewson