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