aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* turn crypto hardware acceleration off by default, until we findRoger Dingledine2006-01-16
* add missing warningNick Mathewson2006-01-11
* Fix double-free of torrc_fnameNick Mathewson2006-01-11
* Fix bug 240: dont dump descriptions when not dumping actual config lines.Nick Mathewson2006-01-11
* Fix bug 230: add a rollback function to reverse all changes since the last ma...Nick Mathewson2006-01-11
* Fix another memleak. I love you, valgrind!Nick Mathewson2006-01-11
* we were leaking 3KB every time the entry guards changed, every timeRoger Dingledine2006-01-11
* we changed the name of AccountingBytesReadInIntervalRoger Dingledine2006-01-10
* entry nodes are now entry guards.Roger Dingledine2006-01-10
* or_state_validate() needs an extra arg too or it will crashRoger Dingledine2006-01-10
* hack to address bug 238.Roger Dingledine2006-01-10
* fix bug 235Roger Dingledine2006-01-10
* Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.Nick Mathewson2006-01-10
* helper nodes are deadRoger Dingledine2006-01-07
* Add descriptions for state variables; rename AccountingBytesRead{In}Interval;...Nick Mathewson2006-01-06
* prevent auth dir servers from enabling entry nodes.Roger Dingledine2006-01-02
* bugfix: only try to use the EntryNodes config option if it is set.Roger Dingledine2006-01-02
* Make UseEntryNodes true by default. Let the fun begin.Roger Dingledine2006-01-02
* bugfix: only try to parse the TorVersion if there is one.Roger Dingledine2006-01-02
* tolerate a mal-formed or unrecognized tor version in the state file.Roger Dingledine2006-01-02
* save and validate TorVersion in the state file.Roger Dingledine2006-01-02
* add a TorVersion state string.Roger Dingledine2005-12-31
* Finish implementing config's EntryNodes and StrictEntryNodes option.Roger Dingledine2005-12-31
* helper nodes are dead. long live entry nodes.Roger Dingledine2005-12-28
* and compiling would be good tooRoger Dingledine2005-12-27
* and some commentsRoger Dingledine2005-12-27
* make it clearer in the auto-generated config file that youRoger Dingledine2005-12-27
* Keep bandwidth history accross restarts/crashesPeter Palfrader2005-12-23
* Add "panic" option to reject all servers not in fingerprint list.Nick Mathewson2005-12-15
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* a first go at fixing a bug matt edman reported: when he triesRoger Dingledine2005-12-11
* whenever we hupped or did a controller setconf, we were prependingRoger Dingledine2005-12-11
* i think fascistfirewall still has its uses. it's a synonymRoger Dingledine2005-12-11
* when we changed from log_fn to debug/info/notice/warn/err,Roger Dingledine2005-12-10
* crank the max line limit down to 150 chars.Roger Dingledine2005-12-10
* In my private little universe, terminals are still 80 columns. Impose a 160-...Nick Mathewson2005-12-09
* Normalize whitespaceNick Mathewson2005-12-09
* For some bizarre reason, MSVC does not implement GCC extensions. Who would ha...Nick Mathewson2005-12-09
* let the user configure a sockslistenaddress on other private IPsRoger Dingledine2005-12-09
* Make code to handle "private" alias work when assume_action is set.Nick Mathewson2005-12-08
* Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.Nick Mathewson2005-12-08
* Add private:* as an alias in configuration for policies.Nick Mathewson2005-12-08
* Warn when binding to a public address for socks. This warning needs to be im...Nick Mathewson2005-12-08
* Make clients use CREATE_FAST cells. add an option to disable this.Nick Mathewson2005-12-07
* Start obeying our firewall options more rigorously:Roger Dingledine2005-11-19
* Leave options->DirServers alone -- if the user didn't specify any,Roger Dingledine2005-11-18
* Add a new config option TestSocks so people can see if theirRoger Dingledine2005-11-16
* We were refusing to start if you define SocksListenAddressRoger Dingledine2005-11-11
* stop discouraging the old *BindAddress config options. we willRoger Dingledine2005-11-11
* Tor26's IP has changed to 86.59.21.38Peter Palfrader2005-11-05