- Jun 01, 2007
-
-
Nick Mathewson authored
Test for ~/.svk/local, not ~/.svk. Eschew use of test -a and test -o. Bulletproof more against odd shells. svn:r10439
-
Nick Mathewson authored
Mention that SocksPolicy applies to DNSPort. svn:r10438
-
Roger Dingledine authored
svn:r10437
-
Roger Dingledine authored
svn:r10436
-
Mike Perry authored
svn:r10435
-
Peter Palfrader authored
svn:r10434
-
Peter Palfrader authored
svn:r10433
-
Nick Mathewson authored
Oops. Different inet_ntop implementations seem to differ on whether, in an IPv6 address with a single "0" word, that word should be written as 0, or omitted. Fix the unit tests to account for that. svn:r10432
-
- May 31, 2007
-
-
Roger Dingledine authored
svn:r10431
-
Roger Dingledine authored
to read karsten's distributed-storage proposal svn:r10430
-
Roger Dingledine authored
svn:r10429
-
Nick Mathewson authored
Predict the future. svn:r10428
-
Nick Mathewson authored
Patch from Tup: treat RESOLVED_TYPE_ERROR_TRANSIENT as a SERVERFAILED, and RESOLVED_TYPE_ERROR as NOTEXIST. Generate transient/nontransient errors more sensibly. Set flags better on DNS replies. svn:r10427
-
Nick Mathewson authored
Document DNSPort, DNSListenAddress, AutomapHostsOnResolve, AutomapHostsSuffixes, and DownloadExtraInfo in the manpage. svn:r10426
-
Nick Mathewson authored
Cleanup whitespace. svn:r10425
-
Nick Mathewson authored
Fix windows build. svn:r10424
-
Nick Mathewson authored
More code for voting and vote parsing (checkpointing) svn:r10423
-
Nick Mathewson authored
Fix patch r10411; fix from robert hogan. svn:r10422
-
Nick Mathewson authored
Make "authdir_newdesc rejected" work again. svn:r10421
-
Nick Mathewson authored
Unit tests [and debugging] for tor_inet_ntop() and tor_inet_pton() svn:r10420
-
Roger Dingledine authored
svn:r10415
-
- May 30, 2007
-
-
Karsten Loesing authored
svn:r10413
-
Nick Mathewson authored
If the user makes a torrc that exceeds the bandwidth cap by one byte, let them have it. svn:r10411
-
- May 29, 2007
-
-
Nick Mathewson authored
Oops. Authorities should recommend nodes as exits. svn:r10403
-
Nick Mathewson authored
Make exitlist script handle multiple descriptors for one router (by only looking at the latest). Resolves bug 405. svn:r10402
-
Nick Mathewson authored
Aaargh. Revert accidentally-committed debugging code in last patch. svn:r10400
-
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
-
- May 28, 2007
-
-
Peter Palfrader authored
svn:r10376
-
Roger Dingledine authored
svn:r10374
-