aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Some comments about the scope of the wikipedia problemPaul Syverson2005-01-26
| | | | svn:r3432
* some more thoughts on scope; probably should not get into the finalRoger Dingledine2005-01-26
| | | | | | | paper as-is. ok, i'm done for now. svn:r3431
* more on helper nodesRoger Dingledine2005-01-26
| | | | svn:r3430
* some more notes throughoutRoger Dingledine2005-01-26
| | | | svn:r3429
* fill in the reputability and incentives sectionsRoger Dingledine2005-01-26
| | | | svn:r3428
* some more organizationRoger Dingledine2005-01-26
| | | | svn:r3427
* try to provide a bit more organizationRoger Dingledine2005-01-25
| | | | svn:r3426
* responding to Roger's commentsGeoff Goodell2005-01-24
| | | | svn:r3425
* Update URL to tor in debian/control and debian/copyrightPeter Palfrader2005-01-23
| | | | svn:r3424
* Forward port 06_add_compile_time_defaultsPeter Palfrader2005-01-23
| | | | svn:r3423
* Include 0.0.9.3 changelog in HEADPeter Palfrader2005-01-23
| | | | svn:r3422
* Make the build depend on libevent-dev versioned: >= 1.0Peter Palfrader2005-01-23
| | | | svn:r3421
* if we're going to ship with our own privoxy, we might as wellRoger Dingledine2005-01-23
| | | | | | | | | lock it down a bit more. (does this break anything?) thanks to Brett Carrington for pointing this out. svn:r3418
* blank slates suck. here are some more words. they need to beRoger Dingledine2005-01-22
| | | | | | | reordered probably. svn:r3417
* update package-specific pages to mention 0.0.9.3Roger Dingledine2005-01-22
| | | | svn:r3416
* switch the paper over to llncsRoger Dingledine2005-01-22
| | | | svn:r3415
* forward-port the 0.0.9.3 changelogRoger Dingledine2005-01-22
| | | | svn:r3414
* comment SocksPort better as it pertains to serversRoger Dingledine2005-01-22
| | | | svn:r3413
* mention that win32 servers can bind to ports 80 and 443 directlyRoger Dingledine2005-01-22
| | | | svn:r3412
* Turn challenges.tex into minimally valid LaTeXNick Mathewson2005-01-22
| | | | svn:r3411
* fwd-port win32 isprint fixNick Mathewson2005-01-22
| | | | svn:r3410
* Fix dumb bug in unittests.Nick Mathewson2005-01-22
| | | | svn:r3409
* forward-port: fix win32 compileRoger Dingledine2005-01-22
| | | | svn:r3406
* clean a couple of messagesNick Mathewson2005-01-21
| | | | svn:r3401
* a few more thoughts about seedsRoger Dingledine2005-01-21
| | | | svn:r3399
* another rev of dir-spec.txtRoger Dingledine2005-01-21
| | | | svn:r3398
* special case so we don't yell when an empty http body doesn't specify aRoger Dingledine2005-01-21
| | | | | | | content-encoding svn:r3397
* if we get an incredibly skewed timestamp from a dirserver mirror thatRoger Dingledine2005-01-21
| | | | | | | | isn't a verified OR, don't complain very loudly -- it's probably him that's wrong. svn:r3395
* Log the offending policy, not the first policyNick Mathewson2005-01-20
| | | | svn:r3394
* mark a few tasks as done, add a few moreRoger Dingledine2005-01-20
| | | | svn:r3393
* Appease another 64-bit warningNick Mathewson2005-01-20
| | | | svn:r3392
* Have reason string for serverdesc post requests contain actual serverdesc ↵Nick Mathewson2005-01-20
| | | | | | status. Also fix return values of dirserv_add_descriptor to work as advertised. svn:r3391
* remove autoconfed file from cvsRoger Dingledine2005-01-20
| | | | svn:r3390
* Appease weasel's paranoid 64-bit compiler.Nick Mathewson2005-01-20
| | | | svn:r3389
* give a header file for ntohsRoger Dingledine2005-01-20
| | | | svn:r3388
* start to fix http status stuff, more work neededRoger Dingledine2005-01-20
| | | | svn:r3387
* Give better reason phrases in HTTP status lines. Start resolving task #67. ↵Nick Mathewson2005-01-20
| | | | | | (Messages still need to be better.) svn:r3386
* Compilation fixes for win32 version detection.Nick Mathewson2005-01-20
| | | | svn:r3385
* Make zlib detection happy on little-endian platforms; fix unit tests.Nick Mathewson2005-01-20
| | | | svn:r3384
* Warn when exit policy implicitly allows local addresses.Nick Mathewson2005-01-20
| | | | svn:r3383
* added short note about route selection to dir-spec.txtGeoff Goodell2005-01-20
| | | | svn:r3382
* added a section about how to deal with connectivity information in Blossom/TorGeoff Goodell2005-01-20
| | | | svn:r3381
* The crowning hidden-service patch: prefer non-internal circuitsRoger Dingledine2005-01-20
| | | | | | | | for normal connections, so we don't spend our internal circs on other stuff and not have them when we need them. svn:r3380
* Handle unavailable hidden services better. We try each intro pointRoger Dingledine2005-01-19
| | | | | | | | | | until none are left, then we try to refetch the descriptor. If it's the same one we had before, then close streams right then. Whenever a new stream arrives, even if it's right after, optimistically try refetching the descriptor, just in case. svn:r3379
* make cannibalizing for rend circs prey on the pleb circs firstRoger Dingledine2005-01-19
| | | | | | | if possible, rather than the elite ones. svn:r3378
* Detect windows platform correctlyNick Mathewson2005-01-19
| | | | svn:r3377
* Make detect_compression_method work on platforms with more evil chars.Nick Mathewson2005-01-19
| | | | svn:r3376
* Add unittests for compression detection. Make all rendezvous descriptors ↵Nick Mathewson2005-01-19
| | | | | | "plausible". svn:r3375
* Workaround for webservers that lie about Content-Encoding: Tor now tries to ↵Nick Mathewson2005-01-19
| | | | | | autodetect compressed directories and compression itself. (resolves bug 65) svn:r3374
* Give more useful log messages when the tor process closes dns/cpuworker ↵Nick Mathewson2005-01-19
| | | | | | connections. "Error: Success!" makes us seem like crazy people." svn:r3373