Age | Commit message (Expand) | Author |
2005-07-22 | Initial, somewhat dodgy implementation of helper nodes. It has too many XXXX... | Nick Mathewson |
2005-07-19 | be consistent about printing out key digest $'s when we're getting a | Roger Dingledine |
2005-07-17 | downgrade a warning that could plausibly happen sometimes now that we | Roger Dingledine |
2005-06-21 | Appease the hungry god of GCC: it wants functions to be static or prototyped! | Nick Mathewson |
2005-06-20 | overall cleanup and streamlining and doccing | Roger Dingledine |
2005-06-11 | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-09 | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson |
2005-06-08 | reenable the part of the code that tries to flush as soon as an OR outbuf | Roger Dingledine |
2005-05-20 | add HttpProxyAuthenticator config option too | Roger Dingledine |
2005-05-03 | first iteration of scrubbing sensitive strings from logs. | Roger Dingledine |
2005-04-26 | clean up this TOR_FRAGILE business | Roger Dingledine |
2005-04-26 | Add basic HttpsProxyAuthenticator support, based on patch | Roger Dingledine |
2005-04-25 | only call the connection open once we've decided we like the cert. | Roger Dingledine |
2005-04-23 | Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...debian-version-0.1.0.3-rc-200504231430-1 | Nick Mathewson |
2005-04-06 | When we connect and finish TLS negotiation with address:port, it is obvious t... | Nick Mathewson |
2005-04-06 | quiet another instance where we whine to an innocent OR operator's | Roger Dingledine |
2005-04-06 | note some features we intend to add. | Roger Dingledine |
2005-04-06 | When we're connecting to an OR and he's got a different nickname/key | Roger Dingledine |
2005-04-01 | update copyright notices. | Nick Mathewson |
2005-03-31 | Patch: when extending to an unknown router, compare identity to expected iden... | Nick Mathewson |
2005-03-22 | Report HTTP reasons to directory clients. (Also, fix format on new TODO items) | Nick Mathewson |
2005-03-14 | Renormalize whitespace | Nick Mathewson |
2005-02-24 | add support for CONNECTing through https proxies. | Roger Dingledine |
2005-02-22 | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson |
2005-02-03 | fix the latest bug: don't explode when some router declares a | Roger Dingledine |
2005-02-01 | define TOR_FRAGILE if you want tor to give you a core when | Roger Dingledine |
2005-01-30 | be less noisy about complaining when a jap client tries to connect | Roger Dingledine |
2005-01-30 | we should handle the case where the client has no cert, for | Roger Dingledine |
2005-01-13 | get rid of 0.0.8 backwards compatibility | Roger Dingledine |
2005-01-12 | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson |
2005-01-03 | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson |
2005-01-03 | stop checking for clock skew, even for servers. | Roger Dingledine |
2004-12-13 | clean up logging, | Roger Dingledine |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-25 | Clarify a bunch of log messages | Nick Mathewson |
2004-11-22 | Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw... | Nick Mathewson |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-20 | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se... | Nick Mathewson |
2004-11-15 | Change "warn if unverified routers are very skewed" to "never warn about unve... | Nick Mathewson |
2004-11-14 | Allow more clock skew from unrecognized hosts than from recognized ones. | Nick Mathewson |
2004-11-13 | Use the data, *then* free it. It works so much better. | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-10 | Resolve a FIXME: use identity comparison, not nickname comparison, to | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-04 | clarify the bandwidthburst and bandwidthrate are in bytes | Roger Dingledine |