aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 0.1.2.0-alpha-cvs!Roger Dingledine2006-04-10
| | | | svn:r6375
* make DirFetchPeriod and StatusFetchPeriod truly obsolete.Roger Dingledine2006-04-10
| | | | svn:r6373
* and forward-port the man page changeRoger Dingledine2006-04-10
| | | | svn:r6372
* be willing to add our own routerinfo into the routerlist.Roger Dingledine2006-04-10
| | | | | | | | this means authorities will include themselves in their directories and network-statuses. svn:r6369
* Remove redundant includes. They are all hanled in torint.h which we already ↵Peter Palfrader2006-04-10
| | | | | | do include. svn:r6364
* Remove a dependency on dist and assume a tarball is in ".." forAndrew Lewman2006-04-10
| | | | | | | dist-rpm. svn:r6363
* New upstream versionPeter Palfrader2006-04-10
| | | | svn:r6362
* another todo item we ought to doRoger Dingledine2006-04-10
| | | | svn:r6361
* and one more kick to consider all live network statuses for versionsRoger Dingledine2006-04-10
| | | | svn:r6359
* consider all live network statuses we have when deciding whetherRoger Dingledine2006-04-10
| | | | | | | our version is bad. also, unfix one of the unbugs from before. svn:r6358
* Fix a wide lineNick Mathewson2006-04-10
| | | | svn:r6357
* fix bugs in compute_recommended_versionsNick Mathewson2006-04-10
| | | | svn:r6356
* In fairness to gcc, a char** is often _not_ usable as a const void **.Nick Mathewson2006-04-10
| | | | svn:r6355
* Oops. _compare_tor_version_str_ptr wants ptr-to-ptr. Ow.Nick Mathewson2006-04-10
| | | | svn:r6354
* and that means the os x package doesn't want them includedRoger Dingledine2006-04-10
| | | | | | | yet either. svn:r6353
* exclude the website images from the tarball. they're huge.Roger Dingledine2006-04-10
| | | | | | | | we need to figure out some other solution than shipping the whole pile of screenshots. svn:r6352
* bump to 0.1.1.18-rcRoger Dingledine2006-04-10
| | | | svn:r6351
* a last item on the changelogRoger Dingledine2006-04-10
| | | | svn:r6350
* and get rid of an extra variableRoger Dingledine2006-04-10
| | | | svn:r6349
* a todo item nick suggestedRoger Dingledine2006-04-10
| | | | svn:r6348
* and update the dir-spec to match the codeRoger Dingledine2006-04-10
| | | | svn:r6347
* stop being so picky about when we can start building circuits.Roger Dingledine2006-04-10
| | | | | | | | now clients are more likely to have circuits up soon after their tor starts. svn:r6346
* Change a dumb interface. Also, increment ↵Nick Mathewson2006-04-10
| | | | | | trusted_dir_server_t.n_networkstatus_failures when an all.z download fails entirely or partially. svn:r6345
* make the spec more accurateRoger Dingledine2006-04-09
| | | | svn:r6344
* Don't yell loudly about failed internal/bridge connections. TheseRoger Dingledine2006-04-09
| | | | | | | | are reachability testing and rendserv upload/downloads, and they have their own failure messages elsewhere. svn:r6343
* quiet a bootstrapping messageRoger Dingledine2006-04-09
| | | | svn:r6342
* another low-priority todo itemRoger Dingledine2006-04-09
| | | | svn:r6341
* fix typoRoger Dingledine2006-04-09
| | | | svn:r6340
* and update the man page to reflect thatRoger Dingledine2006-04-09
| | | | svn:r6339
* lower the minimum required number of fd's to 1000, so we canRoger Dingledine2006-04-09
| | | | | | | | have some overhead for valgrind on linux, where the default ulimit -n is 1024. svn:r6338
* Here is an attempted fix for directory mirrors that are frozenRoger Dingledine2006-04-09
| | | | | | | | | 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
* work through more todo itemsRoger Dingledine2006-04-09
| | | | svn:r6336
* remove something from the todo, add something to it.Roger Dingledine2006-04-09
| | | | svn:r6335
* first cut of a changelog for 0.1.1.18-rcRoger Dingledine2006-04-09
| | | | svn:r6334
* mention FetchUselessDescriptors in exitlist's intro doc.Roger Dingledine2006-04-09
| | | | svn:r6333
* Remove about 30% of the v1 directory bulk by not including down orRoger Dingledine2006-04-09
| | | | | | | | | | 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
* When fetching rendezvous descriptors, we were willing to askRoger Dingledine2006-04-09
| | | | | | | v2 authorities too. And of course they did not have a copy. svn:r6331
* contrib script for scanning the tor network for accidentallyRoger Dingledine2006-04-08
| | | | | | | open socks proxies. svn:r6330
* If you're not a versioning dirserver, don't put the stringRoger Dingledine2006-04-08
| | | | | | | "client-versions \nserver-versions \n" in your network status. svn:r6329
* man page entry for FetchUselessDescriptorsRoger Dingledine2006-04-08
| | | | svn:r6328
* i like the name FetchUselessDescriptors better.Roger Dingledine2006-04-08
| | | | svn:r6327
* 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