summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-10In fairness to gcc, a char** is often _not_ usable as a const void **.tor-0.1.1.22tor-0.1.1.21tor-0.1.1.20tor-0.1.1.19-rcNick Mathewson
svn:r6355
2006-04-10Oops. _compare_tor_version_str_ptr wants ptr-to-ptr. Ow.Nick Mathewson
svn:r6354
2006-04-10and that means the os x package doesn't want them includedRoger Dingledine
yet either. svn:r6353
2006-04-10exclude the website images from the tarball. they're huge.Roger Dingledine
we need to figure out some other solution than shipping the whole pile of screenshots. svn:r6352
2006-04-10bump to 0.1.1.18-rcRoger Dingledine
svn:r6351
2006-04-10a last item on the changelogRoger Dingledine
svn:r6350
2006-04-10and get rid of an extra variableRoger Dingledine
svn:r6349
2006-04-10a todo item nick suggestedRoger Dingledine
svn:r6348
2006-04-10and update the dir-spec to match the codeRoger Dingledine
svn:r6347
2006-04-10stop being so picky about when we can start building circuits.Roger Dingledine
now clients are more likely to have circuits up soon after their tor starts. svn:r6346
2006-04-10Change a dumb interface. Also, increment ↵Nick Mathewson
trusted_dir_server_t.n_networkstatus_failures when an all.z download fails entirely or partially. svn:r6345
2006-04-09make the spec more accurateRoger Dingledine
svn:r6344
2006-04-09Don't yell loudly about failed internal/bridge connections. TheseRoger Dingledine
are reachability testing and rendserv upload/downloads, and they have their own failure messages elsewhere. svn:r6343
2006-04-09quiet a bootstrapping messageRoger Dingledine
svn:r6342
2006-04-09another low-priority todo itemRoger Dingledine
svn:r6341
2006-04-09fix typoRoger Dingledine
svn:r6340
2006-04-09and update the man page to reflect thatRoger Dingledine
svn:r6339
2006-04-09lower the minimum required number of fd's to 1000, so we canRoger Dingledine
have some overhead for valgrind on linux, where the default ulimit -n is 1024. svn:r6338
2006-04-09Here is an attempted fix for directory mirrors that are frozenRoger Dingledine
in fear because they don't have all the networkstatuses. There's no reason not to proceed if all the other checks are ok -- we just shouldn't warn about certain things yet. svn:r6337
2006-04-09work through more todo itemsRoger Dingledine
svn:r6336
2006-04-09remove something from the todo, add something to it.Roger Dingledine
svn:r6335
2006-04-09first cut of a changelog for 0.1.1.18-rcRoger Dingledine
svn:r6334
2006-04-09mention FetchUselessDescriptors in exitlist's intro doc.Roger Dingledine
svn:r6333
2006-04-09Remove about 30% of the v1 directory bulk by not including down orRoger Dingledine
invalid nodes. This will make exitlist's running on v1 not very good. I feel sorry for them, but not as sorry as I feel for the directory mirrors. svn:r6332
2006-04-09When fetching rendezvous descriptors, we were willing to askRoger Dingledine
v2 authorities too. And of course they did not have a copy. svn:r6331
2006-04-08contrib script for scanning the tor network for accidentallyRoger Dingledine
open socks proxies. svn:r6330
2006-04-08If you're not a versioning dirserver, don't put the stringRoger Dingledine
"client-versions \nserver-versions \n" in your network status. svn:r6329
2006-04-08man page entry for FetchUselessDescriptorsRoger Dingledine
svn:r6328
2006-04-08i like the name FetchUselessDescriptors better.Roger Dingledine
svn:r6327
2006-04-08add a new config option FetchUselessRouters, off by default, forRoger Dingledine
when you plan to run "exitlist" on this client and you want to know about even the non-running descriptors. svn:r6326
2006-04-08If we think of ourselves as authoritative, even if we're notRoger Dingledine
in the DirServers config lines, then we still are. This way we give ourselves the "Authority" flag in our network-status. svn:r6325
2006-04-08clean up the log lines more, and note a future work.Roger Dingledine
svn:r6324
2006-04-08add dizum as the fifth authoritative directory server.Roger Dingledine
svn:r6323
2006-04-08when we do reachability testing and the tls cert at the otherRoger Dingledine
end disagrees with a descriptor we already have, be more useful at explaining it. svn:r6322
2006-04-08complain when we hit wsaenobufs on recv or write too.Roger Dingledine
perhaps this will help us hunt the bug. svn:r6321
2006-04-08Break out the checks to see if a routerstatus is something weRoger Dingledine
would use. This way when we're deciding if we have "enough" descriptors to start building circuits, we can count them accurately. svn:r6320
2006-04-08fix a typo that was confusing meRoger Dingledine
svn:r6319
2006-04-08don't try to run python2.2 explicitly, just python.Roger Dingledine
nick says all the people with obsolete pythons are unreal. svn:r6318
2006-04-08Fix a couple of things that make GCC complain with verbose warnings on. ↵Nick Mathewson
Also, fix some whitespace. svn:r6317
2006-04-07fix an infinite loop; answer a questionNick Mathewson
svn:r6316
2006-04-07Dont warn about our own status unless weve tried and failed 4 times (or ↵Nick Mathewson
succeeded) for each authority. svn:r6315
2006-04-04begin to specify when to warn.Roger Dingledine
svn:r6314
2006-04-04if there's more than one match for router-get-my-nickname,Roger Dingledine
try to pick one that's running. svn:r6313
2006-04-04fix crash bug reported in flyspray 279.Roger Dingledine
svn:r6312
2006-04-03fix typo, remove extraneous variableRoger Dingledine
svn:r6311
2006-04-03one more edge case that could paralyze a client with fearRoger Dingledine
svn:r6310
2006-04-03phrase the threshold comparison in the way we've beenRoger Dingledine
phrasing it. these are equivalent, right? svn:r6309
2006-04-03bugfix in sort_version_list() so it doesn't screw up the sorting.Roger Dingledine
svn:r6308
2006-04-03fix some xxxs.Nick Mathewson
svn:r6307
2006-04-03another point that needs more thinkingRoger Dingledine
svn:r6306