Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix some typos in the control spec | Roger Dingledine | 2005-08-22 |
| | | | | svn:r4811 | ||
* | fix sentence, fix html | Roger Dingledine | 2005-08-22 |
| | | | | svn:r4810 | ||
* | fix function headers from the descriptor-frequency commit | Roger Dingledine | 2005-08-22 |
| | | | | svn:r4809 | ||
* | when we begin reachability testing, log the address:port for each | Roger Dingledine | 2005-08-22 |
| | | | | | | | | port we're testing, so people are more likely to notice that they're using the wrong ip address. svn:r4808 | ||
* | change log entry for unreachability to explicitly suggest /etc/hosts | Roger Dingledine | 2005-08-22 |
| | | | | | | | as the culprit svn:r4807 | ||
* | Implement new (reduced-frequency) upload rules. arma, you should review this. | Nick Mathewson | 2005-08-22 |
| | | | | svn:r4806 | ||
* | Fix typo referring to AMD64. | Andrew Lewman | 2005-08-22 |
| | | | | svn:r4805 | ||
* | Make unit tests run without segfaulting | Nick Mathewson | 2005-08-22 |
| | | | | svn:r4804 | ||
* | Fix bug with tor_memmem finding a match at the end of the string. | Nick Mathewson | 2005-08-22 |
| | | | | svn:r4803 | ||
* | Make set_options a little smarter: have options_act handle transitions on ↵ | Nick Mathewson | 2005-08-22 |
| | | | | | | its own, and only dirty our descriptor when we really want to. svn:r4802 | ||
* | draft changelog for 0.1.1.6-alpha | Roger Dingledine | 2005-08-21 |
| | | | | svn:r4801 | ||
* | Note DH security hacks in tor-spec | Nick Mathewson | 2005-08-19 |
| | | | | svn:r4800 | ||
* | make it clearer that we need servers | Roger Dingledine | 2005-08-19 |
| | | | | svn:r4799 | ||
* | Fix confusing copyright statement :) | Peter Palfrader | 2005-08-18 |
| | | | | svn:r4798 | ||
* | fix a broken link that jens pointed out | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4797 | ||
* | make registering your nickname its own section | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4796 | ||
* | make them paragraphs not lists, and see if that works better | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4795 | ||
* | rearrange and repoint things | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4794 | ||
* | add tor server configuration instructions | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4793 | ||
* | and remove the general install instructions | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4792 | ||
* | add a tor-doc-unix file for installing a tor client on linux/bsd/unix/etc | Roger Dingledine | 2005-08-17 |
| | | | | svn:r4791 | ||
* | the tor-spec says router->address must be an IP address. so refuse | Roger Dingledine | 2005-08-16 |
| | | | | | | | | | | it if it's not. (this also fixes some potential security problems with people providing hostnames as their address and then preferentially resolving them and partitioning users.) svn:r4790 | ||
* | Initial complete config file. Organized into easily searchable | Andrew Lewman | 2005-08-16 |
| | | | | | | | sections. svn:r4789 | ||
* | mention the anonymity gotcha in switchproxy that carmee pointed out. | Roger Dingledine | 2005-08-15 |
| | | | | svn:r4788 | ||
* | rotate dns and cpu workers if the controller changes options that | Roger Dingledine | 2005-08-15 |
| | | | | | | | will affect them. svn:r4787 | ||
* | Permit transitioning from ORPort=0 to ORPort!=0, and back. | Roger Dingledine | 2005-08-15 |
| | | | | | | | | | | | | This is actually a bit more subtle, because we need to rotate the dnsworkers and cpuworkers if certain options (logs, orport, etc) change. Maybe set_options() should detect this and notify the caller that it should rotate them. Expect some mysterious crashes. svn:r4786 | ||
* | initialize the dns worker cache tree whether or not we start | Roger Dingledine | 2005-08-15 |
| | | | | | | | out as a server. svn:r4785 | ||
* | fix typo | Roger Dingledine | 2005-08-15 |
| | | | | svn:r4784 | ||
* | resolve a XXX | Roger Dingledine | 2005-08-15 |
| | | | | svn:r4783 | ||
* | clean up some confusing logs. | Roger Dingledine | 2005-08-15 |
| | | | | | | | make MonthlyAccountingStart truly obsolete now. svn:r4782 | ||
* | hey, we have a function for that | Roger Dingledine | 2005-08-15 |
| | | | | svn:r4781 | ||
* | after failing from resolve failed or misc, reset the num failures. | Roger Dingledine | 2005-08-15 |
| | | | | svn:r4780 | ||
* | Implement exit enclaves: if we know an IP address for the destination, | Roger Dingledine | 2005-08-15 |
| | | | | | | | | | and there's a running Tor server at that address which allows exit to the destination, then extend the circuit to that exit first. Also, if the user asks for a .exit node, cannibalize general circs for it. svn:r4779 | ||
* | a url for better reference | Roger Dingledine | 2005-08-15 |
| | | | | svn:r4778 | ||
* | when listing min-bandwidth servers in the controller, don't get | Roger Dingledine | 2005-08-14 |
| | | | | | | | fooled by a low bandwidthrate svn:r4777 | ||
* | document the 'quit' controller command | Roger Dingledine | 2005-08-13 |
| | | | | svn:r4776 | ||
* | let unregistered-servers take a parameter (the min bandwidth) | Roger Dingledine | 2005-08-13 |
| | | | | | | | nick, is this an ugly hack of your protocol? svn:r4775 | ||
* | Add a 'quit' command for the controller. | Roger Dingledine | 2005-08-13 |
| | | | | | | | Add a 'getinfo unregistered-servers' for arma's internal use. svn:r4774 | ||
* | i'm sick of having my streams fail because of a confused exit node. | Roger Dingledine | 2005-08-13 |
| | | | | | | | try this band-aid to see if it gets better. svn:r4773 | ||
* | predict required circuits better, with an eye toward making | Roger Dingledine | 2005-08-13 |
| | | | | | | | hidden services faster on the service end. svn:r4772 | ||
* | Try to resolve another reported solaris x86 warning | Nick Mathewson | 2005-08-12 |
| | | | | svn:r4771 | ||
* | Make GCC very happy, even with lots of warnings set. Also, try to fix some ↵ | Nick Mathewson | 2005-08-12 |
| | | | | | | reported Solaris x86 warnings. svn:r4770 | ||
* | start using new renddesc code | Nick Mathewson | 2005-08-12 |
| | | | | svn:r4769 | ||
* | Forward port debian/ patches. | Peter Palfrader | 2005-08-12 |
| | | | | svn:r4767 | ||
* | Update list of files from doc/ that should be installed. | Peter Palfrader | 2005-08-12 |
| | | | | svn:r4766 | ||
* | Allow test suite to fail, it's broken in this version. | Peter Palfrader | 2005-08-12 |
| | | | | svn:r4765 | ||
* | Experimental upstream version. | Peter Palfrader | 2005-08-12 |
| | | | | svn:r4764 | ||
* | We weren't cannibilizing circuits correctly for | Roger Dingledine | 2005-08-12 |
| | | | | | | | | | CIRCUIT_PURPOSE_C_ESTABLISH_REND and CIRCUIT_PURPOSE_S_ESTABLISH_INTRO so we were being forced to build those from scratch. This should save us a bit of time. Also fixes bug 173. svn:r4763 | ||
* | quiet a noisy debug | Roger Dingledine | 2005-08-12 |
| | | | | svn:r4762 | ||
* | Add a config-file GETINFO entry; fix a minor memory leak on some SAVECONF calls. | Nick Mathewson | 2005-08-10 |
| | | | | svn:r4761 |