summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-26a changelog entry for the various patches from karstentor-0.2.0.18-alphaRoger Dingledine
svn:r13293
2008-01-26revert r13120: for some reason nickm disabled the versionRoger Dingledine
updating for windows. i'm not sure why. svn:r13292
2008-01-26bump to 0.2.0.18-alphaRoger Dingledine
svn:r13291
2008-01-26down to 24 pagesRoger Dingledine
svn:r13290
2008-01-26revert r13221 (for now)Roger Dingledine
svn:r13289
2008-01-26"de" means to do something, and "in" means to undo it. right?Roger Dingledine
help prevent future versions of bug 593. svn:r13288
2008-01-26move hidden-service stuff out of directory.cRoger Dingledine
svn:r13287
2008-01-25a slightly better interface for hid_serv_get_responsible_directories()Roger Dingledine
svn:r13271
2008-01-25avoid calling smartlist_get(..., -1) if we have a consensus but noRoger Dingledine
hsdir nodes. svn:r13270
2008-01-25clean out some proposal 114 stuffRoger Dingledine
svn:r13269
2008-01-25We were computing the wrong Content-Length: header for directoryRoger Dingledine
responses that need to be compressed on the fly, causing clients asking for those items to always fail. Bugfix on 0.2.0.x; fixes bug 593. svn:r13268
2008-01-25don't pre-initialize some vars that we assign to right afterRoger Dingledine
svn:r13267
2008-01-24patch "15" from karsten: don't retry a v2 renddesc fetchRoger Dingledine
if we have a perfectly good v0 renddesc. svn:r13265
2008-01-24spec tweaksRoger Dingledine
svn:r13264
2008-01-24patch "14a" from karsten: don't fail if we can't findRoger Dingledine
REND_NUMBER_OF_CONSECUTIVE_REPLICAS v2 hsdirs. svn:r13263
2008-01-24Some log messages during dirvoting - maybe downgrade to debug if you wantPeter Palfrader
svn:r13261
2008-01-24patch from karsten to make vote logs more usefulRoger Dingledine
svn:r13260
2008-01-24shrink it even more. coding is fun!Roger Dingledine
svn:r13258
2008-01-24more shrinking; get rid of selectible_dirs smartlist that wasRoger Dingledine
leaking on error cases svn:r13257
2008-01-24continue r13250 cleanup: remove some duplicate codeRoger Dingledine
svn:r13256
2008-01-24more cleanup on r13250: no need to log in both placesRoger Dingledine
svn:r13253
2008-01-24start to clean up r13250: retry v2 renddesc fetches when weRoger Dingledine
fail to reach the dirserver too. svn:r13251
2008-01-24put in karsten's "patch 14". needs a lot of cleanup and a changelog.Roger Dingledine
svn:r13250
2008-01-24When we get a consensus that's been signed by more people thanRoger Dingledine
we expect, don't log about it; it's not a big deal. svn:r13249
2008-01-24weasel was worried there was a leak here. i don't think thereRoger Dingledine
is. but i could be wrong. svn:r13248
2008-01-23we changed autogen.sh's behavior, so update the INSTALL fileRoger Dingledine
svn:r13246
2008-01-23Fix a warningPeter Palfrader
svn:r13243
2008-01-23Some people still think letters fall off the side of the code if they go ↵Peter Palfrader
farther than 80 chars svn:r13242
2008-01-23Log where uploaded consensus signatures come fromPeter Palfrader
svn:r13241
2008-01-22Set up dannenberg (run by CCC) as the sixth v3 directoryRoger Dingledine
authority. svn:r13231
2008-01-22a new style file. and blow away a section that turned out to be dumb.Roger Dingledine
svn:r13223
2008-01-22 r17723@catbus: nickm | 2008-01-22 00:14:57 -0500Nick Mathewson
Make idea proposal into proposal 130; answer question by sjmurdoch; mark 124 superseded; reindex svn:r13222
2008-01-21put the fallback-consensus file back into the tarball.Roger Dingledine
this should re-introduce bug 572, and maybe we'll get some actual bug reports this time. svn:r13221
2008-01-21a changelog entry for r13218Roger Dingledine
svn:r13220
2008-01-21We accidentally enabled the under-development v2 TLS handshakeRoger Dingledine
code, which is causing log entries like "TLS error while renegotiating handshake". Disable it again. Resolves bug 590. svn:r13219
2008-01-21 r17717@catbus: nickm | 2008-01-21 17:09:23 -0500Nick Mathewson
Fix certificate leak. svn:r13218
2008-01-21When we setconf ClientOnly to 1, close any current OR and DirRoger Dingledine
listeners. Reported by mwenge. svn:r13214
2008-01-21Make "ClientOnly 1" config option disable directory ports too.Roger Dingledine
svn:r13213
2008-01-21typoRoger Dingledine
svn:r13212
2008-01-21condense the rest of the discussion into proposal 129Roger Dingledine
svn:r13211
2008-01-21proposal from Kevin Bauer & Damon McCoy to reject vulnerable-plaintextRoger Dingledine
ports (reformatted by me) svn:r13210
2008-01-21Create logfiles in logrotate so that they come into the world with the correctPeter Palfrader
mode (o-r). svn:r13209
2008-01-21postinst: if we reboot between unpacking and configuring on some smart systemsPeter Palfrader
this will mean that we just lost /var/run/tor - creating it in the maintainer script if it doesn't exist. svn:r13208
2008-01-21postinst: We were only fixing the permissions of /var/{lib,run,log}/tor when wePeter Palfrader
were not upgrading. Unfortunately the check doesn't work all that well usually in cases where the package was removed (not purged) and then later re-installed again. Now we ensure proper ownership and modes for all the directories and files below /var/{lib,run,log}/tor (the dirs themselves included) every time we run postinst. svn:r13207
2008-01-21Change wording if debian-tor's homedir is wrong, do not print anything if it ↵Peter Palfrader
is ok. Whitespace nazi found out about debian/tor.postinst. svn:r13206
2008-01-21postinst: Remove the check that requires the debian-tor user to have a uidPeter Palfrader
between 100 and 999. There is no good reason to require this. If the local admin moves the system users/uid-space to some other range then they probably have a good reason for that. svn:r13205
2008-01-20New config options WarnPlaintextPorts and RejectPlaintextPorts soRoger Dingledine
Tor can warn and/or refuse connections to ports commonly used with vulnerable-plaintext protocols. We still need to figure out some good defaults for them. svn:r13198
2008-01-19minor cleanupsRoger Dingledine
svn:r13190
2008-01-19and add blurbs for 0.2.0.1[67]-alphaRoger Dingledine
svn:r13189
2008-01-19and forward-port thoseRoger Dingledine
svn:r13188