Age | Commit message (Expand) | Author |
2005-12-10 | when we changed from log_fn to debug/info/notice/warn/err, | Roger Dingledine |
2005-12-10 | crank the max line limit down to 150 chars. | Roger Dingledine |
2005-12-09 | In my private little universe, terminals are still 80 columns. Impose a 160-... | Nick Mathewson |
2005-12-09 | Normalize whitespace | Nick Mathewson |
2005-12-09 | For some bizarre reason, MSVC does not implement GCC extensions. Who would ha... | Nick Mathewson |
2005-12-09 | let the user configure a sockslistenaddress on other private IPs | Roger Dingledine |
2005-12-08 | Make code to handle "private" alias work when assume_action is set. | Nick Mathewson |
2005-12-08 | Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special. | Nick Mathewson |
2005-12-08 | Add private:* as an alias in configuration for policies. | Nick Mathewson |
2005-12-08 | Warn when binding to a public address for socks. This warning needs to be im... | Nick Mathewson |
2005-12-07 | Make clients use CREATE_FAST cells. add an option to disable this. | Nick Mathewson |
2005-11-19 | Start obeying our firewall options more rigorously: | Roger Dingledine |
2005-11-18 | Leave options->DirServers alone -- if the user didn't specify any, | Roger Dingledine |
2005-11-16 | Add a new config option TestSocks so people can see if their | Roger Dingledine |
2005-11-11 | We were refusing to start if you define SocksListenAddress | Roger Dingledine |
2005-11-11 | stop discouraging the old *BindAddress config options. we will | Roger Dingledine |
2005-11-05 | Tor26's IP has changed to 86.59.21.38 | Peter Palfrader |
2005-10-25 | fix minor memory leak in config | Nick Mathewson |
2005-10-25 | Remove last vestiges of old logging interface. | Nick Mathewson |
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson |
2005-10-17 | Add a missing struct initializer field | Nick Mathewson |
2005-10-17 | start calling it *ListenAddress rather than *BindAddress, | Roger Dingledine |
2005-10-17 | Add ability to warn when using abbrev mechanism to deprecate option names | Nick Mathewson |
2005-10-17 | start the process of reducing clutter in server logs | Roger Dingledine |
2005-10-12 | Make --hash-password not craash on exit. | Nick Mathewson |
2005-10-12 | Avoid warning on end-of-function | Nick Mathewson |
2005-10-12 | Funny. I could have sworn it compiled this morning when I checked it in. | Nick Mathewson |
2005-10-12 | More work towards a sane digest-based liveness testing. | Nick Mathewson |
2005-10-08 | Now that directory admins assure me they have adjested teir configs, it is sa... | Nick Mathewson |
2005-10-06 | without braces, what will hold up the code? | Roger Dingledine |
2005-10-06 | Make doxygen marginally happier | Nick Mathewson |
2005-10-05 | On sighup, if usehelpernodes changed to 1, use new circuits. | Nick Mathewson |
2005-10-04 | link nicknames to trusted directory servers; log these nicknames when mention... | Nick Mathewson |
2005-10-04 | switch semantics of authdirinvalid/reject | Nick Mathewson |
2005-09-30 | Stop leaking or_state_t on shutdown. | Nick Mathewson |
2005-09-30 | Reformat inconsistent function declarations. | Nick Mathewson |
2005-09-23 | Provide dire warnings to any users who set DirServer; move it out of torrc.sa... | Nick Mathewson |
2005-09-21 | Implement new version handling code. | Nick Mathewson |
2005-09-15 | Make authdirs smarter. Reject/invalidate by key and IP. Remember that not ev... | Nick Mathewson |
2005-09-14 | Clean up a few warnings that make gcc twig out a bit. | Nick Mathewson |
2005-09-14 | Add new config.c function to set options that can fail, and roll back if they... | Nick Mathewson |
2005-09-14 | stop the call duplication inside config_assign() | Roger Dingledine |
2005-09-14 | simplify | Roger Dingledine |
2005-09-14 | and take the bang out | Roger Dingledine |
2005-09-14 | ok, ok, csv's get replaced even when we assign them from the torrc. | Roger Dingledine |
2005-09-14 | checkpoint: clean up and document the three ways to call config_assign() | Roger Dingledine |
2005-09-10 | bugfix: if you gave tor an odd number of command-line arguments, | Roger Dingledine |
2005-09-10 | break out a new function config_assign_value() that just assigns the | Roger Dingledine |
2005-09-09 | reject ports 465 and 587 by default now too | Roger Dingledine |
2005-09-09 | Fix a bug in config_dump: we want to run options_validate on the defaults, no... | Nick Mathewson |