| Commit message (Expand) | Author | Age |
* | Implement the common case of ATTACHSTREAM. | Nick Mathewson | 2005-03-12 |
* | Get address map resetting implemented. | Nick Mathewson | 2005-03-11 |
* | Checkpoint in-progress fixes: | Roger Dingledine | 2005-02-27 |
* | Implement more control spec functionality | Nick Mathewson | 2005-02-25 |
* | add support for CONNECTing through https proxies. | Roger Dingledine | 2005-02-24 |
* | Forward-port the trick to bump up ConnLimit as far as it can | Roger Dingledine | 2005-02-22 |
* | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson | 2005-02-22 |
* | Remove assumptions that maximum path length is anything like 1024. From comm... | Nick Mathewson | 2005-02-22 |
* | Add a new AddressMap directive to rewrite incoming socks addresses. | Roger Dingledine | 2005-02-22 |
* | Free even more things on shutdown. Temporarily move tor_free_all out from #i... | Nick Mathewson | 2005-02-11 |
* | Re-normalize whitespace; make "make check-spaces" happy | Nick Mathewson | 2005-02-05 |
* | forward-port NT service patch | Nick Mathewson | 2005-02-05 |
* | fix the latest bug: don't explode when some router declares a | Roger Dingledine | 2005-02-03 |
* | only check if exit_policy_implicitly_allows if you're a server. | Roger Dingledine | 2005-02-02 |
* | bump the default rate limit to 1 MB | Roger Dingledine | 2005-02-01 |
* | fix an edge case in parsing config options (thanks weasel) | Roger Dingledine | 2005-02-01 |
* | forward-port the dns and maxconn fixes | Roger Dingledine | 2005-01-28 |
* | Warn when exit policy implicitly allows local addresses. | Nick Mathewson | 2005-01-20 |
* | allow bandwidthburst to be smaller, but whine if it's small. | Roger Dingledine | 2005-01-18 |
* | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine | 2005-01-17 |
* | Move call to event_init() immediately after start_daemon(); move start_daemon... | Nick Mathewson | 2005-01-13 |
* | get rid of 0.0.8 backwards compatibility | Roger Dingledine | 2005-01-13 |
* | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson | 2005-01-12 |
* | add more chat and interactive protocols to LongLivedPorts | Roger Dingledine | 2005-01-12 |
* | Annotate circuits w/ whether they aim to contain high uptime nodes and/or | Roger Dingledine | 2005-01-12 |
* | new config option DirAllowPrivateAddresses for authdirservers. | Roger Dingledine | 2005-01-06 |
* | Stop reversing and re-reversing config lines: keep them in order all the time... | Nick Mathewson | 2005-01-05 |
* | Remove broken and undocumented wart where multiple CSV config lines are appen... | Nick Mathewson | 2005-01-05 |
* | post 0.0.9.x, demand that servers declare at least 20000 bytes/s | Roger Dingledine | 2005-01-04 |
* | Make sequence of log messages when starting on win32 with no config file more... | Nick Mathewson | 2005-01-04 |
* | update print_usage to use new url | Roger Dingledine | 2005-01-03 |
* | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson | 2005-01-03 |
* | ...but only if you're a server | Roger Dingledine | 2004-12-31 |
* | require BandwidthRate to be at least 10kB/s | Roger Dingledine | 2004-12-31 |
* | when you're loading the rendezvous service keys in options_act(), | Roger Dingledine | 2004-12-24 |
* | Make split(..., NULL) split on horizontal space; fix bug with tabs in config ... | Nick Mathewson | 2004-12-16 |
* | Fix a bug in parsing HashedControlPassword. | Nick Mathewson | 2004-12-13 |
* | Solaris CC freaks out if isspace and friends get anything other than an int. ... | Nick Mathewson | 2004-12-08 |
* | salvage another 300 bytes per hup | Roger Dingledine | 2004-12-07 |
* | ORPort must be defined if ORBindAddress is defined. | Roger Dingledine | 2004-12-07 |
* | when recommending new-format log lines, if the upper bound is LOG_ERR, | Roger Dingledine | 2004-12-07 |
* | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson | 2004-12-04 |
* | while hibernating, hup should not regrow our listeners. | Roger Dingledine | 2004-12-03 |
* | move StatusFetchPeriod to 15 minutes so it's within bounds by default | Roger Dingledine | 2004-12-01 |
* | Spell-check strings and comments | Nick Mathewson | 2004-12-01 |
* | do even less inside our signal handler, | Roger Dingledine | 2004-12-01 |
* | write down our "how to have two defaults for dirfetchperiod" | Roger Dingledine | 2004-11-30 |
* | use shorter minimum key lifetime until 008 is dead | Nick Mathewson | 2004-11-30 |
* | doxygen uses backslashes, not forward-slashes | Nick Mathewson | 2004-11-30 |
* | If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos... | Nick Mathewson | 2004-11-30 |