Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fetch running-routers. | Nick Mathewson | 2004-11-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Split logic to initiate dirfetch, running-routers fetch, and descriptor post. arma: There are some XXXs here that raise design questions which we should solve before the next release. The biggest problem is this: Right now, the directory is about 50X as large as running-routers uncompressed, and about 36X as large compressed. Assuming: - everybody gets the compressed version of everything, - everybody gets cached directories from random dirservers and uncached r-r from authdirservers - everybody downloads r-r at the same rate they now download dirs, then using r-r from will *increase* authdirserver directory bandwidth usage if there are significantly more caches than authdirservers. I think it's safe to leave this in for now, since there aren't 3x36 caching dirservers, but we should make everybody with a dirport cache running-routers soon. But I could be wrong. svn:r2872 | ||
* | Make running-routers fetch (apparently) work | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2871 | ||
* | Note item completed | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2870 | ||
* | Hibernate if we start tor during the "wait for wakeup-time" phase of an ↵ | Nick Mathewson | 2004-11-14 |
| | | | | | | accounting interval. Log our hibernation plans better. svn:r2869 | ||
* | Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2868 | ||
* | Uninstaller should remove tor_resolve.exe too | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2867 | ||
* | Make TODO items done. | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2866 | ||
* | Note where torrc goes. | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2865 | ||
* | Add coda at the end of configure.in to update versions in orconfig.h and ↵ | Nick Mathewson | 2004-11-14 |
| | | | | | | tor.nsi as needed. svn:r2864 | ||
* | Make happy-installer script work. | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2863 | ||
* | Add shell script to automate windows packaging. Only Nick is expected to ↵ | Nick Mathewson | 2004-11-14 |
| | | | | | | run this. svn:r2862 | ||
* | Add tor_resolve to package | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2861 | ||
* | Fix windows whitespace | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2860 | ||
* | Add an unreachable return 0. | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2859 | ||
* | Revise project files; make them work | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2858 | ||
* | Fix cast warning in tor-resolve.c | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2857 | ||
* | Update VC6 workspace/project files; move into a new sane directory stucture | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2856 | ||
* | Remove redundant declaration | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2855 | ||
* | Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in ↵ | Nick Mathewson | 2004-11-14 |
| | | | | | | configure.in and always include orconfig.h before anything else svn:r2854 | ||
* | make kill -USR1 work again | Roger Dingledine | 2004-11-14 |
| | | | | svn:r2853 | ||
* | ok ok the stat wasn't redundant | Roger Dingledine | 2004-11-14 |
| | | | | | | | but the warn was svn:r2852 | ||
* | clean up spec headers, mark a few todo items off | Roger Dingledine | 2004-11-14 |
| | | | | svn:r2851 | ||
* | correct the link to torrc.sample | Roger Dingledine | 2004-11-14 |
| | | | | svn:r2850 | ||
* | remove redundant stdio.h | Roger Dingledine | 2004-11-14 |
| | | | | | | | i guess that wasn't the fix svn:r2849 | ||
* | clean up the ftello call a little bit. | Roger Dingledine | 2004-11-14 |
| | | | | | | | | but i'm still getting: log.c:94: warning: implicit declaration of function `ftello' svn:r2848 | ||
* | Remove redundant stat() for reading cached directory, and remove | Roger Dingledine | 2004-11-14 |
| | | | | | | | confusing warn when the cached directory isn't there yet. svn:r2847 | ||
* | generate contrib/torctl via auto* | Roger Dingledine | 2004-11-14 |
| | | | | svn:r2846 | ||
* | add another contributed tor start/stop script | Roger Dingledine | 2004-11-14 |
| | | | | | | | plus ship both our start/stop scripts in the tarball svn:r2845 | ||
* | clean a comment | Roger Dingledine | 2004-11-14 |
| | | | | svn:r2844 | ||
* | update the 009pre5 changelog with what i actually announced | Roger Dingledine | 2004-11-14 |
| | | | | svn:r2843 | ||
* | Add maintainer script to propagate Tor version to windows | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2842 | ||
* | Update windows installer todo | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2841 | ||
* | Tweak openssl version | Nick Mathewson | 2004-11-14 |
| | | | | svn:r2840 | ||
* | normalize whitespace | Nick Mathewson | 2004-11-13 |
| | | | | svn:r2839 | ||
* | Bump windows version | Nick Mathewson | 2004-11-13 |
| | | | | svn:r2838 | ||
* | Use the data, *then* free it. It works so much better. | Nick Mathewson | 2004-11-13 |
| | | | | svn:r2837 | ||
* | Make tor.nsi work, document how to use it, and document what it still needs. ↵ | Nick Mathewson | 2004-11-13 |
| | | | | | | Also include it in our distribution svn:r2836 | ||
* | Update installer script to seemingly better values. | Nick Mathewson | 2004-11-13 |
| | | | | svn:r2835 | ||
* | Add original version of NSI installer script from J Doe; this will need some ↵ | Nick Mathewson | 2004-11-13 |
| | | | | | | tweaking. svn:r2834 | ||
* | Document remaining configuration options; add a ccheck for redundant ↵ | Nick Mathewson | 2004-11-13 |
| | | | | | | authentication mechanisms in options_validate; add TODO items for post-009 hibernation features svn:r2833 | ||
* | Track whether descriptor is dirty/uploaded. When any options are set, mark ↵ | Nick Mathewson | 2004-11-13 |
| | | | | | | it dirty. Once a minute, regenerate and upload the server descriptor if it is dirty. svn:r2832 | ||
* | add in some more todo items | Roger Dingledine | 2004-11-13 |
| | | | | svn:r2831 | ||
* | remove finished 0.0.9pre5 items | Roger Dingledine | 2004-11-13 |
| | | | | | | | add a weasel-wishlist item svn:r2830 | ||
* | Allocate 009pre6 items | Nick Mathewson | 2004-11-13 |
| | | | | svn:r2829 | ||
* | Comment a confusing conditional | Nick Mathewson | 2004-11-13 |
| | | | | svn:r2828 | ||
* | And install it into usr/share/doc/tor/ | Peter Palfrader | 2004-11-13 |
| | | | | svn:r2827 | ||
* | include control-spec.txt in the tarball | Roger Dingledine | 2004-11-13 |
| | | | | svn:r2826 | ||
* | fix a seg fault when fetching rendezvous descs | Roger Dingledine | 2004-11-12 |
| | | | | svn:r2825 | ||
* | Fix argument to strncpy. | Nick Mathewson | 2004-11-12 |
| | | | | svn:r2824 | ||
* | Nobody was using the return values from smartlist_(set|del|del_keeporder), ↵ | Nick Mathewson | 2004-11-12 |
| | | | | | | so remove them. svn:r2823 |