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