Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-28 | r11992@catbus: nickm | 2007-02-28 12:46:32 -0500 | Nick Mathewson | |
compile fix on mingw: mingw does not define _MSC_VER. svn:r9682 | |||
2007-01-15 | r11978@Kushana: nickm | 2007-01-15 18:54:25 -0500 | Nick Mathewson | |
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 | |||
2007-01-06 | make tor-resolve -x work on intel-endian platforms too | Roger Dingledine | |
svn:r9274 | |||
2006-12-26 | r11719@Kushana: nickm | 2006-12-26 17:41:09 -0500 | Nick Mathewson | |
Add SOCKS5 and reverse lookup support to C verseion of tor-resolve svn:r9195 | |||
2006-09-29 | r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400 | Nick Mathewson | |
Differentiate more duplicated log entries svn:r8542 | |||
2006-07-25 | Remove .cvsignore files from trunk | Peter Palfrader | |
svn:r6891 | |||
2006-07-06 | when an exit node gets a malformed begin cell, don't complain to | Roger Dingledine | |
the node operator, since he can't do anything about it. svn:r6733 | |||
2006-02-13 | and resolve long-lines and fix an error string | Roger Dingledine | |
svn:r6007 | |||
2006-02-13 | the last of the log convention conversion. finally. | Roger Dingledine | |
svn:r6005 | |||
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" ↵ | Nick Mathewson | |
domain. Domains are now bitmasks... just in case. Make some err msgs non-general. svn:r5309 | |||
2005-10-18 | Migrate a few more files to domained logging | Nick Mathewson | |
svn:r5285 | |||
2005-10-18 | Start dividing log messages into logging domains. No, LD_ is not the best ↵ | Nick Mathewson | |
of identifiers. src/or has not been converted yet. Domains dont do anything yet. svn:r5284 | |||
2005-06-28 | clean up some more comments | Roger Dingledine | |
svn:r4499 | |||
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make ↵ | Nick Mathewson | |
function definition format uniform. svn:r4411 | |||
2005-04-01 | update copyright notices. | Nick Mathewson | |
svn:r3982 | |||
2005-04-01 | Improve error msgs in tor-resolve.c; resolve bug 112 | Nick Mathewson | |
svn:r3947 | |||
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson | |
svn:r3656 | |||
2005-01-16 | make tor-resolve print the Tor version on --version too | Roger Dingledine | |
svn:r3358 | |||
2004-12-22 | move network_init from or/main to common/compat | Roger Dingledine | |
call network_init in tor-resolve.c too move tor_lookup_hostname from common/util to common/compat svn:r3203 | |||
2004-11-30 | a few minor tweaks | Roger Dingledine | |
svn:r3041 | |||
2004-11-30 | Make tor-resolve accept x.y.exit addresses again | Nick Mathewson | |
svn:r3036 | |||
2004-11-30 | Give an early error if you pass a .onion or a .exit hostname to tor-resolve | Nick Mathewson | |
svn:r3027 | |||
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson | |
svn:r3003 | |||
2004-11-24 | a little help for dfc to debug his "resolve 800 things at once" test | Roger Dingledine | |
svn:r2978 | |||
2004-11-24 | avoid infinite loop in tor-resolve if tor hangs up on it | Roger Dingledine | |
svn:r2977 | |||
2004-11-14 | Fix cast warning in tor-resolve.c | Nick Mathewson | |
svn:r2857 | |||
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵ | Nick Mathewson | |
target; fix a braino in dirserv.c svn:r2758 | |||
2004-11-02 | untabify. This should hold it. | Nick Mathewson | |
svn:r2646 | |||
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson | |
svn:r2645 | |||
2004-11-01 | Split util into util (general utilities), container (smartlist and strmap), ↵ | Nick Mathewson | |
and compat (cross-platform compatability). svn:r2640 | |||
2004-10-28 | Add a pure-C tor-resolve implementation | Nick Mathewson | |
svn:r2620 |