Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-27 | that extra punctuation distracts me | Roger Dingledine | |
svn:r6250 | |||
2006-03-27 | re-order to avoid free-then-use. Thank goodness tor_free() zeroes things. | Nick Mathewson | |
svn:r6249 | |||
2006-03-27 | Oops. We may not have a networkstatus list when we first parse the cached ↵ | Nick Mathewson | |
routers. svn:r6248 | |||
2006-03-27 | Fix for "but need_to_mirror=1" annoyance; is bug 273 fixed? | Nick Mathewson | |
svn:r6247 | |||
2006-03-27 | Refactor and consolidate addr/exit policies into a new policies.c. | Roger Dingledine | |
Fix some minor bugs and memory leaks along the way. svn:r6246 | |||
2006-03-27 | On non-gcc compilers, use -g -O instead of -Wall -g -O2: resolve bug 273. | Nick Mathewson | |
svn:r6245 | |||
2006-03-26 | favor correctness over grammar | Roger Dingledine | |
svn:r6244 | |||
2006-03-26 | remove obsolete address policy code | Roger Dingledine | |
svn:r6243 | |||
2006-03-26 | also send syntax and parse errors back to the controller. | Roger Dingledine | |
svn:r6242 | |||
2006-03-26 | When the controller's *setconf commands fail, collect an error message | Roger Dingledine | |
in a string and hand it back. This starts to resolve bug 275. svn:r6241 | |||
2006-03-26 | clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug. | Roger Dingledine | |
svn:r6240 | |||
2006-03-26 | failing in a support function is a warn, not an err. | Roger Dingledine | |
svn:r6239 | |||
2006-03-25 | If you run a fast server, can you run your client elsewhere? | Roger Dingledine | |
svn:r6238 | |||
2006-03-25 | try to make it clearer that eigentrust is one way to do the | Roger Dingledine | |
"deputy tester" design, but there are simpler ways too. svn:r6237 | |||
2006-03-25 | Say private address instead of internal address. | Peter Palfrader | |
Both are wrong or at least not entirely correct but nobody would understand "special-use address as listed in RFC3330" I guess. svn:r6236 | |||
2006-03-24 | fix a wordo, don't be so quick to yell at servers, and ask a question. | Roger Dingledine | |
svn:r6235 | |||
2006-03-24 | bump up the magic number for how quickly we start notifying | Roger Dingledine | |
a server that it's unreachable. svn:r6234 | |||
2006-03-24 | Check return value from GetVersionEx (even though the MSDN example doesnt) ↵ | Nick Mathewson | |
and zero out the LPOSVERSIONINFOEX struct before getting the version. This may fix the "johnboy" [major=-858993460,minor=-858993460] problem. svn:r6233 | |||
2006-03-23 | Note a magic 2 that probably should be replaced now that we have more dirservers | Peter Palfrader | |
svn:r6232 | |||
2006-03-22 | update getinfo info/names to reflect that we now support | Roger Dingledine | |
getinfo dir/server/* svn:r6231 | |||
2006-03-22 | Resolve problem found by weasel: the v1 directory was including | Roger Dingledine | |
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 | |||
2006-03-22 | Maybe it compiles for devilproxy now | Peter Palfrader | |
svn:r6229 | |||
2006-03-22 | Note a vulnerability with our current recommended-version concensus | Roger Dingledine | |
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 | |||
2006-03-22 | stop caching the v1 directory so often. | Roger Dingledine | |
svn:r6226 | |||
2006-03-22 | whoops. inform circuits again when we failed to connect to their | Roger Dingledine | |
first hop, so they don't have to time out. svn:r6225 | |||
2006-03-22 | stop writing the "router.desc" file, ever. nothing uses it anymore. | Roger Dingledine | |
svn:r6224 | |||
2006-03-22 | Log server fingerprint on startup | Peter Palfrader | |
svn:r6223 | |||
2006-03-22 | interim 0.1.1.17-rc changelog | Roger Dingledine | |
svn:r6222 | |||
2006-03-22 | man page entries for CircuitBuildTimeout and CircuitIdleTimeout | Roger Dingledine | |
svn:r6221 | |||
2006-03-22 | parameterize two more timeout constants in circuit-land. | Roger Dingledine | |
svn:r6220 | |||
2006-03-22 | freeing is not the same as setting to null | Roger Dingledine | |
svn:r6219 | |||
2006-03-21 | and add SocksTimeout to the man page | Roger Dingledine | |
and stop shouting when we talk about Socks svn:r6218 | |||
2006-03-21 | new config option SocksTimeout: How long do we let a socks connection | Roger Dingledine | |
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 | |||
2006-03-21 | and dirservers don't call you a guard if you're running a | Roger Dingledine | |
buggy version either. svn:r6216 | |||
2006-03-21 | when upgrading to newer versions, throw away entry guards | Roger Dingledine | |
picked by the old wrong algorithms. svn:r6215 | |||
2006-03-21 | don't call circuit_n_conn_done() if the closing conn is already open. | Roger Dingledine | |
svn:r6214 | |||
2006-03-21 | Bugfix: looks like clients since 0.1.1.10-alpha have been | Roger Dingledine | |
expiring connections whenever 5 minutes pass and they *do* have circuits on them. svn:r6213 | |||
2006-03-21 | Be more patient before giving up on in-progress circuits. | Roger Dingledine | |
I have absolutely no idea if this change helps or hurts. Somebody should study this. svn:r6212 | |||
2006-03-21 | Fix memory leak when uncompressing concatenated zlib streams. Unit tests and ↵ | Nick Mathewson | |
tor client work; looks ok. svn:r6211 | |||
2006-03-21 | Oops; give error earlier when no runnable libevent is found. Grep reveals no ↵ | Nick Mathewson | |
more errors of this type in configure.in svn:r6210 | |||
2006-03-21 | put lefkada on port 80, officially. | Roger Dingledine | |
svn:r6209 | |||
2006-03-21 | Commit 0.1.1.16 debian changelogdebian-version-0.1.1.16-rc-1 | Peter Palfrader | |
svn:r6207 | |||
2006-03-21 | Point out a potential DoS flaw in caching untrusted network | Roger Dingledine | |
statuses to disk. We should resolve sometime. svn:r6206 | |||
2006-03-21 | add lefkada as a fourth auth dir server. | Roger Dingledine | |
svn:r6205 | |||
2006-03-20 | Make guard bandwidth threshold higher than fast bandwidth threshold. | Nick Mathewson | |
svn:r6204 | |||
2006-03-20 | Make "Fast" based on median capacity, just like "Stable" is based on median ↵ | Nick Mathewson | |
uptime. svn:r6203 | |||
2006-03-20 | clean up man page entries on EntryNodes and ExitNodes | Roger Dingledine | |
svn:r6202 | |||
2006-03-20 | ok, commenting that out broke things real bad. | Roger Dingledine | |
leave it, and accept the memory leak for now. svn:r6201 | |||
2006-03-20 | Resolve a memory leak on clients. This disables some | Roger Dingledine | |
functionality that we might still want. Nick? svn:r6200 | |||
2006-03-19 | and now resume building on netbsd 2.0 | Roger Dingledine | |
insert circus music here svn:r6199 |