aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fetch running-routers.Nick Mathewson2004-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) workNick Mathewson2004-11-14
| | | | svn:r2871
* Note item completedNick Mathewson2004-11-14
| | | | svn:r2870
* Hibernate if we start tor during the "wait for wakeup-time" phase of an ↵Nick Mathewson2004-11-14
| | | | | | accounting interval. Log our hibernation plans better. svn:r2869
* Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONFNick Mathewson2004-11-14
| | | | svn:r2868
* Uninstaller should remove tor_resolve.exe tooNick Mathewson2004-11-14
| | | | svn:r2867
* Make TODO items done.Nick Mathewson2004-11-14
| | | | svn:r2866
* Note where torrc goes.Nick Mathewson2004-11-14
| | | | svn:r2865
* Add coda at the end of configure.in to update versions in orconfig.h and ↵Nick Mathewson2004-11-14
| | | | | | tor.nsi as needed. svn:r2864
* Make happy-installer script work.Nick Mathewson2004-11-14
| | | | svn:r2863
* Add shell script to automate windows packaging. Only Nick is expected to ↵Nick Mathewson2004-11-14
| | | | | | run this. svn:r2862
* Add tor_resolve to packageNick Mathewson2004-11-14
| | | | svn:r2861
* Fix windows whitespaceNick Mathewson2004-11-14
| | | | svn:r2860
* Add an unreachable return 0.Nick Mathewson2004-11-14
| | | | svn:r2859
* Revise project files; make them workNick Mathewson2004-11-14
| | | | svn:r2858
* Fix cast warning in tor-resolve.cNick Mathewson2004-11-14
| | | | svn:r2857
* Update VC6 workspace/project files; move into a new sane directory stuctureNick Mathewson2004-11-14
| | | | svn:r2856
* Remove redundant declarationNick Mathewson2004-11-14
| | | | svn:r2855
* Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in ↵Nick Mathewson2004-11-14
| | | | | | configure.in and always include orconfig.h before anything else svn:r2854
* make kill -USR1 work againRoger Dingledine2004-11-14
| | | | svn:r2853
* ok ok the stat wasn't redundantRoger Dingledine2004-11-14
| | | | | | | but the warn was svn:r2852
* clean up spec headers, mark a few todo items offRoger Dingledine2004-11-14
| | | | svn:r2851
* correct the link to torrc.sampleRoger Dingledine2004-11-14
| | | | svn:r2850
* remove redundant stdio.hRoger Dingledine2004-11-14
| | | | | | | i guess that wasn't the fix svn:r2849
* clean up the ftello call a little bit.Roger Dingledine2004-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 removeRoger Dingledine2004-11-14
| | | | | | | confusing warn when the cached directory isn't there yet. svn:r2847
* generate contrib/torctl via auto*Roger Dingledine2004-11-14
| | | | svn:r2846
* add another contributed tor start/stop scriptRoger Dingledine2004-11-14
| | | | | | | plus ship both our start/stop scripts in the tarball svn:r2845
* clean a commentRoger Dingledine2004-11-14
| | | | svn:r2844
* update the 009pre5 changelog with what i actually announcedRoger Dingledine2004-11-14
| | | | svn:r2843
* Add maintainer script to propagate Tor version to windowsNick Mathewson2004-11-14
| | | | svn:r2842
* Update windows installer todoNick Mathewson2004-11-14
| | | | svn:r2841
* Tweak openssl versionNick Mathewson2004-11-14
| | | | svn:r2840
* normalize whitespaceNick Mathewson2004-11-13
| | | | svn:r2839
* Bump windows versionNick Mathewson2004-11-13
| | | | svn:r2838
* Use the data, *then* free it. It works so much better.Nick Mathewson2004-11-13
| | | | svn:r2837
* Make tor.nsi work, document how to use it, and document what it still needs. ↵Nick Mathewson2004-11-13
| | | | | | Also include it in our distribution svn:r2836
* Update installer script to seemingly better values.Nick Mathewson2004-11-13
| | | | svn:r2835
* Add original version of NSI installer script from J Doe; this will need some ↵Nick Mathewson2004-11-13
| | | | | | tweaking. svn:r2834
* Document remaining configuration options; add a ccheck for redundant ↵Nick Mathewson2004-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 Mathewson2004-11-13
| | | | | | it dirty. Once a minute, regenerate and upload the server descriptor if it is dirty. svn:r2832
* add in some more todo itemsRoger Dingledine2004-11-13
| | | | svn:r2831
* remove finished 0.0.9pre5 itemsRoger Dingledine2004-11-13
| | | | | | | add a weasel-wishlist item svn:r2830
* Allocate 009pre6 itemsNick Mathewson2004-11-13
| | | | svn:r2829
* Comment a confusing conditionalNick Mathewson2004-11-13
| | | | svn:r2828
* And install it into usr/share/doc/tor/Peter Palfrader2004-11-13
| | | | svn:r2827
* include control-spec.txt in the tarballRoger Dingledine2004-11-13
| | | | svn:r2826
* fix a seg fault when fetching rendezvous descsRoger Dingledine2004-11-12
| | | | svn:r2825
* Fix argument to strncpy.Nick Mathewson2004-11-12
| | | | svn:r2824
* Nobody was using the return values from smartlist_(set|del|del_keeporder), ↵Nick Mathewson2004-11-12
| | | | | | so remove them. svn:r2823