aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Collapse)AuthorAge
* r12596@catbus: nickm | 2007-04-30 18:42:44 -0400Nick Mathewson2007-04-30
| | | | | | | New tool to generate key certificates as in proposal 103. needs cleanup svn:r10075
* r12759@Kushana: nickm | 2007-04-20 08:47:20 -0400Nick Mathewson2007-04-21
| | | | | | | 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
* r11992@catbus: nickm | 2007-02-28 12:46:32 -0500Nick Mathewson2007-02-28
| | | | | | | compile fix on mingw: mingw does not define _MSC_VER. svn:r9682
* r11978@Kushana: nickm | 2007-01-15 18:54:25 -0500Nick Mathewson2007-01-15
| | | | | | | 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
* make tor-resolve -x work on intel-endian platforms tooRoger Dingledine2007-01-06
| | | | svn:r9274
* r11719@Kushana: nickm | 2006-12-26 17:41:09 -0500Nick Mathewson2006-12-26
| | | | | | | Add SOCKS5 and reverse lookup support to C verseion of tor-resolve svn:r9195
* r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400Nick Mathewson2006-09-29
| | | | | | | Differentiate more duplicated log entries svn:r8542
* Remove .cvsignore files from trunkPeter Palfrader2006-07-25
| | | | svn:r6891
* when an exit node gets a malformed begin cell, don't complain toRoger Dingledine2006-07-06
| | | | | | | the node operator, since he can't do anything about it. svn:r6733
* and resolve long-lines and fix an error stringRoger Dingledine2006-02-13
| | | | svn:r6007
* the last of the log convention conversion. finally.Roger Dingledine2006-02-13
| | | | svn:r6005
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" ↵Nick Mathewson2005-10-25
| | | | | | domain. Domains are now bitmasks... just in case. Make some err msgs non-general. svn:r5309
* Migrate a few more files to domained loggingNick Mathewson2005-10-18
| | | | svn:r5285
* Start dividing log messages into logging domains. No, LD_ is not the best ↵Nick Mathewson2005-10-18
| | | | | | of identifiers. src/or has not been converted yet. Domains dont do anything yet. svn:r5284
* clean up some more commentsRoger Dingledine2005-06-28
| | | | svn:r4499
* Docment or add DOCDOC comments to undocumented functions in src/or. Make ↵Nick Mathewson2005-06-11
| | | | | | function definition format uniform. svn:r4411
* update copyright notices.Nick Mathewson2005-04-01
| | | | svn:r3982
* 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