- 29 May, 2007 12 commits
-
-
Nick Mathewson authored
Fix handling of resolves with very long or otherwise malformed addresses, and comment dns_resolve better, and stop making what should be a BUG warning into an assert(0). This fixes bug 427, which was introduced around 9900/9931/9932. Not a backport candidate: 0.1.2.x never had this bug. svn:r10399
-
Nick Mathewson authored
Add some code to mitigate bug 393: Choose at random from multiple hidden service ports with the same virtport. This allows limited ad-hoc round-robining. svn:r10398
-
Nick Mathewson authored
Note that the fix for bug 222 should technically be turned into a real fix, not a kludge, one of these days. svn:r10397
-
Nick Mathewson authored
fix for bug 439: make _sure_ *msg is set when we leave dirserv_add_multiple_descriptors(). svn:r10396
-
Nick Mathewson authored
An even better workaround for the probably-already-fixed bug 222. svn:r10395
-
Nick Mathewson authored
Move connection_should_read_from_linked_conn into main.c, which is the only file that uses it. svn:r10394
-
Nick Mathewson authored
Resolve all but 3 DOCDOCs. svn:r10393
-
Nick Mathewson authored
Oops; better version of previous patch that does not get caught in an infinite loop. svn:r10391
-
Nick Mathewson authored
Stop adding bogus entries to lists in router_parse_list_from_string(). I wonder which bugs _that_ caused. svn:r10390
-
Nick Mathewson authored
oops; use tor_inet_aton rather than inet_aton in tor_inet_ntop. Spotted by Li-Hui Zhou. svn:r10389
-
Nick Mathewson authored
More messing around to try to address possible root causes of bug 436. svn:r10388
-
Nick Mathewson authored
Merge an evdns fix from libevent r357: "evdns_shutdown fix from adam langley. svn:r10387
-
- 28 May, 2007 2 commits
-
-
Peter Palfrader authored
svn:r10376
-
Roger Dingledine authored
svn:r10374
-
- 27 May, 2007 6 commits
-
-
Nick Mathewson authored
When telling the admin that they will need to install a main package, tell them that they will probably need the dev package too. svn:r10366
-
Peter Palfrader authored
svn:r10365
-
Roger Dingledine authored
svn:r10362
-
Roger Dingledine authored
svn:r10361
-
Roger Dingledine authored
svn:r10359
-
Roger Dingledine authored
(dirserv_add_multiple_descriptors doesn't set msg if there's no failure.) svn:r10358
-
- 26 May, 2007 5 commits
-
-
Roger Dingledine authored
now we expand "-f ~/.tor/torrc" correctly. Suggested by Matt Edman. svn:r10351
-
Roger Dingledine authored
svn:r10350
-
Nick Mathewson authored
Oops. we actually _do_ need the extended path; we just do not want to persist it. svn:r10349
-
Nick Mathewson authored
Ah, maybe _this_ is the patch that will make IRIX builds happy again. svn:r10348
-
Nick Mathewson authored
socklen_t is a silly type anyway. Just use int as the argument for evdns_server_request_get_requesting_addr. svn:r10347
-
- 25 May, 2007 15 commits
-
-
Nick Mathewson authored
Do not alter CPPFLAGS until we are actually done with the rest of configure.in: this way, we notice if there are library paths that we are missing. svn:r10345
-
Roger Dingledine authored
svn:r10339
-
Roger Dingledine authored
from the 0.2.0.1 changelog svn:r10338
-
Roger Dingledine authored
svn:r10335
-
Roger Dingledine authored
resolve request. this should help that. svn:r10334
-
Roger Dingledine authored
whether we have a connection open to the server right now. svn:r10333
-
Nick Mathewson authored
hack to make reverse lookups work with dnsport. note that it is a hack. note some trouble spots. svn:r10332
-
Roger Dingledine authored
svn:r10331
-
Roger Dingledine authored
it anonymized_connection instead. svn:r10330
-
Nick Mathewson authored
The second time that we resolve a.com and get 1.2.3.4, return an A record mapping (a->1.2.3.4), not mapping (1.2.3.4->1.2.3.4). svn:r10329
-
Nick Mathewson authored
Fix more dnsport bugs: set state correctly, and actually cache the answers. svn:r10328
-
Nick Mathewson authored
Fix a dnsserv bug: mark the connectino as "finished handshaking" once dnsserv_resolved is called. svn:r10327
-
Nick Mathewson authored
First bare stubs of ipv6 work: commit some (untested, hence doublessly broken) implementations of inet_ntop/pton for systems that lack them. svn:r10326
-
Nick Mathewson authored
Add an AutomapHostsOnResolve option. It seems to work. svn:r10324
-
Nick Mathewson authored
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
-