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