Age | Commit message (Expand) | Author |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-26 | call set_max_file_descriptors() after we configure logs, so | Roger Dingledine |
2004-11-23 | Bugfix: when no units are given, default to seconds or bytes. | Nick Mathewson |
2004-11-23 | fix some typos; move to 0.0.9rc1 | Roger Dingledine |
2004-11-22 | Fix sign-related warnings | Nick Mathewson |
2004-11-22 | Compile cleanly on windows; prevent some insane bandwidth cases (e.g., "Bandw... | Nick Mathewson |
2004-11-22 | Implement weekly/monthly/daily accounting | Nick Mathewson |
2004-11-22 | Absolutely never call close_temp_logs while validating log options. | Nick Mathewson |
2004-11-21 | be more greedy about filling up all relay cells. | Roger Dingledine |
2004-11-20 | allow StrictEntryNode and StrictExitNode to be singular | Roger Dingledine |
2004-11-20 | kill -USR2 now moves all logs to loglevel debug | Roger Dingledine |
2004-11-20 | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se... | Nick Mathewson |
2004-11-15 | Break DirFetchPostPeriod into: | Roger Dingledine |
2004-11-15 | a first cut at a print_usage() | Roger Dingledine |
2004-11-15 | fix a bug in configuring accounting in options_act() | Roger Dingledine |
2004-11-15 | some fixes so far | Roger Dingledine |
2004-11-14 | Resolve some hibernating-related XXXX009s. | Nick Mathewson |
2004-11-14 | Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF | Nick Mathewson |
2004-11-14 | Fix windows whitespace | Nick Mathewson |
2004-11-14 | Add an unreachable return 0. | Nick Mathewson |
2004-11-13 | normalize whitespace | Nick Mathewson |
2004-11-13 | Document remaining configuration options; add a ccheck for redundant authenti... | Nick Mathewson |
2004-11-13 | Track whether descriptor is dirty/uploaded. When any options are set, mark i... | Nick Mathewson |
2004-11-12 | Write most of the implementation for SAVECONF. | Nick Mathewson |
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-10 | Clarify a warning about /.tor | Nick Mathewson |
2004-11-10 | Validate log options during options_validate(). Reject unrecognized log type... | Nick Mathewson |
2004-11-10 | make abbreviations case-insensitive (thanks weasel) | Roger Dingledine |
2004-11-10 | make it more obvious that we have just told them their new torrc log line. | Roger Dingledine |
2004-11-10 | don't check permissions on our datadirectory until we switch uid/gid | Roger Dingledine |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-09 | Resolve many XXXs and all DOCDOCs | Nick Mathewson |
2004-11-09 | Change interface to config_trial_assign even more; have it use get_options() ... | Nick Mathewson |
2004-11-09 | control event logs include loglevel notice | Roger Dingledine |
2004-11-09 | allow BandwidthRate and Burst to be abbrevs in the torrc too | Roger Dingledine |
2004-11-09 | mark_logs_temp() before init'ing new ones. | Roger Dingledine |
2004-11-09 | change the interface to config_trial_assign() | Roger Dingledine |
2004-11-09 | when you try a new set of options, and you like them, make sure they stick | Roger Dingledine |
2004-11-09 | once normalized, DataDirectory is always defined | Roger Dingledine |
2004-11-09 | Make check_private_dir trimodal (check/create/ignore), not bimodal (create/ig... | Nick Mathewson |
2004-11-09 | Stop using the wrong DataDirectory when we're validating. | Roger Dingledine |
2004-11-09 | Separate is-recognized-option from get-option-value, since NULL is ambiguous ... | Nick Mathewson |
2004-11-09 | During options_dup, don't copy LINELIST_S or OBSOLETE options. | Roger Dingledine |
2004-11-09 | EntryNodess is not the plural of EntryNodes | Roger Dingledine |
2004-11-09 | and another | Roger Dingledine |
2004-11-09 | fix some dereferences | Roger Dingledine |
2004-11-09 | make datadirectory work again | Roger Dingledine |