summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2005-05-20add HttpProxyAuthenticator config option tooRoger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-26Add basic HttpsProxyAuthenticator support, based on patchRoger Dingledine
2005-04-25only call the connection open once we've decided we like the cert.Roger Dingledine
2005-04-23Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...debian-version-0.1.0.3-rc-200504231430-1Nick Mathewson
2005-04-06When we connect and finish TLS negotiation with address:port, it is obvious t...Nick Mathewson
2005-04-06quiet another instance where we whine to an innocent OR operator'sRoger Dingledine
2005-04-06note some features we intend to add.Roger Dingledine
2005-04-06When we're connecting to an OR and he's got a different nickname/keyRoger Dingledine
2005-04-01update copyright notices.Nick Mathewson
2005-03-31Patch: when extending to an unknown router, compare identity to expected iden...Nick Mathewson
2005-03-22Report HTTP reasons to directory clients. (Also, fix format on new TODO items)Nick Mathewson
2005-03-14Renormalize whitespaceNick Mathewson
2005-02-24add support for CONNECTing through https proxies.Roger Dingledine
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-03fix the latest bug: don't explode when some router declares aRoger Dingledine
2005-02-01define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine
2005-01-30be less noisy about complaining when a jap client tries to connectRoger Dingledine
2005-01-30we should handle the case where the client has no cert, forRoger Dingledine
2005-01-13get rid of 0.0.8 backwards compatibilityRoger Dingledine
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-03Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson
2005-01-03stop checking for clock skew, even for servers.Roger Dingledine
2004-12-13clean up logging,Roger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28wrong is ok, and right is fine, but in between is apparentlyRoger Dingledine
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-25Clarify a bunch of log messagesNick Mathewson
2004-11-22Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...Nick Mathewson
2004-11-21break reached_eof() out of process_inbuf()Roger Dingledine
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson
2004-11-15Change "warn if unverified routers are very skewed" to "never warn about unve...Nick Mathewson
2004-11-14Allow more clock skew from unrecognized hosts than from recognized ones.Nick Mathewson
2004-11-13Use the data, *then* free it. It works so much better.Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-10Resolve a FIXME: use identity comparison, not nickname comparison, toNick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-11-06Make options no longer a global variable.Roger Dingledine
2004-11-04clarify the bandwidthburst and bandwidthrate are in bytesRoger Dingledine
2004-11-03- Implement all of control interface except authentication, setconfig,Nick Mathewson
2004-10-17start the process of making 0.0.7* obsoleteRoger Dingledine
2004-10-16don't assert multiple things in the same tor_assert()Roger Dingledine
2004-10-13Unify tests for "did I originate this nonopen OR connection?"Nick Mathewson
2004-10-13Check fingerprint list before generating running-routers lists; also add as-y...Nick Mathewson
2004-09-28If we are an authoritative dirserver, check out the fingerprint list when set...Nick Mathewson
2004-09-27checking only 0.0.7 and 0.0.8 didn't work, because some dirserversRoger Dingledine
2004-09-23cleanup: use strcmpstart() in more placesRoger Dingledine
2004-08-15commit some minor fixes from this sandbox so i can commit the next oneRoger Dingledine