| Commit message (Expand) | Author | Age |
... | |
* | clean up the Reachable*Addresses changes•••svn:r6041
| Roger Dingledine | 2006-02-19 |
* | this is why you're not supposed to cut-and-paste code•••svn:r6037
| Roger Dingledine | 2006-02-18 |
* | Make it compile with VC7. It does not yet link.•••svn:r6033
| Peter Palfrader | 2006-02-18 |
* | Warn if ReachableAddresses is set when also ReachableDirAddresses and Reachab...•••svn:r6010
| Peter Palfrader | 2006-02-13 |
* | Split ReachableAddresses into ReachableDirAddresses and ReachableORAddresses•••svn:r6009
| Peter Palfrader | 2006-02-13 |
* | more log conversions.•••whee.
svn:r6003
| Roger Dingledine | 2006-02-13 |
* | resolve too-long-lines•••svn:r6001
| Roger Dingledine | 2006-02-13 |
* | Style on config_addr_policy_intersectes, which looks ok to me.•••svn:r5998
| Nick Mathewson | 2006-02-13 |
* | Let the users set ControlListenAddress in the torrc.•••This can be dangerous, but there are some cases (like a secured
LAN) where it makes sense.
svn:r5997
| Roger Dingledine | 2006-02-13 |
* | Compress exit policies even more. please review•••svn:r5995
| Peter Palfrader | 2006-02-13 |
* | Generate 18.0.0.0/8 address policy format in descs when we can; warn when the...•••svn:r5991
| Nick Mathewson | 2006-02-12 |
* | Drop redundant exit policy entries, not just identical ones.•••svn:r5987
| Nick Mathewson | 2006-02-12 |
* | Retain unrecognized options in state file, so that we can be forward-compatible.•••svn:r5985
| Nick Mathewson | 2006-02-12 |
* | more helpful log message when running servers on obsolete windows.•••svn:r5975
| Roger Dingledine | 2006-02-12 |
* | bump up the period for forcing a hidden service descriptor upload•••from 20 minutes to 1 hour.
svn:r5972
| Roger Dingledine | 2006-02-12 |
* | compress exit policies even more -- look for duplicate lines•••and remove them.
svn:r5971
| Roger Dingledine | 2006-02-12 |
* | bugfix in config_cmp_addr_policies() -- we were treating a pair•••of exit policies if they were equal even if one said accept and
the other said reject.
svn:r5970
| Roger Dingledine | 2006-02-11 |
* | Keep running if we ask for an impossible stdout log; just warn.•••svn:r5964
| Nick Mathewson | 2006-02-11 |
* | Warn if running obsolete windows as a server.•••svn:r5961
| Nick Mathewson | 2006-02-11 |
* | Happy new year!•••svn:r5949
| Roger Dingledine | 2006-02-09 |
* | Fix a const-non-const warning•••svn:r5923
| Nick Mathewson | 2006-02-06 |
* | Add a new config option ExitPolicyRejectPrivate which defaults to 1.•••This means all exit policies will begin with rejecting private addresses,
unless the server operator explicitly turns it off.
Also, make our code to remove redundancies in the exit policy smarter,
so it can detect "reject foo, reject bar, reject *" patterns.
Lastly, we can get rid of the "exit policy implicitly accepts" code,
since we make everything more explicit now.
svn:r5888
| Roger Dingledine | 2006-02-01 |
* | bump the default bandwidthrate to 3 MB, and burst to 6 MB•••svn:r5874
| Roger Dingledine | 2006-01-28 |
* | when you tried to set orport through the controller, it would•••trigger an assert because you hadn't made your onion keys yet
you wanted to launch cpu workers.
now init keys first, reset uptime, and tell the user that we're
starting the reachability testing.
svn:r5835
| Roger Dingledine | 2006-01-17 |
* | turn crypto hardware acceleration off by default, until we find•••somebody smart who can test it for us.
svn:r5829
| Roger Dingledine | 2006-01-16 |
* | add missing warning•••svn:r5806
| Nick Mathewson | 2006-01-11 |
* | Fix double-free of torrc_fname•••svn:r5805
| Nick Mathewson | 2006-01-11 |
* | Fix bug 240: dont dump descriptions when not dumping actual config lines.•••svn:r5804
| Nick Mathewson | 2006-01-11 |
* | Fix bug 230: add a rollback function to reverse all changes since the last ma...•••svn:r5803
| Nick Mathewson | 2006-01-11 |
* | Fix another memleak. I love you, valgrind!•••svn:r5794
| Nick Mathewson | 2006-01-11 |
* | we were leaking 3KB every time the entry guards changed, every time•••the controller called saveconf, and every 20 minutes.
svn:r5788
| Roger Dingledine | 2006-01-11 |
* | we changed the name of AccountingBytesReadInInterval•••change its state file description too
svn:r5785
| Roger Dingledine | 2006-01-10 |
* | entry nodes are now entry guards.•••this is our last easy chance for a wholesale change. heave ho.
svn:r5782
| Roger Dingledine | 2006-01-10 |
* | or_state_validate() needs an extra arg too or it will crash•••svn:r5772
| Roger Dingledine | 2006-01-10 |
* | hack to address bug 238.•••needs a better fix, but not for 0.1.1.11.
svn:r5771
| Roger Dingledine | 2006-01-10 |
* | fix bug 235•••svn:r5768
| Roger Dingledine | 2006-01-10 |
* | Refuse to use RunAsDaemon when torrc is a relative path. Fixes bug 229.•••svn:r5767
| Nick Mathewson | 2006-01-10 |
* | helper nodes are dead•••svn:r5743
| Roger Dingledine | 2006-01-07 |
* | Add descriptions for state variables; rename AccountingBytesRead{In}Interval;...•••svn:r5739
| Nick Mathewson | 2006-01-06 |
* | prevent auth dir servers from enabling entry nodes.•••svn:r5702
| Roger Dingledine | 2006-01-02 |
* | bugfix: only try to use the EntryNodes config option if it is set.•••svn:r5701
| Roger Dingledine | 2006-01-02 |
* | Make UseEntryNodes true by default. Let the fun begin.•••svn:r5698
| Roger Dingledine | 2006-01-02 |
* | bugfix: only try to parse the TorVersion if there is one.•••svn:r5697
| Roger Dingledine | 2006-01-02 |
* | tolerate a mal-formed or unrecognized tor version in the state file.•••svn:r5696
| Roger Dingledine | 2006-01-02 |
* | save and validate TorVersion in the state file.•••svn:r5694
| Roger Dingledine | 2006-01-02 |
* | add a TorVersion state string.•••not yet set to anything.
svn:r5687
| Roger Dingledine | 2005-12-31 |
* | Finish implementing config's EntryNodes and StrictEntryNodes option.•••The logging is way verbose for now.
svn:r5683
| Roger Dingledine | 2005-12-31 |
* | helper nodes are dead. long live entry nodes.•••(config options EntryNodes and StrictEntryNodes still not
implemented.)
svn:r5673
| Roger Dingledine | 2005-12-28 |
* | and compiling would be good too•••svn:r5657
| Roger Dingledine | 2005-12-27 |
* | and some comments•••svn:r5656
| Roger Dingledine | 2005-12-27 |