Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 0.1.2.0-alpha-cvs! | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6375 | ||
* | make DirFetchPeriod and StatusFetchPeriod truly obsolete. | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6373 | ||
* | and forward-port the man page change | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6372 | ||
* | be willing to add our own routerinfo into the routerlist. | Roger Dingledine | 2006-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 Palfrader | 2006-04-10 |
| | | | | | | do include. svn:r6364 | ||
* | Remove a dependency on dist and assume a tarball is in ".." for | Andrew Lewman | 2006-04-10 |
| | | | | | | | dist-rpm. svn:r6363 | ||
* | New upstream version | Peter Palfrader | 2006-04-10 |
| | | | | svn:r6362 | ||
* | another todo item we ought to do | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6361 | ||
* | and one more kick to consider all live network statuses for versions | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6359 | ||
* | consider all live network statuses we have when deciding whether | Roger Dingledine | 2006-04-10 |
| | | | | | | | our version is bad. also, unfix one of the unbugs from before. svn:r6358 | ||
* | Fix a wide line | Nick Mathewson | 2006-04-10 |
| | | | | svn:r6357 | ||
* | fix bugs in compute_recommended_versions | Nick Mathewson | 2006-04-10 |
| | | | | svn:r6356 | ||
* | In fairness to gcc, a char** is often _not_ usable as a const void **. | Nick Mathewson | 2006-04-10 |
| | | | | svn:r6355 | ||
* | Oops. _compare_tor_version_str_ptr wants ptr-to-ptr. Ow. | Nick Mathewson | 2006-04-10 |
| | | | | svn:r6354 | ||
* | and that means the os x package doesn't want them included | Roger Dingledine | 2006-04-10 |
| | | | | | | | yet either. svn:r6353 | ||
* | exclude the website images from the tarball. they're huge. | Roger Dingledine | 2006-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-rc | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6351 | ||
* | a last item on the changelog | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6350 | ||
* | and get rid of an extra variable | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6349 | ||
* | a todo item nick suggested | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6348 | ||
* | and update the dir-spec to match the code | Roger Dingledine | 2006-04-10 |
| | | | | svn:r6347 | ||
* | stop being so picky about when we can start building circuits. | Roger Dingledine | 2006-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 Mathewson | 2006-04-10 |
| | | | | | | trusted_dir_server_t.n_networkstatus_failures when an all.z download fails entirely or partially. svn:r6345 | ||
* | make the spec more accurate | Roger Dingledine | 2006-04-09 |
| | | | | svn:r6344 | ||
* | Don't yell loudly about failed internal/bridge connections. These | Roger Dingledine | 2006-04-09 |
| | | | | | | | | are reachability testing and rendserv upload/downloads, and they have their own failure messages elsewhere. svn:r6343 | ||
* | quiet a bootstrapping message | Roger Dingledine | 2006-04-09 |
| | | | | svn:r6342 | ||
* | another low-priority todo item | Roger Dingledine | 2006-04-09 |
| | | | | svn:r6341 | ||
* | fix typo | Roger Dingledine | 2006-04-09 |
| | | | | svn:r6340 | ||
* | and update the man page to reflect that | Roger Dingledine | 2006-04-09 |
| | | | | svn:r6339 | ||
* | lower the minimum required number of fd's to 1000, so we can | Roger Dingledine | 2006-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 frozen | Roger Dingledine | 2006-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 items | Roger Dingledine | 2006-04-09 |
| | | | | svn:r6336 | ||
* | remove something from the todo, add something to it. | Roger Dingledine | 2006-04-09 |
| | | | | svn:r6335 | ||
* | first cut of a changelog for 0.1.1.18-rc | Roger Dingledine | 2006-04-09 |
| | | | | svn:r6334 | ||
* | mention FetchUselessDescriptors in exitlist's intro doc. | Roger Dingledine | 2006-04-09 |
| | | | | svn:r6333 | ||
* | Remove about 30% of the v1 directory bulk by not including down or | Roger Dingledine | 2006-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 ask | Roger Dingledine | 2006-04-09 |
| | | | | | | | v2 authorities too. And of course they did not have a copy. svn:r6331 | ||
* | contrib script for scanning the tor network for accidentally | Roger Dingledine | 2006-04-08 |
| | | | | | | | open socks proxies. svn:r6330 | ||
* | If you're not a versioning dirserver, don't put the string | Roger Dingledine | 2006-04-08 |
| | | | | | | | "client-versions \nserver-versions \n" in your network status. svn:r6329 | ||
* | man page entry for FetchUselessDescriptors | Roger Dingledine | 2006-04-08 |
| | | | | svn:r6328 | ||
* | i like the name FetchUselessDescriptors better. | Roger Dingledine | 2006-04-08 |
| | | | | svn:r6327 | ||
* | add a new config option FetchUselessRouters, off by default, for | Roger Dingledine | 2006-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 not | Roger Dingledine | 2006-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 Dingledine | 2006-04-08 |
| | | | | svn:r6324 | ||
* | add dizum as the fifth authoritative directory server. | Roger Dingledine | 2006-04-08 |
| | | | | svn:r6323 | ||
* | when we do reachability testing and the tls cert at the other | Roger Dingledine | 2006-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 Dingledine | 2006-04-08 |
| | | | | | | | perhaps this will help us hunt the bug. svn:r6321 | ||
* | Break out the checks to see if a routerstatus is something we | Roger Dingledine | 2006-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 me | Roger Dingledine | 2006-04-08 |
| | | | | svn:r6319 | ||
* | don't try to run python2.2 explicitly, just python. | Roger Dingledine | 2006-04-08 |
| | | | | | | | nick says all the people with obsolete pythons are unreal. svn:r6318 |