aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
...
* we were leaking 3KB every time the entry guards changed, every time•••the controller called saveconf, and every 20 minutes. svn:r5788 Roger Dingledine2006-01-11
* we changed the name of AccountingBytesReadInInterval•••change its state file description too svn:r5785 Roger Dingledine2006-01-10
* entry nodes are now entry guards.•••this is our last easy chance for a wholesale change. heave ho. svn:r5782 Roger Dingledine2006-01-10
* or_state_validate() needs an extra arg too or it will crash•••svn:r5772 Roger Dingledine2006-01-10
* hack to address bug 238.•••needs a better fix, but not for 0.1.1.11. svn:r5771 Roger Dingledine2006-01-10
* fix bug 235•••svn:r5768 Roger Dingledine2006-01-10
* Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.•••svn:r5767 Nick Mathewson2006-01-10
* helper nodes are dead•••svn:r5743 Roger Dingledine2006-01-07
* Add descriptions for state variables; rename AccountingBytesRead{In}Interval;...•••svn:r5739 Nick Mathewson2006-01-06
* prevent auth dir servers from enabling entry nodes.•••svn:r5702 Roger Dingledine2006-01-02
* bugfix: only try to use the EntryNodes config option if it is set.•••svn:r5701 Roger Dingledine2006-01-02
* Make UseEntryNodes true by default. Let the fun begin.•••svn:r5698 Roger Dingledine2006-01-02
* bugfix: only try to parse the TorVersion if there is one.•••svn:r5697 Roger Dingledine2006-01-02
* tolerate a mal-formed or unrecognized tor version in the state file.•••svn:r5696 Roger Dingledine2006-01-02
* save and validate TorVersion in the state file.•••svn:r5694 Roger Dingledine2006-01-02
* add a TorVersion state string.•••not yet set to anything. svn:r5687 Roger Dingledine2005-12-31
* Finish implementing config's EntryNodes and StrictEntryNodes option.•••The logging is way verbose for now. svn:r5683 Roger Dingledine2005-12-31
* helper nodes are dead. long live entry nodes.•••(config options EntryNodes and StrictEntryNodes still not implemented.) svn:r5673 Roger Dingledine2005-12-28
* and compiling would be good too•••svn:r5657 Roger Dingledine2005-12-27
* and some comments•••svn:r5656 Roger Dingledine2005-12-27
* make it clearer in the auto-generated config file that you•••probably shouldn't be editing this one yourself. svn:r5655 Roger Dingledine2005-12-27
* Keep bandwidth history accross restarts/crashes•••svn:r5637 Peter Palfrader2005-12-23
* Add "panic" option to reject all servers not in fingerprint list.•••svn:r5601 Nick Mathewson2005-12-15
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...•••svn:r5582 Nick Mathewson2005-12-14
* a first go at fixing a bug matt edman reported: when he tries•••to "setconf log" via the controller, it is friendly and gives him a log to stdout, even though he didn't ask for one. svn:r5562 Roger Dingledine2005-12-11
* whenever we hupped or did a controller setconf, we were prepending•••another reachableaddresses *:80,*:443 if fascistfirewall was set, and we were appending another reject *:* regardless. svn:r5560 Roger Dingledine2005-12-11
* i think fascistfirewall still has its uses. it's a synonym•••for a certain reachableaddresses line, but it's easier to remember and people already understand it. i think we should think about undeprecating it. svn:r5559 Roger Dingledine2005-12-11
* when we changed from log_fn to debug/info/notice/warn/err,•••we screwed up the formatting in wild and unpredictable ways. fix it before it becomes convention to format logs in wild and unpredictable ways. still need to do src/common/ someday. svn:r5551 Roger Dingledine2005-12-10
* crank the max line limit down to 150 chars.•••svn:r5550 Roger Dingledine2005-12-10
* In my private little universe, terminals are still 80 columns. Impose a 160-...•••svn:r5548 Nick Mathewson2005-12-09
* Normalize whitespace•••svn:r5547 Nick Mathewson2005-12-09
* For some bizarre reason, MSVC does not implement GCC extensions. Who would ha...•••svn:r5546 Nick Mathewson2005-12-09
* let the user configure a sockslistenaddress on other private IPs•••besides 127.x.y.z without complaining. and give a better message in the log. svn:r5544 Roger Dingledine2005-12-09
* Make code to handle "private" alias work when assume_action is set.•••svn:r5542 Nick Mathewson2005-12-08
* Oops. 0.0.0.0/8 and 169.254.0.0/16 are also special.•••svn:r5536 Nick Mathewson2005-12-08
* Add private:* as an alias in configuration for policies.•••svn:r5534 Nick Mathewson2005-12-08
* Warn when binding to a public address for socks. This warning needs to be im...•••svn:r5532 Nick Mathewson2005-12-08
* Make clients use CREATE_FAST cells. add an option to disable this.•••svn:r5524 Nick Mathewson2005-12-07
* Start obeying our firewall options more rigorously:••• - If we can't get to a dirserver directly, try going via Tor. - Don't ever try to connect (as a client) to a place our firewall options forbid. - If we specify a proxy and also firewall options, obey the firewall options even when we're using the proxy: some proxies can only proxy to certain destinations. svn:r5431 Roger Dingledine2005-11-19
* Leave options->DirServers alone -- if the user didn't specify any,•••just add the default ones directly to the trusted dirserver list. This fixes a bug where people running controllers would setconf or the equivalent, and Tor would start yelling at them about setting their own DirServer lines. svn:r5418 Roger Dingledine2005-11-18
* Add a new config option TestSocks so people can see if their•••applications are using socks4, socks4a, socks5-with-ip, or socks5-with-hostname. This way they don't have to keep mucking with tcpdump and wondering if something got cached somewhere. svn:r5399 Roger Dingledine2005-11-16
* We were refusing to start if you define SocksListenAddress•••but define SocksPort to be 0. But this is a standard configuration! So don't fail. svn:r5361 Roger Dingledine2005-11-11
* stop discouraging the old *BindAddress config options. we will•••just confuse our users when they upgrade. svn:r5354 Roger Dingledine2005-11-11
* Tor26's IP has changed to 86.59.21.38•••svn:r5350 Peter Palfrader2005-11-05
* fix minor memory leak in config•••svn:r5318 Nick Mathewson2005-10-25
* Remove last vestiges of old logging interface.•••svn:r5317 Nick Mathewson2005-10-25
* Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....•••svn:r5309 Nick Mathewson2005-10-25
* Add a missing struct initializer field•••svn:r5264 Nick Mathewson2005-10-17
* start calling it *ListenAddress rather than *BindAddress,•••since none of our users know what it means to bind an address or port. svn:r5260 Roger Dingledine2005-10-17
* Add ability to warn when using abbrev mechanism to deprecate option names•••svn:r5259 Nick Mathewson2005-10-17