aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection_or.c
Commit message (Expand)AuthorAge
* remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson2005-11-30
* Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...Nick Mathewson2005-11-30
* Recover better from TCP connections to Tor servers that are broken butRoger Dingledine2005-11-19
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....Nick Mathewson2005-10-25
* Downgrade a few INFO level logs to DEBUG again. Also add two or three newPeter Palfrader2005-10-17
* more log unclutteringRoger Dingledine2005-10-17
* start the process of reducing clutter in server logsRoger Dingledine2005-10-17
* Try to extract as many descriptors as possible from truncated http responses....Nick Mathewson2005-10-14
* without braces, what will hold up the code?Roger Dingledine2005-10-06
* Make doxygen marginally happierNick Mathewson2005-10-06
* Check for named servers when looking them up by nickname;Nick Mathewson2005-10-04
* Make a new AssumeReachable config option that will publish anyway.Roger Dingledine2005-08-26
* Dirservers now do their own external reachability testing of eachRoger Dingledine2005-08-24
* Our logic to decide if the OR we connected to was the right guyRoger Dingledine2005-08-23
* Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX...Nick Mathewson2005-07-22
* be consistent about printing out key digest $'s when we're getting aRoger Dingledine2005-07-19
* downgrade a warning that could plausibly happen sometimes now that weRoger Dingledine2005-07-17
* Appease the hungry god of GCC: it wants functions to be static or prototyped!Nick Mathewson2005-06-21
* overall cleanup and streamlining and doccingRoger Dingledine2005-06-20
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
* reenable the part of the code that tries to flush as soon as an OR outbufRoger Dingledine2005-06-08
* add HttpProxyAuthenticator config option tooRoger Dingledine2005-05-20
* first iteration of scrubbing sensitive strings from logs.Roger Dingledine2005-05-03
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
* Add basic HttpsProxyAuthenticator support, based on patchRoger Dingledine2005-04-26
* only call the connection open once we've decided we like the cert.Roger Dingledine2005-04-25
* Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...Nick Mathewson2005-04-23
* When we connect and finish TLS negotiation with address:port, it is obvious t...Nick Mathewson2005-04-06
* quiet another instance where we whine to an innocent OR operator'sRoger Dingledine2005-04-06
* note some features we intend to add.Roger Dingledine2005-04-06
* When we're connecting to an OR and he's got a different nickname/keyRoger Dingledine2005-04-06
* update copyright notices.Nick Mathewson2005-04-01
* Patch: when extending to an unknown router, compare identity to expected iden...Nick Mathewson2005-03-31
* Report HTTP reasons to directory clients. (Also, fix format on new TODO items)Nick Mathewson2005-03-22
* Renormalize whitespaceNick Mathewson2005-03-14
* add support for CONNECTing through https proxies.Roger Dingledine2005-02-24
* Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson2005-02-22
* fix the latest bug: don't explode when some router declares aRoger Dingledine2005-02-03
* define TOR_FRAGILE if you want tor to give you a core whenRoger Dingledine2005-02-01
* be less noisy about complaining when a jap client tries to connectRoger Dingledine2005-01-30
* we should handle the case where the client has no cert, forRoger Dingledine2005-01-30
* get rid of 0.0.8 backwards compatibilityRoger Dingledine2005-01-13
* Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson2005-01-12
* Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson2005-01-03
* stop checking for clock skew, even for servers.Roger Dingledine2005-01-03
* clean up logging,Roger Dingledine2004-12-13