aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* | Merge branch 'feature2553-v4-rebased'Nick Mathewson2011-11-30
|\ \
| * | Add some more documentationArturo Filastò2011-11-30
| | |
| * | Add Tor2webMode configuration optionRobert Ransom2011-11-24
| | |
* | | Merge branch 'bug933_nm_rebased_v2'Nick Mathewson2011-11-30
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: src/test/test.c
| * | | Revise MapAddress manpageNick Mathewson2011-11-30
| | | | | | | | | | | | | | | | | | | | | | | | make the asciidoc work; make the example more generic; tighten the prose a little; be more specific that *.example.com matches example.com; simplify an example.
| * | | Address nickm's comments at ↵Robert Hogan2011-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://trac.torproject.org/projects/tor/ticket/933#comment:8 1. Only allow '*.' in MapAddress expressions. Ignore '*ample.com' and '.example.com'. This has resulted in a slight refactoring of config_register_addressmaps. 2. Add some more detail to the man page entry for AddressMap. 3. Fix initialization of a pointer to NULL rather than 0. 4. Update the unit tests to cater for the changes in 1 and test more explicitly for recursive mapping.
| * | | Address nickm's comments at ↵Robert Hogan2011-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://trac.torproject.org/projects/tor/ticket/933#comment:4 1. Implement the following mapping rules: MapAddress a.b.c d.e.f # This is what we have now MapAddress .a.b.c d.e.f # Replaces any address ending with .a.b.c with d.e.f MapAddress .a.b.c .d.e.f # Replaces the .a.b.c at the end of any addr with .d.e.f (Note that 'a.b.c .d.e.f' is invalid, and will be rejected.) 2. Add tests for the new rules. 3. Allow proper wildcard annotation, i.e. '*.d.e' '.d.e' will still work. 4. Update addressmap_entry_t with an is_wildcard member.
| * | | bug933 - Match against super-domains in MapAddressRobert Hogan2011-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow MapAddress to handle directives such as: MapAddress .torproject.org .torserver.exit MapAddress .org 1.1.1.1 Add tests for addressmap_rewrite.
* | | | Correct manpage entry for DynamicDHGroupsNick Mathewson2011-11-29
| | | |
* | | | Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson2011-11-29
|\ \ \ \
| * | | | Document DynamicPrimes in the manual page.George Kadianakis2011-11-24
| | |/ / | |/| |
* | | | Manpage for DisableNetworkNick Mathewson2011-11-28
| | | |
* | | | Merge remote-tracking branch 'ioerror/DisableDebuggerAttachment'Nick Mathewson2011-11-24
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Conflicts: src/or/config.c
| * | | New configuration option: DisableDebuggerAttachmentJacob Appelbaum2011-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If set to 1, Tor will attempt to prevent basic debugging attachment attempts by other processes. (Default: 1) Supports Mac OS X and Gnu/Linux. Sebastian provided useful feedback and refactoring suggestions. Signed-off-by: Jacob Appelbaum <jacob@appelbaum.net>
* | | | sebastian is the new karsten, i hearRoger Dingledine2011-11-23
| | | |
* | | | update the man page for the new AuthDirFastGuarantee valueRoger Dingledine2011-11-21
| | | |
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-11-21
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | Conflicts: src/or/dirserv.c
| * | | man page entries for AuthDir{Fast,GuardBW}GuaranteeRoger Dingledine2011-11-21
| | | |
* | | | Merge remote-tracking branch 'asn-mytor/bug4012_clienttransportplugin'Nick Mathewson2011-11-07
|\ \ \ \
| * | | | Added man entry for ClientTransportPlugin.George Kadianakis2011-11-06
| | | | |
* | | | | fix grammar in man page entries from proposal 171Roger Dingledine2011-11-03
|/ / / /
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-10-25
|\| | |
| * | | unmangle the fingerprint example in the man pageRoger Dingledine2011-10-25
| | | | | | | | | | | | | | | | | | | | Remove a confusing dollar sign from the example fingerprint in the man page, and also make example fingerprint a valid one.
* | | | fix default for TokenBucketRefillInterval in man pageRoger Dingledine2011-09-28
| | | |
* | | | Make bufferevents work with TokenBucketRefillIntervalNick Mathewson2011-09-22
| | | |
* | | | Make documentation for TokenBucketRefillInterval match its behaviorNick Mathewson2011-09-22
| | | |
* | | | New torrc option to allow bucket refill intervals of less than 1 secFlorian Tschorsch2011-09-22
| |_|/ |/| | | | | | | | Implements bug3630.
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-07
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/dirserv.c src/or/networkstatus.c Conflicts were related to routerinfo->node shift.
| * | Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson2011-09-07
| |\ \
| | * | Increase default required uptime for HSDirs to 25 hoursRobert Ransom2011-06-03
| | | |
| | * | Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom2011-06-03
| | | |
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-09-02
|\| | |
| * | | Correct man page: multiple control auth styles can be set at onceRoger Dingledine2011-09-02
| | | |
* | | | add another heuristic for making release notesRoger Dingledine2011-08-28
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-08-25
|\| | |
| * | | Mention that HiddenServiceDir must existSebastian Hahn2011-08-25
| | | |
* | | | Add an OptimisticData option to control client-side optimistic dataNick Mathewson2011-07-20
| | | |
* | | | Use socks username/password information in stream isolationNick Mathewson2011-07-19
| | | |
* | | | Manpage updates for proposal 171 (isolated streams)Nick Mathewson2011-07-19
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-14
|\| | |
| * | | Update HACKING with some more release instructionsSebastian Hahn2011-07-14
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-06
|\| | |
| * | | Fix weird formatting of html manpageSebastian Hahn2011-07-06
| | | | | | | | | | | | | | | | | | | | | | | | Asciidoc was inserting <pre> tags for paragraphs that started with a '+' at the beginning of the line. Instead, we need a space in front of the plus.
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-22
|\| | |
| * | | explain that the ./publish should happen soon after the scpRoger Dingledine2011-06-21
| | | | | | | | | | | | | | | | otherwise you scp a tarball up but only one version of the website has it.
* | | | Add port 6523 (Gobby) to LongLivedPorts.intrigeri2011-06-20
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/config.c src/or/or.h
| * | | Revert "Update man page for new UseBridges tristate behaviour."Nick Mathewson2011-06-17
| |/ / | | | | | | | | | This reverts commit 40cfad1b5ae90b06eb74861a4fdc1310f8611111.
* | | Ensure the release tarball contains all manpagesSebastian Hahn2011-06-12
| | | | | | | | | | | | Thanks to Nick for the idea for the fix.
* | | Move errant doc/nodefamily_routerset into 0.2.3.1-alpha ChangeLog. Fix bug 3373Nick Mathewson2011-06-10
| | |