summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-28bump to 0.1.1.17-rctor-0.1.1.17-rcRoger Dingledine
svn:r6261
2006-03-28while we're fixing wording, ...Roger Dingledine
svn:r6260
2006-03-28change wording in changelogRoger Dingledine
svn:r6259
2006-03-28a final changelog for 0.1.1.17-rcRoger Dingledine
svn:r6258
2006-03-28a few other thoughts that i wrote down somewhere for onceRoger Dingledine
svn:r6257
2006-03-28the readme file was also incredibly old.Roger Dingledine
does somebody want to write actually useful versions of these that won't need to be updated ever? svn:r6256
2006-03-28blow away the "quickstart" from the INSTALL file. it was not beingRoger Dingledine
maintained adequately. svn:r6255
2006-03-27Make the max number of old descriptors to hold rise with the number of ↵Nick Mathewson
authorities. svn:r6254
2006-03-27another interim changelog for 0.1.1.17-rcRoger Dingledine
svn:r6253
2006-03-27On our dirport return a robots.txt so maybe google doesn't index all those ↵Peter Palfrader
server descriptors anymore svn:r6252
2006-03-27Code to implement networkstatus fetch from controllers. Only works when ↵Nick Mathewson
dirport is set for now; should be good enough to make serifos html front-end not be as wrong. svn:r6251
2006-03-27that extra punctuation distracts meRoger Dingledine
svn:r6250
2006-03-27re-order to avoid free-then-use. Thank goodness tor_free() zeroes things.Nick Mathewson
svn:r6249
2006-03-27Oops. We may not have a networkstatus list when we first parse the cached ↵Nick Mathewson
routers. svn:r6248
2006-03-27Fix for "but need_to_mirror=1" annoyance; is bug 273 fixed?Nick Mathewson
svn:r6247
2006-03-27Refactor 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-27On non-gcc compilers, use -g -O instead of -Wall -g -O2: resolve bug 273.Nick Mathewson
svn:r6245
2006-03-26favor correctness over grammarRoger Dingledine
svn:r6244
2006-03-26remove obsolete address policy codeRoger Dingledine
svn:r6243
2006-03-26also send syntax and parse errors back to the controller.Roger Dingledine
svn:r6242
2006-03-26When the controller's *setconf commands fail, collect an error messageRoger Dingledine
in a string and hand it back. This starts to resolve bug 275. svn:r6241
2006-03-26clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug.Roger Dingledine
svn:r6240
2006-03-26failing in a support function is a warn, not an err.Roger Dingledine
svn:r6239
2006-03-25If you run a fast server, can you run your client elsewhere?Roger Dingledine
svn:r6238
2006-03-25try to make it clearer that eigentrust is one way to do theRoger Dingledine
"deputy tester" design, but there are simpler ways too. svn:r6237
2006-03-25Say 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-24fix a wordo, don't be so quick to yell at servers, and ask a question.Roger Dingledine
svn:r6235
2006-03-24bump up the magic number for how quickly we start notifyingRoger Dingledine
a server that it's unreachable. svn:r6234
2006-03-24Check 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-23Note a magic 2 that probably should be replaced now that we have more dirserversPeter Palfrader
svn:r6232
2006-03-22update getinfo info/names to reflect that we now supportRoger Dingledine
getinfo dir/server/* svn:r6231
2006-03-22Resolve problem found by weasel: the v1 directory was includingRoger 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-22Maybe it compiles for devilproxy nowPeter Palfrader
svn:r6229
2006-03-22Note a vulnerability with our current recommended-version concensusRoger 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-22stop caching the v1 directory so often.Roger Dingledine
svn:r6226
2006-03-22whoops. inform circuits again when we failed to connect to theirRoger Dingledine
first hop, so they don't have to time out. svn:r6225
2006-03-22stop writing the "router.desc" file, ever. nothing uses it anymore.Roger Dingledine
svn:r6224
2006-03-22Log server fingerprint on startupPeter Palfrader
svn:r6223
2006-03-22interim 0.1.1.17-rc changelogRoger Dingledine
svn:r6222
2006-03-22man page entries for CircuitBuildTimeout and CircuitIdleTimeoutRoger Dingledine
svn:r6221
2006-03-22parameterize two more timeout constants in circuit-land.Roger Dingledine
svn:r6220
2006-03-22freeing is not the same as setting to nullRoger Dingledine
svn:r6219
2006-03-21and add SocksTimeout to the man pageRoger Dingledine
and stop shouting when we talk about Socks svn:r6218
2006-03-21new config option SocksTimeout: How long do we let a socks connectionRoger 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-21and dirservers don't call you a guard if you're running aRoger Dingledine
buggy version either. svn:r6216
2006-03-21when upgrading to newer versions, throw away entry guardsRoger Dingledine
picked by the old wrong algorithms. svn:r6215
2006-03-21don't call circuit_n_conn_done() if the closing conn is already open.Roger Dingledine
svn:r6214
2006-03-21Bugfix: looks like clients since 0.1.1.10-alpha have beenRoger Dingledine
expiring connections whenever 5 minutes pass and they *do* have circuits on them. svn:r6213
2006-03-21Be 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-21Fix memory leak when uncompressing concatenated zlib streams. Unit tests and ↵Nick Mathewson
tor client work; looks ok. svn:r6211