summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2004-12-16Make split(..., NULL) split on horizontal space; fix bug with tabs in config ...Nick Mathewson
2004-12-13Fix a bug in parsing HashedControlPassword.Nick Mathewson
2004-12-08Solaris CC freaks out if isspace and friends get anything other than an int. ...Nick Mathewson
2004-12-07salvage another 300 bytes per hupRoger Dingledine
2004-12-07ORPort must be defined if ORBindAddress is defined.Roger Dingledine
2004-12-07when recommending new-format log lines, if the upper bound is LOG_ERR,Roger Dingledine
2004-12-04Add function to check that addr_policy_t is okay; change struct addr_policy_t...Nick Mathewson
2004-12-03while hibernating, hup should not regrow our listeners.Roger Dingledine
2004-12-01move StatusFetchPeriod to 15 minutes so it's within bounds by defaultRoger Dingledine
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01do even less inside our signal handler,Roger Dingledine
2004-11-30write down our "how to have two defaults for dirfetchperiod"Roger Dingledine
2004-11-30use shorter minimum key lifetime until 008 is deadNick Mathewson
2004-11-30doxygen uses backslashes, not forward-slashesNick Mathewson
2004-11-30If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos...Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-26call set_max_file_descriptors() after we configure logs, soRoger Dingledine
2004-11-23Bugfix: when no units are given, default to seconds or bytes.Nick Mathewson
2004-11-23fix some typos; move to 0.0.9rc1Roger Dingledine
2004-11-22Fix sign-related warningsNick Mathewson
2004-11-22Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw...Nick Mathewson
2004-11-22Implement weekly/monthly/daily accountingNick Mathewson
2004-11-22Absolutely never call close_temp_logs while validating log options.Nick Mathewson
2004-11-21be more greedy about filling up all relay cells.Roger Dingledine
2004-11-20allow StrictEntryNode and StrictExitNode to be singularRoger Dingledine
2004-11-20kill -USR2 now moves all logs to loglevel debugRoger Dingledine
2004-11-20Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...Nick Mathewson
2004-11-15Break DirFetchPostPeriod into:Roger Dingledine
2004-11-15a first cut at a print_usage()Roger Dingledine
2004-11-15fix a bug in configuring accounting in options_act()Roger Dingledine
2004-11-15some fixes so farRoger Dingledine
2004-11-14Resolve some hibernating-related XXXX009s.Nick Mathewson
2004-11-14Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson
2004-11-14Fix windows whitespaceNick Mathewson
2004-11-14Add an unreachable return 0.Nick Mathewson
2004-11-13normalize whitespaceNick Mathewson
2004-11-13Document remaining configuration options; add a ccheck for redundant authenti...Nick Mathewson
2004-11-13Track whether descriptor is dirty/uploaded. When any options are set, mark i...Nick Mathewson
2004-11-12Write most of the implementation for SAVECONF.Nick Mathewson
2004-11-12Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-10Clarify a warning about /.torNick Mathewson
2004-11-10Validate log options during options_validate(). Reject unrecognized log type...Nick Mathewson
2004-11-10make abbreviations case-insensitive (thanks weasel)Roger Dingledine
2004-11-10make it more obvious that we have just told them their new torrc log line.Roger Dingledine
2004-11-10don't check permissions on our datadirectory until we switch uid/gidRoger Dingledine
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson