Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix a pair of hard-coded urls | Roger Dingledine | 2005-08-30 |
| | | | | svn:r4887 | ||
* | don't whine about reachability if the guy is hibernating now. | Roger Dingledine | 2005-08-30 |
| | | | | | | | | speaking of which, we don't actually parse is_hibernating out of the router descriptor right now. nick, can you fix this? svn:r4886 | ||
* | refactor -- no actual changes | Roger Dingledine | 2005-08-30 |
| | | | | svn:r4885 | ||
* | a bit of cleanup | Roger Dingledine | 2005-08-30 |
| | | | | svn:r4884 | ||
* | Update routerinfo_t.is_running when generating network status on authdirserver. | Nick Mathewson | 2005-08-29 |
| | | | | svn:r4883 | ||
* | Allow tor_gzip_uncompress to handle multiple concatenated compressed strings. | Nick Mathewson | 2005-08-29 |
| | | | | svn:r4882 | ||
* | formatting/numbering patch from matt edman | Roger Dingledine | 2005-08-29 |
| | | | | svn:r4881 | ||
* | Change semantics of set_cached_dir; fix massive authdir memleak. | Nick Mathewson | 2005-08-28 |
| | | | | svn:r4880 | ||
* | First cut at cleaning 0.1.1.x TODO | Nick Mathewson | 2005-08-27 |
| | | | | svn:r4879 | ||
* | setting up your own network is now a faq entry where it belongs | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4878 | ||
* | More dir-spec tweaks: specify whether concatenation happens before or after ↵ | Nick Mathewson | 2005-08-26 |
| | | | | | | compression (either) and make status URLs parallel server URLs better (or people will mock me later). svn:r4877 | ||
* | Make unit tests (and others) run without launching listeners, creating ↵ | Nick Mathewson | 2005-08-26 |
| | | | | | | subdirectories, and so on. svn:r4876 | ||
* | Fix a warning, add an assert. | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4875 | ||
* | Crashing dirservers on startup is often considered bad form. | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4874 | ||
* | more servers will make it easier. who knows if it's really needed. | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4873 | ||
* | document the AssumeReachable config option | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4872 | ||
* | get the instructions closer to right | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4871 | ||
* | some better docs for setting up your own tor network | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4870 | ||
* | Log when falling back to nonfast/nonstabl routers | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4869 | ||
* | Set a variable that exists. That works better. | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4868 | ||
* | when we're trying to build a circuit and we're being picky about what | Roger Dingledine | 2005-08-26 |
| | | | | | | | | sort we get but there aren't any suitable servers, try being less picky rather than simply failing. svn:r4867 | ||
* | Remember to mark v2 networkstatus non-dirty when we generate it; also, fix ↵ | Nick Mathewson | 2005-08-26 |
| | | | | | | spaces. svn:r4866 | ||
* | Make sure that cached-status directory exists. | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4865 | ||
* | fix some logs and comments | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4864 | ||
* | Change the return values on dirserv_add_descriptor | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4863 | ||
* | fix compile complaints (and a bug) | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4862 | ||
* | We no longer need dirserv_load_from_directory_string, so ↵ | Nick Mathewson | 2005-08-26 |
| | | | | | | dirserv_add_descriptor no longer has to keep track of where each descriptor ends. svn:r4861 | ||
* | No need to load cached directory twice | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4860 | ||
* | disarm a trap | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4859 | ||
* | Fix assert failure on directory startup. | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4858 | ||
* | Make network-status strings wellformed | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4857 | ||
* | Remove a field that nobody sets or uses. | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4856 | ||
* | Note that a descriptor has changed when we receive a new directory. | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4855 | ||
* | Remove descriptor_list and use routerlist instead. Make directories manage ↵ | Nick Mathewson | 2005-08-26 |
| | | | | | | routerlist a little better. svn:r4854 | ||
* | stop freeing the new global options list whenever we update it. | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4853 | ||
* | make it clearer which elements of routerinfo_t are for reachability | Roger Dingledine | 2005-08-26 |
| | | | | | | | testing svn:r4852 | ||
* | if dirservers set assumereachable, it overrides their individual | Roger Dingledine | 2005-08-26 |
| | | | | | | | reachability testing svn:r4851 | ||
* | fix an infinite loop at hup | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4850 | ||
* | Clean up the "add myself as a trusted dirserver" code. | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4849 | ||
* | The circus music begins playing as nickm and arma juggle an ntohl. Hoop-lah! | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4848 | ||
* | move a wandering ntohl | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4847 | ||
* | Only free strmap if it is allocated. | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4846 | ||
* | Add quotes around filenames in src/or | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4845 | ||
* | put quotes around user-supplied strings so they are more likely to | Roger Dingledine | 2005-08-26 |
| | | | | | | | realize if they add bad characters (like quotes) to the torrc svn:r4844 | ||
* | fix syntax err | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4843 | ||
* | More documenting | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4842 | ||
* | Remove accidentally added printf | Nick Mathewson | 2005-08-26 |
| | | | | svn:r4841 | ||
* | Add some documentation; move the signature generation logic into ↵ | Nick Mathewson | 2005-08-26 |
| | | | | | | routerparse.c along with the hash generation logic; make router signing use it as well. svn:r4840 | ||
* | Make a new AssumeReachable config option that will publish anyway. | Roger Dingledine | 2005-08-26 |
| | | | | | | | | Also, let authdirservers start without setting their Address field. Something is still not working though. Will fix in morning. svn:r4839 | ||
* | add a tor_dup_addr() function to simplify malloc()+tor_inet_ntoa() | Roger Dingledine | 2005-08-26 |
| | | | | svn:r4838 |