aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add a new config option FetchUselessRouters, off by default, forRoger Dingledine2006-04-08
| | | | | | | | when you plan to run "exitlist" on this client and you want to know about even the non-running descriptors. svn:r6326
* If we think of ourselves as authoritative, even if we're notRoger Dingledine2006-04-08
| | | | | | | | in the DirServers config lines, then we still are. This way we give ourselves the "Authority" flag in our network-status. svn:r6325
* clean up the log lines more, and note a future work.Roger Dingledine2006-04-08
| | | | svn:r6324
* add dizum as the fifth authoritative directory server.Roger Dingledine2006-04-08
| | | | svn:r6323
* when we do reachability testing and the tls cert at the otherRoger Dingledine2006-04-08
| | | | | | | | end disagrees with a descriptor we already have, be more useful at explaining it. svn:r6322
* complain when we hit wsaenobufs on recv or write too.Roger Dingledine2006-04-08
| | | | | | | perhaps this will help us hunt the bug. svn:r6321
* Break out the checks to see if a routerstatus is something weRoger Dingledine2006-04-08
| | | | | | | | would use. This way when we're deciding if we have "enough" descriptors to start building circuits, we can count them accurately. svn:r6320
* fix a typo that was confusing meRoger Dingledine2006-04-08
| | | | svn:r6319
* don't try to run python2.2 explicitly, just python.Roger Dingledine2006-04-08
| | | | | | | nick says all the people with obsolete pythons are unreal. svn:r6318
* Fix a couple of things that make GCC complain with verbose warnings on. ↵Nick Mathewson2006-04-08
| | | | | | Also, fix some whitespace. svn:r6317
* fix an infinite loop; answer a questionNick Mathewson2006-04-07
| | | | svn:r6316
* Dont warn about our own status unless weve tried and failed 4 times (or ↵Nick Mathewson2006-04-07
| | | | | | succeeded) for each authority. svn:r6315
* begin to specify when to warn.Roger Dingledine2006-04-04
| | | | svn:r6314
* if there's more than one match for router-get-my-nickname,Roger Dingledine2006-04-04
| | | | | | | try to pick one that's running. svn:r6313
* fix crash bug reported in flyspray 279.Roger Dingledine2006-04-04
| | | | svn:r6312
* fix typo, remove extraneous variableRoger Dingledine2006-04-03
| | | | svn:r6311
* one more edge case that could paralyze a client with fearRoger Dingledine2006-04-03
| | | | svn:r6310
* phrase the threshold comparison in the way we've beenRoger Dingledine2006-04-03
| | | | | | | phrasing it. these are equivalent, right? svn:r6309
* bugfix in sort_version_list() so it doesn't screw up the sorting.Roger Dingledine2006-04-03
| | | | svn:r6308
* fix some xxxs.Nick Mathewson2006-04-03
| | | | svn:r6307
* another point that needs more thinkingRoger Dingledine2006-04-03
| | | | svn:r6306
* two more thresholds to look atRoger Dingledine2006-04-03
| | | | svn:r6305
* Oops; meant received, not published.Nick Mathewson2006-04-03
| | | | svn:r6304
* save first, then commit.Nick Mathewson2006-04-03
| | | | svn:r6303
* Clarify behavior on failing network-status download.Nick Mathewson2006-04-03
| | | | svn:r6302
* minor cleanupsRoger Dingledine2006-04-03
| | | | svn:r6301
* nick: there *is* no MAX_SERVER_INTERVAL_WITHOUT_REQUEST. true?Roger Dingledine2006-04-03
| | | | svn:r6300
* "" is not a plausible address for addressmaps.Roger Dingledine2006-04-03
| | | | svn:r6299
* Try to clarify thresholds, intervals, and strategies. Some of the later ↵Nick Mathewson2006-04-02
| | | | | | sections need more work, but my laptop is running low on battery. svn:r6298
* Change networkstatus dl logic: try to have all networkstatuses live; insist ↵Nick Mathewson2006-04-02
| | | | | | on having all of them live or tried-at-least-once. Also, answer a XXXX comment. svn:r6297
* Versions that drop connections for having used idle circs are as bad for ↵Nick Mathewson2006-04-02
| | | | | | stable as for guard svn:r6296
* If I could forget that I had enabled StrictExitNodes, others will too.Nick Mathewson2006-04-02
| | | | svn:r6295
* but the \r\n is handy too i hear.Roger Dingledine2006-04-02
| | | | svn:r6294
* if you give mapaddress no args at all, it should answerRoger Dingledine2006-04-02
| | | | | | | something more than \r\n. svn:r6293
* i don't know what sort of shell nick uses, but mine can'tRoger Dingledine2006-04-02
| | | | | | | handle redirecting from two files at once. svn:r6292
* admit that getinfo can fail.Roger Dingledine2006-04-02
| | | | svn:r6291
* make exitlist's instructions more future-proof.Roger Dingledine2006-04-02
| | | | svn:r6290
* the deb's tor.docs list is wrong, now that we've removed the docs.Roger Dingledine2006-04-02
| | | | svn:r6289
* hack together a shell blob so 'make dist' can build even whenRoger Dingledine2006-04-02
| | | | | | | the website isn't there. svn:r6288
* make NoPublish (even though deprecated) work again.Roger Dingledine2006-04-02
| | | | svn:r6287
* if you ask for getinfo dir/status/ but your dirport is off,Roger Dingledine2006-04-01
| | | | | | | log a complaint. svn:r6286
* Fix dirserv_get_networkstatus_v2's api: its function commentsRoger Dingledine2006-04-01
| | | | | | | | | | did not at all match its behavior, and I can't think of a case when it should return anything other than 0. This fix may allow getinfo dir/status/foo to work. svn:r6285
* bugfix: when we fail to bind or listen on an incoming or outgoingRoger Dingledine2006-04-01
| | | | | | | | socket, we should close it before failing. otherwise we just leak it. (thanks to weasel for finding.) svn:r6284
* more helpful error messageRoger Dingledine2006-04-01
| | | | svn:r6283
* Start sending back 512 and 451 errors if mapaddress fails,Roger Dingledine2006-04-01
| | | | | | | rather than not sending anything back at all. svn:r6282
* hey, let's include instructions on servers, hidden services,Roger Dingledine2006-03-31
| | | | | | | and switchproxy, while we're at it. svn:r6281
* make the os x package handle the new location of docs, plusRoger Dingledine2006-03-31
| | | | | | | include the needed img's. svn:r6280
* Blow away the obsolete docs.Roger Dingledine2006-03-31
| | | | | | | Leave shells of them in case people link to them from elsewhere. svn:r6279
* Fail somehow smarter if we do not have the website source tree in ../websitePeter Palfrader2006-03-31
| | | | svn:r6278
* This works better for me. Does it still work for you?Peter Palfrader2006-03-31
| | | | svn:r6277