Age | Commit message (Expand) | Author |
2005-01-20 | Warn when exit policy implicitly allows local addresses. | Nick Mathewson |
2005-01-18 | allow bandwidthburst to be smaller, but whine if it's small. | Roger Dingledine |
2005-01-17 | Introduce a notion of 'internal' circs, which are chosen without regard | Roger Dingledine |
2005-01-13 | Move call to event_init() immediately after start_daemon(); move start_daemon... | Nick Mathewson |
2005-01-13 | get rid of 0.0.8 backwards compatibility | Roger Dingledine |
2005-01-12 | Make Tor use Niels Provos's libevent instead of it's current | Nick Mathewson |
2005-01-12 | add more chat and interactive protocols to LongLivedPorts | Roger Dingledine |
2005-01-12 | Annotate circuits w/ whether they aim to contain high uptime nodes and/or | Roger Dingledine |
2005-01-06 | new config option DirAllowPrivateAddresses for authdirservers. | Roger Dingledine |
2005-01-05 | Stop reversing and re-reversing config lines: keep them in order all the time... | Nick Mathewson |
2005-01-05 | Remove broken and undocumented wart where multiple CSV config lines are appen... | Nick Mathewson |
2005-01-04 | post 0.0.9.x, demand that servers declare at least 20000 bytes/s | Roger Dingledine |
2005-01-04 | Make sequence of log messages when starting on win32 with no config file more... | Nick Mathewson |
2005-01-03 | update print_usage to use new url | Roger Dingledine |
2005-01-03 | Resolve task 42: find where 19-char nicknames were getting truncated when rea... | Nick Mathewson |
2004-12-31 | ...but only if you're a server | Roger Dingledine |
2004-12-31 | require BandwidthRate to be at least 10kB/s | Roger Dingledine |
2004-12-24 | when you're loading the rendezvous service keys in options_act(), | Roger Dingledine |
2004-12-16 | Make split(..., NULL) split on horizontal space; fix bug with tabs in config ... | Nick Mathewson |
2004-12-13 | Fix a bug in parsing HashedControlPassword. | Nick Mathewson |
2004-12-08 | Solaris CC freaks out if isspace and friends get anything other than an int. ... | Nick Mathewson |
2004-12-07 | salvage another 300 bytes per hup | Roger Dingledine |
2004-12-07 | ORPort must be defined if ORBindAddress is defined. | Roger Dingledine |
2004-12-07 | when recommending new-format log lines, if the upper bound is LOG_ERR, | Roger Dingledine |
2004-12-04 | Add function to check that addr_policy_t is okay; change struct addr_policy_t... | Nick Mathewson |
2004-12-03 | while hibernating, hup should not regrow our listeners. | Roger Dingledine |
2004-12-01 | move StatusFetchPeriod to 15 minutes so it's within bounds by default | Roger Dingledine |
2004-12-01 | Spell-check strings and comments | Nick Mathewson |
2004-12-01 | do even less inside our signal handler, | Roger Dingledine |
2004-11-30 | write down our "how to have two defaults for dirfetchperiod" | Roger Dingledine |
2004-11-30 | use shorter minimum key lifetime until 008 is dead | Nick Mathewson |
2004-11-30 | doxygen uses backslashes, not forward-slashes | Nick Mathewson |
2004-11-30 | If anybody set DirFetchPostPeriod, give them StatuFetchPeriod instead. Impos... | Nick Mathewson |
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 |