aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* a first cut at a print_usage()•••svn:r2887 Roger Dingledine2004-11-15
* Only record bandwidth usage when accounting is enabled•••svn:r2886 Nick Mathewson2004-11-15
* Change "warn if unverified routers are very skewed" to "never warn about unve...•••svn:r2885 Nick Mathewson2004-11-15
* Cache running-routers; compress running-routers; serve compressed running-rou...•••svn:r2883 Nick Mathewson2004-11-15
* Patch to patch: do not send both error and done for one command.•••svn:r2882 Nick Mathewson2004-11-15
* fix a bug in configuring accounting in options_act()•••svn:r2881 Roger Dingledine2004-11-15
* some fixes so far•••svn:r2880 Roger Dingledine2004-11-15
* Fix compilation. Duh.•••svn:r2876 Nick Mathewson2004-11-14
* Resolve some hibernating-related XXXX009s.•••svn:r2875 Nick Mathewson2004-11-14
* Allow more clock skew from unrecognized hosts than from recognized ones.•••svn:r2874 Nick Mathewson2004-11-14
* Split X509 certificate liveness checks into a separate function•••svn:r2873 Nick Mathewson2004-11-14
* Fetch running-routers.•••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 Nick Mathewson2004-11-14
* Make running-routers fetch (apparently) work•••svn:r2871 Nick Mathewson2004-11-14
* Hibernate if we start tor during the "wait for wakeup-time" phase of an accou...•••svn:r2869 Nick Mathewson2004-11-14
* Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF•••svn:r2868 Nick Mathewson2004-11-14
* Note where torrc goes.•••svn:r2865 Nick Mathewson2004-11-14
* Fix windows whitespace•••svn:r2860 Nick Mathewson2004-11-14
* Add an unreachable return 0.•••svn:r2859 Nick Mathewson2004-11-14
* Fix cast warning in tor-resolve.c•••svn:r2857 Nick Mathewson2004-11-14
* Remove redundant declaration•••svn:r2855 Nick Mathewson2004-11-14
* Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...•••svn:r2854 Nick Mathewson2004-11-14
* make kill -USR1 work again•••svn:r2853 Roger Dingledine2004-11-14
* ok ok the stat wasn't redundant•••but the warn was svn:r2852 Roger Dingledine2004-11-14
* remove redundant stdio.h•••i guess that wasn't the fix svn:r2849 Roger Dingledine2004-11-14
* clean up the ftello call a little bit.•••but i'm still getting: log.c:94: warning: implicit declaration of function `ftello' svn:r2848 Roger Dingledine2004-11-14
* Remove redundant stat() for reading cached directory, and remove•••confusing warn when the cached directory isn't there yet. svn:r2847 Roger Dingledine2004-11-14
* clean a comment•••svn:r2844 Roger Dingledine2004-11-14
* normalize whitespace•••svn:r2839 Nick Mathewson2004-11-13
* Bump windows version•••svn:r2838 Nick Mathewson2004-11-13
* Use the data, *then* free it. It works so much better.•••svn:r2837 Nick Mathewson2004-11-13
* Document remaining configuration options; add a ccheck for redundant authenti...•••svn:r2833 Nick Mathewson2004-11-13
* Track whether descriptor is dirty/uploaded. When any options are set, mark i...•••svn:r2832 Nick Mathewson2004-11-13
* Comment a confusing conditional•••svn:r2828 Nick Mathewson2004-11-13
* fix a seg fault when fetching rendezvous descs•••svn:r2825 Roger Dingledine2004-11-12
* Fix argument to strncpy.•••svn:r2824 Nick Mathewson2004-11-12
* Nobody was using the return values from smartlist_(set|del|del_keeporder), so...•••svn:r2823 Nick Mathewson2004-11-12
* Add a FAST_SMARTLIST define to optionally inline smartlist_get and smartlist_...•••svn:r2822 Nick Mathewson2004-11-12
* Speed up tor_strndup a lot: profiling suggests that our use of strlcpy here w...•••svn:r2821 Nick Mathewson2004-11-12
* Write most of the implementation for SAVECONF.•••svn:r2820 Nick Mathewson2004-11-12
* Rename exit_policy to addr_policy, since it gets used for SOCKS and directory...•••svn:r2819 Nick Mathewson2004-11-12
* Fix two comments in torrc.sample.in directly in the upstream source•••svn:r2812 Peter Palfrader2004-11-12
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...•••svn:r2808 Nick Mathewson2004-11-12
* Resolve FIXME: Possible solution to note_disconnect problem; needs thought an...•••svn:r2807 Nick Mathewson2004-11-12
* Use autoconf to enable largefile support where necessary. Use ftello where av...•••svn:r2806 Nick Mathewson2004-11-12
* Resolve FIXMES: sometimes an error code is just an error code•••svn:r2805 Nick Mathewson2004-11-12
* dfc caught a SIGXFSZ error when his debugfile reached 2GB.•••so if they exist, catch them and ignore them. write() will fail normally and we'll look at errno like normal human beings. svn:r2804 Roger Dingledine2004-11-12
* clean torrc sample•••change log files to end in .log for logrotate to notice mention that address doesn't need to be defined svn:r2803 Roger Dingledine2004-11-12
* when clients do --list-fingerprint, it's misleading to•••give them one, because it will never be the same again svn:r2800 Roger Dingledine2004-11-11
* apply patch from Andre Eisenbach: include event code with events, as required...•••svn:r2799 Nick Mathewson2004-11-11
* Remove XXXX009 comment telling us to do the last (circID-related) fix•••svn:r2798 Nick Mathewson2004-11-10