Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor the decision of whether to include a router's descriptor | Roger Dingledine | 2006-03-29 |
| | | | | | | | in the v1 directory. No actual changes yet. svn:r6272 | ||
* | Avoid warnings about machine/limits.h on Debian GNU/kFreeBSD | Peter Palfrader | 2006-03-29 |
| | | | | svn:r6271 | ||
* | When deciding whether a router is Fast or Guard-worthy, consider | Roger Dingledine | 2006-03-28 |
| | | | | | | | | | his advertised BandwidthRate and not just the BandwidthCapacity. This is a bug in 0.1.0.x as well, but let's not bother backporting. svn:r6266 | ||
* | bump to 0.1.1.17-rc-cvs | Roger Dingledine | 2006-03-28 |
| | | | | | | | so much for 'release candidate' svn:r6265 | ||
* | bump to 0.1.1.17-rc | Roger Dingledine | 2006-03-28 |
| | | | | svn:r6261 | ||
* | Make the max number of old descriptors to hold rise with the number of ↵ | Nick Mathewson | 2006-03-27 |
| | | | | | | authorities. svn:r6254 | ||
* | On our dirport return a robots.txt so maybe google doesn't index all those ↵ | Peter Palfrader | 2006-03-27 |
| | | | | | | server descriptors anymore svn:r6252 | ||
* | Code to implement networkstatus fetch from controllers. Only works when ↵ | Nick Mathewson | 2006-03-27 |
| | | | | | | dirport is set for now; should be good enough to make serifos html front-end not be as wrong. svn:r6251 | ||
* | that extra punctuation distracts me | Roger Dingledine | 2006-03-27 |
| | | | | svn:r6250 | ||
* | re-order to avoid free-then-use. Thank goodness tor_free() zeroes things. | Nick Mathewson | 2006-03-27 |
| | | | | svn:r6249 | ||
* | Oops. We may not have a networkstatus list when we first parse the cached ↵ | Nick Mathewson | 2006-03-27 |
| | | | | | | routers. svn:r6248 | ||
* | Fix for "but need_to_mirror=1" annoyance; is bug 273 fixed? | Nick Mathewson | 2006-03-27 |
| | | | | svn:r6247 | ||
* | Refactor and consolidate addr/exit policies into a new policies.c. | Roger Dingledine | 2006-03-27 |
| | | | | | | | Fix some minor bugs and memory leaks along the way. svn:r6246 | ||
* | remove obsolete address policy code | Roger Dingledine | 2006-03-26 |
| | | | | svn:r6243 | ||
* | also send syntax and parse errors back to the controller. | Roger Dingledine | 2006-03-26 |
| | | | | svn:r6242 | ||
* | When the controller's *setconf commands fail, collect an error message | Roger Dingledine | 2006-03-26 |
| | | | | | | | in a string and hand it back. This starts to resolve bug 275. svn:r6241 | ||
* | clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug. | Roger Dingledine | 2006-03-26 |
| | | | | svn:r6240 | ||
* | failing in a support function is a warn, not an err. | Roger Dingledine | 2006-03-26 |
| | | | | svn:r6239 | ||
* | Say private address instead of internal address. | Peter Palfrader | 2006-03-25 |
| | | | | | | | | Both are wrong or at least not entirely correct but nobody would understand "special-use address as listed in RFC3330" I guess. svn:r6236 | ||
* | fix a wordo, don't be so quick to yell at servers, and ask a question. | Roger Dingledine | 2006-03-24 |
| | | | | svn:r6235 | ||
* | bump up the magic number for how quickly we start notifying | Roger Dingledine | 2006-03-24 |
| | | | | | | | a server that it's unreachable. svn:r6234 | ||
* | Check return value from GetVersionEx (even though the MSDN example doesnt) ↵ | Nick Mathewson | 2006-03-24 |
| | | | | | | and zero out the LPOSVERSIONINFOEX struct before getting the version. This may fix the "johnboy" [major=-858993460,minor=-858993460] problem. svn:r6233 | ||
* | Note a magic 2 that probably should be replaced now that we have more dirservers | Peter Palfrader | 2006-03-23 |
| | | | | svn:r6232 | ||
* | update getinfo info/names to reflect that we now support | Roger Dingledine | 2006-03-22 |
| | | | | | | | getinfo dir/server/* svn:r6231 | ||
* | Resolve problem found by weasel: the v1 directory was including | Roger Dingledine | 2006-03-22 |
| | | | | | | | | | servers as much as 48 hours old, because that's how the new routerlist->routers works. Now only include them if they're 20 hours old or less. svn:r6230 | ||
* | Maybe it compiles for devilproxy now | Peter Palfrader | 2006-03-22 |
| | | | | svn:r6229 | ||
* | Note a vulnerability with our current recommended-version concensus | Roger Dingledine | 2006-03-22 |
| | | | | | | | | | | | | | | | | | | building. Make the warnings about invalid and unnamed nodes scale better, and update the text of the warnings. Change router_have_minimum_dir_info() to only be happy when it has enough network-statuses ("more than half") to be willing to actually build circuits. Not yet done: when we fail to get a networkstatus that we wanted, and !router_have_minimum_dir_info(), we should retry it quicker than a whole minute from now. svn:r6227 | ||
* | stop caching the v1 directory so often. | Roger Dingledine | 2006-03-22 |
| | | | | svn:r6226 | ||
* | whoops. inform circuits again when we failed to connect to their | Roger Dingledine | 2006-03-22 |
| | | | | | | | first hop, so they don't have to time out. svn:r6225 | ||
* | stop writing the "router.desc" file, ever. nothing uses it anymore. | Roger Dingledine | 2006-03-22 |
| | | | | svn:r6224 | ||
* | Log server fingerprint on startup | Peter Palfrader | 2006-03-22 |
| | | | | svn:r6223 | ||
* | parameterize two more timeout constants in circuit-land. | Roger Dingledine | 2006-03-22 |
| | | | | svn:r6220 | ||
* | freeing is not the same as setting to null | Roger Dingledine | 2006-03-22 |
| | | | | svn:r6219 | ||
* | new config option SocksTimeout: How long do we let a socks connection | Roger Dingledine | 2006-03-21 |
| | | | | | | | | | | wait unattached before we fail it? Use this value for controller socks timeout, for normal socks timeout, and for hidden-service socks timeout. svn:r6217 | ||
* | and dirservers don't call you a guard if you're running a | Roger Dingledine | 2006-03-21 |
| | | | | | | | buggy version either. svn:r6216 | ||
* | when upgrading to newer versions, throw away entry guards | Roger Dingledine | 2006-03-21 |
| | | | | | | | picked by the old wrong algorithms. svn:r6215 | ||
* | don't call circuit_n_conn_done() if the closing conn is already open. | Roger Dingledine | 2006-03-21 |
| | | | | svn:r6214 | ||
* | Bugfix: looks like clients since 0.1.1.10-alpha have been | Roger Dingledine | 2006-03-21 |
| | | | | | | | | expiring connections whenever 5 minutes pass and they *do* have circuits on them. svn:r6213 | ||
* | Be more patient before giving up on in-progress circuits. | Roger Dingledine | 2006-03-21 |
| | | | | | | | | I have absolutely no idea if this change helps or hurts. Somebody should study this. svn:r6212 | ||
* | Fix memory leak when uncompressing concatenated zlib streams. Unit tests and ↵ | Nick Mathewson | 2006-03-21 |
| | | | | | | tor client work; looks ok. svn:r6211 | ||
* | put lefkada on port 80, officially. | Roger Dingledine | 2006-03-21 |
| | | | | svn:r6209 | ||
* | Point out a potential DoS flaw in caching untrusted network | Roger Dingledine | 2006-03-21 |
| | | | | | | | statuses to disk. We should resolve sometime. svn:r6206 | ||
* | add lefkada as a fourth auth dir server. | Roger Dingledine | 2006-03-21 |
| | | | | svn:r6205 | ||
* | Make guard bandwidth threshold higher than fast bandwidth threshold. | Nick Mathewson | 2006-03-20 |
| | | | | svn:r6204 | ||
* | Make "Fast" based on median capacity, just like "Stable" is based on median ↵ | Nick Mathewson | 2006-03-20 |
| | | | | | | uptime. svn:r6203 | ||
* | ok, commenting that out broke things real bad. | Roger Dingledine | 2006-03-20 |
| | | | | | | | leave it, and accept the memory leak for now. svn:r6201 | ||
* | Resolve a memory leak on clients. This disables some | Roger Dingledine | 2006-03-20 |
| | | | | | | | functionality that we might still want. Nick? svn:r6200 | ||
* | bump to 0.1.1.16-rc-cvs so we can start fixing more bugs | Roger Dingledine | 2006-03-19 |
| | | | | svn:r6197 | ||
* | which brings us to 0.1.1.16-rc | Roger Dingledine | 2006-03-19 |
| | | | | svn:r6195 | ||
* | Allow non-printable characters for exit streams (both for | Roger Dingledine | 2006-03-19 |
| | | | | | | | | | connecting and for resolving). Now we tolerate applications that don't follow the RFCs. But continue to block malformed names at the socks side. svn:r6193 |