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