summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
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
2005-08-26fix an infinite loop at hupRoger Dingledine
2005-08-26Add quotes around filenames in src/orNick Mathewson
2005-08-26Make a new AssumeReachable config option that will publish anyway.Roger Dingledine
2005-08-25Start implementing the server side of the new directory protocol.Nick Mathewson
2005-08-22Make DirPostPeriod config option obsolete.Roger Dingledine
2005-08-22fix function headers from the descriptor-frequency commitRoger Dingledine
2005-08-22Make set_options a little smarter: have options_act handle transitions on its...Nick Mathewson
2005-08-15rotate dns and cpu workers if the controller changes options thatRoger Dingledine
2005-08-15Permit transitioning from ORPort=0 to ORPort!=0, and back.Roger Dingledine