summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-01-04Add sharedscripts tor logrotate.d/tordebian-version-0.0.9.9-1debian-version-0.0.9.8-1debian-version-0.0.9.7-1debian-version-0.0.9.6-1debian-version-0.0.9.5-1debian-version-0.0.9.4-1debian-version-0.0.9.3-1debian-version-0.0.9.2-1debian-version-0.0.9.10-1Peter Palfrader
svn:r3290
2005-01-04Update debian/copyright (it's 2005)Peter Palfrader
svn:r3289
2005-01-04New upstream versionPeter Palfrader
svn:r3288
2005-01-04forward-port the 0.0.9.2 changelogRoger Dingledine
svn:r3287
2005-01-04bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.Roger Dingledine
one day we should try to figure out what's actually going on here. svn:r3280
2005-01-04Nothing actually _uses_ socks_port, so why publish it? For backward ↵Nick Mathewson
compatibility, publish a socks_port of 0, and never read socks_port. svn:r3279
2005-01-04post 0.0.9.x, demand that servers declare at least 20000 bytes/sRoger Dingledine
for bandwidthrate svn:r3277
2005-01-04Make sequence of log messages when starting on win32 with no config file ↵Nick Mathewson
more reasonable. svn:r3275
2005-01-04make the initial temp log only notice-err, not info-errRoger Dingledine
svn:r3274
2005-01-04forward-port the fix for the compiler warningRoger Dingledine
svn:r3273
2005-01-03make docs clearer that we want you to register your serverRoger Dingledine
svn:r3271
2005-01-03update our license for 2005, and also include the licenses of tree.hRoger Dingledine
and strlcpy/strlcat.c so when we do a binary distribution (e.g. win32 installer, rpm, or os x package) we're not violating their licenses. svn:r3269
2005-01-03update print_usage to use new urlRoger Dingledine
svn:r3267
2005-01-03update url for when users try to use socksport as an http proxyRoger Dingledine
svn:r3265
2005-01-03Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.Roger Dingledine
We assumed the pem-encoded data written by PEM_write_bio_RSAPrivateKey is nul-terminated, and at least sometimes, it's not. svn:r3263
2005-01-03make it clearer you can have multiple SocksBindAddress directivesRoger Dingledine
svn:r3262
2005-01-03Remove click-through license page from windows installerNick Mathewson
svn:r3259
2005-01-03Log when we retry a directory connectionNick Mathewson
svn:r3258
2005-01-03Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson
svn:r3257
2005-01-03Split mark-dir-failed-and-retry logic into separate function; make it retry ↵Nick Mathewson
runningrouters as well as directory fetches; note that the do-we-need-to-give-up test is wrong. svn:r3256
2005-01-03Fix an unused function warningNick Mathewson
svn:r3255
2005-01-03Make directory fail-and-retry logic happen in connection_about_to_close(); ↵Nick Mathewson
fixes win32 bug. svn:r3253
2005-01-03More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson
svn:r3251
2005-01-03mention where to find the 'fingerprint' fileRoger Dingledine
svn:r3249
2005-01-03revise server install instructions again. this time for sure!Roger Dingledine
svn:r3248
2005-01-03Possible fix for task #43: when running on a multithreaded environment ↵Nick Mathewson
(currently only windows), threads should not close opposite sides of their socketpairs, and workers should not call connection_free_all(). This may fix win32 servers. svn:r3247
2005-01-03move the 'other things to note' list into #client-or-server soRoger Dingledine
#server docs are less cluttered. svn:r3246
2005-01-03Resolve task 42: find where 19-char nicknames were getting truncated when ↵Nick Mathewson
read from certs, and fix it. Also audit use of MAX_NICKNAME_LEN; no other badness found, but some docs/code cleaned up a touch. svn:r3244
2005-01-03bugfix: if a server uploads a descriptor that's unapproved, actuallyRoger Dingledine
tell him so. svn:r3243
2005-01-03stop checking for clock skew, even for servers.Roger Dingledine
this means we are vulnerable to an attack where somebody recovers and uses a really old certificate. however, if they do that, they probably can get our identity key just as easily. svn:r3241
2005-01-02clarify the comments about logs in the torrcRoger Dingledine
svn:r3239
2005-01-02fix the assert bug reported by bassclef@163.comRoger Dingledine
svn:r3237
2005-01-01add a comment to explain what ContactInfo is forRoger Dingledine
svn:r3236
2005-01-01Fix a double-mark-for-close bug, where we were finding a connRoger Dingledine
for a cell even if that conn is already marked for close. Don't back-port to 0.0.9.x, since this fix could have weird implications. svn:r3235
2005-01-01when a dirserver causes you to give a warn, mention which dirserver it wasRoger Dingledine
svn:r3234
2004-12-31...but only if you're a serverRoger Dingledine
svn:r3233
2004-12-31require BandwidthRate to be at least 10kB/sRoger Dingledine
svn:r3232
2004-12-29mention that there are known bugs for running tor as a server on win32Roger Dingledine
svn:r3231
2004-12-25actually make it stop keeping track of times. whoops.Roger Dingledine
svn:r3230
2004-12-25stop calling assert_connection_ok(conn, time(NULL)) on every singleRoger Dingledine
conn on every single loop. svn:r3229
2004-12-25stop telling win32 folks they have a bug just because we haven't finishedRoger Dingledine
making tor work on win32 yet. svn:r3227
2004-12-25initial profiling by phobos says we spend a whole lot of timeRoger Dingledine
measuring how long each cell takes to process. make that optional. svn:r3226
2004-12-24when you're loading the rendezvous service keys in options_act(),Roger Dingledine
don't call it 'reloading'. svn:r3225
2004-12-24don't connection_edge_end() on eof if we're already marked for close,Roger Dingledine
because if we are then it's because we already got an end. svn:r3223
2004-12-24add items to TODONick Mathewson
svn:r3222
2004-12-24list the new tor.eff.org url in the man pageRoger Dingledine
svn:r3221
2004-12-24remove sentence-fragment comment refering to a design that never happened.Nick Mathewson
svn:r3220
2004-12-24Remove length restriction when generating directories.Nick Mathewson
svn:r3218
2004-12-24Fix for running-routers length bugNick Mathewson
svn:r3216
2004-12-23clean tor-doc-win32 a bit moreRoger Dingledine
svn:r3215