summaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
AgeCommit message (Expand)Author
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-14orconn_identity_map was another static variable that startedRoger Dingledine
2005-12-11don't mark the helper node as down when we fail to connect toRoger Dingledine
2005-12-10when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine
2005-12-05Change how OR conns get removed from the identity map; fix some warnings on s...Nick Mathewson
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-11-30Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson
2005-11-19Recover better from TCP connections to Tor servers that are broken butRoger Dingledine
2005-11-05On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-25Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson
2005-10-17Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader
2005-10-17more log unclutteringRoger Dingledine
2005-10-17start the process of reducing clutter in server logsRoger Dingledine
2005-10-14Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson
2005-10-06without braces, what will hold up the code?Roger Dingledine
2005-10-06Make doxygen marginally happierNick Mathewson
2005-10-04Check for named servers when looking them up by nickname;Nick Mathewson
2005-08-26Make a new AssumeReachable config option that will publish anyway.Roger Dingledine
2005-08-24Dirservers now do their own external reachability testing of eachRoger Dingledine
2005-08-23Our logic to decide if the OR we connected to was the right guyRoger Dingledine
2005-07-22Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson
2005-07-19be consistent about printing out key digest $'s when we're getting aRoger Dingledine
2005-07-17downgrade a warning that could plausibly happen sometimes now that weRoger Dingledine
2005-06-21Appease the hungry god of GCC: it wants functions to be static or prototyped!Nick Mathewson
2005-06-20overall cleanup and streamlining and doccingRoger Dingledine
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-06-08reenable the part of the code that tries to flush as soon as an OR outbufRoger Dingledine
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