Commit History

Author SHA1 Message Date
  Roger Dingledine d7a0f1a629 update print_usage to use new url 19 years ago
  Nick Mathewson fca7ba9777 Resolve task 42: find where 19-char nicknames were getting truncated when read from certs, and fix it. Also audit use of MAX_NICKNAME_LEN; no other badness found, but some docs/code cleaned up a touch. 19 years ago
  Roger Dingledine e29d7329b3 ...but only if you're a server 19 years ago
  Roger Dingledine 95f3e6161b require BandwidthRate to be at least 10kB/s 19 years ago
  Roger Dingledine 53105cdae5 when you're loading the rendezvous service keys in options_act(), 19 years ago
  Nick Mathewson bbc10c2ea1 Make split(..., NULL) split on horizontal space; fix bug with tabs in config file. 19 years ago
  Nick Mathewson 1e71b83890 Fix a bug in parsing HashedControlPassword. 19 years ago
  Nick Mathewson fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug 19 years ago
  Roger Dingledine 41b809d2aa salvage another 300 bytes per hup 19 years ago
  Roger Dingledine 8f01b643c3 ORPort must be defined if ORBindAddress is defined. 19 years ago
  Roger Dingledine 2ff38fdf83 when recommending new-format log lines, if the upper bound is LOG_ERR, 19 years ago
  Nick Mathewson fc87758ff3 Add function to check that addr_policy_t is okay; change struct addr_policy_t to addr_policy_t. 19 years ago
  Roger Dingledine f79a7d8d62 while hibernating, hup should not regrow our listeners. 19 years ago
  Roger Dingledine 82f3ebf195 move StatusFetchPeriod to 15 minutes so it's within bounds by default 19 years ago
  Nick Mathewson b457cfb5eb Spell-check strings and comments 19 years ago
  Roger Dingledine bde1d5bfb2 do even less inside our signal handler, 19 years ago
  Roger Dingledine 19ada3f7fa write down our "how to have two defaults for dirfetchperiod" 19 years ago
  Nick Mathewson bec7a1c6e8 use shorter minimum key lifetime until 008 is dead 19 years ago
  Nick Mathewson f19e9b8577 doxygen uses backslashes, not forward-slashes 19 years ago
  Nick Mathewson e764d00e15 If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impose minima and maxima for all *Period options; impose even tighter maxima for fetching if we are a caching dirserver. Clip rather than rejecting. arma: are these good? 19 years ago
  Nick Mathewson 7fbd297532 Suggestion from weasel: Make tor --version --version dump the cvs Id of every file. 19 years ago
  Nick Mathewson 6f5dbefa7e Normalize space: add one between every control keyword and control clause. 19 years ago
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 19 years ago
  Roger Dingledine 179ad27b34 call set_max_file_descriptors() after we configure logs, so 19 years ago
  Nick Mathewson 5fa55c8317 Bugfix: when no units are given, default to seconds or bytes. 19 years ago
  Roger Dingledine 7ed738b34c fix some typos; move to 0.0.9rc1 19 years ago
  Nick Mathewson fe32c2d141 Fix sign-related warnings 19 years ago
  Nick Mathewson d4754b334c Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "BandwidthBurst 1000 TB" from occuring. 19 years ago
  Nick Mathewson 956b463dfe Implement weekly/monthly/daily accounting 19 years ago
  Nick Mathewson 805c9e3673 Absolutely never call close_temp_logs while validating log options. 19 years ago