summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
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
2005-08-15initialize the dns worker cache tree whether or not we startRoger Dingledine
2005-08-15resolve a XXXRoger Dingledine
2005-08-15clean up some confusing logs.Roger Dingledine
2005-08-15hey, we have a function for thatRoger Dingledine
2005-08-12Make GCC very happy, even with lots of warnings set. Also, try to fix some re...Nick Mathewson
2005-08-10Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls.Nick Mathewson
2005-08-09Fix segfault in unit testsNick Mathewson
2005-08-08Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...Nick Mathewson
2005-08-08get rid of IgnoreVersion and the forced auto-exit mis-featureRoger Dingledine
2005-08-07a few typo fixesRoger Dingledine
2005-08-07Generalize FirewallPorts to FirewallIPs so I can run happily when locked in n...Nick Mathewson
2005-08-05Alphebetize config variablesNick Mathewson
2005-08-04Implement some more GETINFO goodness: expose helper nodes, config options, ge...Nick Mathewson
2005-08-03If they havent told us by now, they probably never will.Nick Mathewson
2005-07-28Possibly broken implementation of persistant state; handles helper nodes; doe...Nick Mathewson
2005-07-25parameterize RephistTrackTimeRoger Dingledine
2005-07-23Rename cross-format config.c stuff to config_* and or_options_t-specific stuf...Nick Mathewson