summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
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
2005-09-08remove obsolete kludgeRoger Dingledine
2005-09-08fix spacingRoger Dingledine
2005-09-08it really does help with the functions end.Roger Dingledine
2005-09-08if you give a config option in the torrc or the commandline with noRoger Dingledine
2005-09-08Make GCC v4 happy with heavy warnings enabled.Nick Mathewson
2005-09-08MonthlyAccountingStart is dead.Roger Dingledine
2005-09-07More stuff for new directories.Nick Mathewson
2005-09-02Make ContactInfo mandatory for authoritative directories.Nick Mathewson
2005-08-26Make unit tests (and others) run without launching listeners, creating subdir...Nick Mathewson
2005-08-26Make sure that cached-status directory exists.Nick Mathewson
2005-08-26stop freeing the new global options list whenever we update it.Roger Dingledine