aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix typoRoger Dingledine2005-01-05
| | | | svn:r3302
* Remove broken and undocumented wart where multiple CSV config lines are ↵Nick Mathewson2005-01-05
| | | | | | appended rather than replaced. Resolves bug #49 svn:r3301
* update url for torRoger Dingledine2005-01-05
| | | | svn:r3300
* Forward-port OSX packaging stuff from maint branchNick Mathewson2005-01-05
| | | | svn:r3299
* and the first cut of a tor osx installation howtoRoger Dingledine2005-01-05
| | | | svn:r3298
* point to the new screenshot file namesRoger Dingledine2005-01-05
| | | | svn:r3297
* migrate to the new URLRoger Dingledine2005-01-05
| | | | svn:r3296
* change url in win32 installerRoger Dingledine2005-01-04
| | | | svn:r3295
* fix duplicate dns_cancel_pending_resolve reported by Giorgos PallasRoger Dingledine2005-01-04
| | | | svn:r3293
* Add sharedscripts tor logrotate.d/torPeter Palfrader2005-01-04
| | | | svn:r3290
* Update debian/copyright (it's 2005)Peter Palfrader2005-01-04
| | | | svn:r3289
* New upstream versionPeter Palfrader2005-01-04
| | | | svn:r3288
* forward-port the 0.0.9.2 changelogRoger Dingledine2005-01-04
| | | | svn:r3287
* bandaid: make Giorgos Pallas's dns assert bug not actually crash on him.Roger Dingledine2005-01-04
| | | | | | | one day we should try to figure out what's actually going on here. svn:r3280
* Nothing actually _uses_ socks_port, so why publish it? For backward ↵Nick Mathewson2005-01-04
| | | | | | compatibility, publish a socks_port of 0, and never read socks_port. svn:r3279
* post 0.0.9.x, demand that servers declare at least 20000 bytes/sRoger Dingledine2005-01-04
| | | | | | | for bandwidthrate svn:r3277
* Make sequence of log messages when starting on win32 with no config file ↵Nick Mathewson2005-01-04
| | | | | | more reasonable. svn:r3275
* make the initial temp log only notice-err, not info-errRoger Dingledine2005-01-04
| | | | svn:r3274
* forward-port the fix for the compiler warningRoger Dingledine2005-01-04
| | | | svn:r3273
* make docs clearer that we want you to register your serverRoger Dingledine2005-01-03
| | | | svn:r3271
* update our license for 2005, and also include the licenses of tree.hRoger Dingledine2005-01-03
| | | | | | | | 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
* update print_usage to use new urlRoger Dingledine2005-01-03
| | | | svn:r3267
* update url for when users try to use socksport as an http proxyRoger Dingledine2005-01-03
| | | | svn:r3265
* Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.Roger Dingledine2005-01-03
| | | | | | | | We assumed the pem-encoded data written by PEM_write_bio_RSAPrivateKey is nul-terminated, and at least sometimes, it's not. svn:r3263
* make it clearer you can have multiple SocksBindAddress directivesRoger Dingledine2005-01-03
| | | | svn:r3262
* Remove click-through license page from windows installerNick Mathewson2005-01-03
| | | | svn:r3259
* Log when we retry a directory connectionNick Mathewson2005-01-03
| | | | svn:r3258
* Use correct logic to decide whether there are more directory servers to retry.Nick Mathewson2005-01-03
| | | | svn:r3257
* Split mark-dir-failed-and-retry logic into separate function; make it retry ↵Nick Mathewson2005-01-03
| | | | | | runningrouters as well as directory fetches; note that the do-we-need-to-give-up test is wrong. svn:r3256
* Fix an unused function warningNick Mathewson2005-01-03
| | | | svn:r3255
* Make directory fail-and-retry logic happen in connection_about_to_close(); ↵Nick Mathewson2005-01-03
| | | | | | fixes win32 bug. svn:r3253
* More work on task #43: fix race conditions on multithreaded (win32) servers.Nick Mathewson2005-01-03
| | | | svn:r3251
* mention where to find the 'fingerprint' fileRoger Dingledine2005-01-03
| | | | svn:r3249
* revise server install instructions again. this time for sure!Roger Dingledine2005-01-03
| | | | svn:r3248
* Possible fix for task #43: when running on a multithreaded environment ↵Nick Mathewson2005-01-03
| | | | | | (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
* move the 'other things to note' list into #client-or-server soRoger Dingledine2005-01-03
| | | | | | | #server docs are less cluttered. svn:r3246
* Resolve task 42: find where 19-char nicknames were getting truncated when ↵Nick Mathewson2005-01-03
| | | | | | 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
* bugfix: if a server uploads a descriptor that's unapproved, actuallyRoger Dingledine2005-01-03
| | | | | | | tell him so. svn:r3243
* stop checking for clock skew, even for servers.Roger Dingledine2005-01-03
| | | | | | | | | 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
* clarify the comments about logs in the torrcRoger Dingledine2005-01-02
| | | | svn:r3239
* fix the assert bug reported by bassclef@163.comRoger Dingledine2005-01-02
| | | | svn:r3237
* add a comment to explain what ContactInfo is forRoger Dingledine2005-01-01
| | | | svn:r3236
* Fix a double-mark-for-close bug, where we were finding a connRoger Dingledine2005-01-01
| | | | | | | | | 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
* when a dirserver causes you to give a warn, mention which dirserver it wasRoger Dingledine2005-01-01
| | | | svn:r3234
* ...but only if you're a serverRoger Dingledine2004-12-31
| | | | svn:r3233
* require BandwidthRate to be at least 10kB/sRoger Dingledine2004-12-31
| | | | svn:r3232
* mention that there are known bugs for running tor as a server on win32Roger Dingledine2004-12-29
| | | | svn:r3231
* actually make it stop keeping track of times. whoops.Roger Dingledine2004-12-25
| | | | svn:r3230
* stop calling assert_connection_ok(conn, time(NULL)) on every singleRoger Dingledine2004-12-25
| | | | | | | conn on every single loop. svn:r3229
* stop telling win32 folks they have a bug just because we haven't finishedRoger Dingledine2004-12-25
| | | | | | | making tor work on win32 yet. svn:r3227