aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.in
Commit message (Collapse)AuthorAge
* Fix RelayBandwidthRate descriptionPeter Palfrader2008-03-24
| | | | svn:r14170
* r18051@catbus: nickm | 2008-02-12 15:20:43 -0500Nick Mathewson2008-02-12
| | | | | | | Re-tune mempool parametes based on testing on peacetime: use smaller chuncks, free them a little more aggressively, and try very hard to concentrate allocations on fuller chunks. Also, lots of new documentation. svn:r13484
* other cleanupsRoger Dingledine2008-02-09
| | | | svn:r13448
* r17947@catbus: nickm | 2008-02-06 11:57:53 -0500Nick Mathewson2008-02-06
| | | | | | | Fix a bunch of DOCDOC items; document the --quiet flag; refactor a couple of XXXX020 items. svn:r13405
* Make "ClientOnly 1" config option disable directory ports too.Roger Dingledine2008-01-21
| | | | svn:r13213
* r17548@catbus: nickm | 2008-01-10 11:08:12 -0500Nick Mathewson2008-01-10
| | | | | | | Make proposal-109 behavior optional. svn:r13090
* r15787@tombo: nickm | 2008-01-02 01:59:07 -0500Nick Mathewson2008-01-02
| | | | | | | Allow config values in quotes to contain special characters, with full C escape syntax. With tests. Addresses bug 557. svn:r13021
* trivial whitespace fixRoger Dingledine2007-12-21
| | | | svn:r12912
* new config option FetchDirInfoEarly for tup/ioerror and the tordnselRoger Dingledine2007-12-21
| | | | svn:r12896
* Make getinfo ns/purpose/bridge actually workRoger Dingledine2007-12-19
| | | | | | | Also, dump our bridge router status entries to disk every 30 minutes. svn:r12871
* r15560@tombo: nickm | 2007-12-18 23:18:21 -0500Nick Mathewson2007-12-19
| | | | | | | Add a bit of missing documentation. svn:r12869
* Relays were publishing their server descriptor to v1 and v2Roger Dingledine2007-12-11
| | | | | | | | directory authorities, but they didn't try publishing to v3-only authorities. Fix this; and also stop publishing to v1 authorities. svn:r12759
* Allow multiple HashedControlPassword config lines, to supportRoger Dingledine2007-12-09
| | | | | | | multiple controller passwords. svn:r12732
* patch from karsten to clean up documentation and to integrateRoger Dingledine2007-12-07
| | | | | | | more fixes into rend-spec.txt. svn:r12715
* three more man page entries for bridgesRoger Dingledine2007-12-06
| | | | svn:r12689
* some more man page entries. still missing some.Roger Dingledine2007-12-05
| | | | svn:r12685
* doc fixes from karstenRoger Dingledine2007-11-29
| | | | svn:r12603
* Exit policies now reject connections that are addressed to aRoger Dingledine2007-11-10
| | | | | | | | | | relay's public (external) IP address too, unless ExitPolicyRejectPrivate is turned off. We do this because too many relays are running nearby to services that trust them based on network address. svn:r12459
* more of r12364Roger Dingledine2007-11-04
| | | | svn:r12366
* r14623@tombo: nickm | 2007-11-01 22:25:18 -0400Nick Mathewson2007-11-02
| | | | | | | More tweaks from karsten, with some cleanup and commentary. svn:r12319
* And more places with the wrong url, now updated.Andrew Lewman2007-10-29
| | | | svn:r12267
* clean up some old syntax errors in the man pageRoger Dingledine2007-10-16
| | | | svn:r11972
* give PublishServerDescriptor a real man page entryRoger Dingledine2007-10-16
| | | | svn:r11971
* un-deprecate FascistFirewallRoger Dingledine2007-10-11
| | | | svn:r11873
* r15422@catbus: nickm | 2007-09-27 16:42:35 -0400Nick Mathewson2007-09-27
| | | | | | | Use descriptor annotations to record the source, download t time, and purpose of every descriptor we add to the store. The remaining to-do item is to stop setting do_not_cache on bridges. svn:r11680
* fix a syntax error in the man pageRoger Dingledine2007-09-23
| | | | svn:r11589
* The manpage now tells uses that they can use identity fingerprints in most ↵Peter Palfrader2007-09-21
| | | | | | places where they can use nicknames. Based on patch from karsten svn:r11570
* r14227@Kushana: nickm | 2007-08-27 11:33:28 -0400Nick Mathewson2007-08-27
| | | | | | | Add a new ClientDNSRejectInternalAddresses option (default: on) to refuse to believe that any address can map to or from an internal address. This blocks some kinds of potential browser-based attacks, especially on hosts using DNSPort. Also clarify behavior in some comments. Backport candiate? svn:r11287
* r14758@catbus: nickm | 2007-08-21 01:36:03 -0400Nick Mathewson2007-08-21
| | | | | | | Finish implementing and documenting proposal 108: Authorities now use MTBF data to set their stability flags, once they have at least 4 days of data to use. svn:r11240
* clean up the cookieauth stuffRoger Dingledine2007-08-16
| | | | svn:r11146
* r14606@catbus: nickm | 2007-08-16 13:45:01 -0400Nick Mathewson2007-08-16
| | | | | | | Implement CookieAuthFile and CookieAuthFileGroupReadable. Backport candidate. svn:r11141
* r13774@catbus: nickm | 2007-07-16 12:23:28 -0400Nick Mathewson2007-07-16
| | | | | | | Tweaks on constrained socket buffers patch from coderman: Add a changelog; rename some variables; fix some long lines and whitespace; make ConstrainedSockSize a memunit; pass setsockopt a void. svn:r10843
* r13773@catbus: nickm | 2007-07-16 11:58:25 -0400Nick Mathewson2007-07-16
| | | | | | | Initial "constrained socket buffers" patch from coderman. needs tweaking. svn:r10842
* r13304@catbus: nickm | 2007-06-07 13:25:37 -0400Nick Mathewson2007-06-07
| | | | | | | Deprecate RedirectExits. svn:r10526
* r13267@catbus: nickm | 2007-06-05 16:54:20 -0400Nick Mathewson2007-06-05
| | | | | | | Man page and small tweaks for last patch. svn:r10505
* r13127@catbus: nickm | 2007-05-31 21:43:05 -0400Nick Mathewson2007-06-01
| | | | | | | Mention that SocksPolicy applies to DNSPort. svn:r10438
* r13115@catbus: nickm | 2007-05-31 15:12:43 -0400Nick Mathewson2007-05-31
| | | | | | | Document DNSPort, DNSListenAddress, AutomapHostsOnResolve, AutomapHostsSuffixes, and DownloadExtraInfo in the manpage. svn:r10426
* r13068@catbus: nickm | 2007-05-29 14:58:13 -0400Nick Mathewson2007-05-29
| | | | | | | Add some code to mitigate bug 393: Choose at random from multiple hidden service ports with the same virtport. This allows limited ad-hoc round-robining. svn:r10398
* cleanups on man page from edmanmRoger Dingledine2007-05-26
| | | | svn:r10350
* add a 'bridge' flag for dirserver config entriesRoger Dingledine2007-05-07
| | | | svn:r10128
* New config option V2AuthoritativeDirectory that all directoryRoger Dingledine2007-05-02
| | | | | | | | | | | authorities should set. This will let future authorities choose not to serve V2 directory information. Also, go through and revamp all the authdir_mode stuff so it tries to do the right thing if you're an auth but not a V1 or V2 auth. svn:r10092
* hsusage man page entries from karstenRoger Dingledine2007-05-01
| | | | svn:r10084
* Fix the tex error I just introduced. Andrew Lewman2007-03-28
| | | | svn:r9911
* Fix tex and spelling mistakes.Andrew Lewman2007-03-28
| | | | svn:r9910
* Add a separate set of token buckets for relayed traffic. RightRoger Dingledine2007-03-20
| | | | | | | now that's just defined as answers to directory requests. svn:r9881
* squeak in a bugfix for the VirtualAddrNetwork man page entryRoger Dingledine2007-03-02
| | | | svn:r9706
* r11657@catbus: nickm | 2007-02-05 21:01:18 -0500Nick Mathewson2007-02-06
| | | | | | | Fix a missing word identified by roger. svn:r9494
* nick, this was a typo too, right?Roger Dingledine2007-02-06
| | | | svn:r9493
* nickm: to a larger what?Roger Dingledine2007-02-06
| | | | svn:r9492
* cleanups based on looking through svn commitsRoger Dingledine2007-02-06
| | | | svn:r9491