Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-18 | Add missing documentation for some options introduced in 0.2.3.x | Nick Mathewson | |
2012-01-18 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2012-01-18 | Documentation for GiveGuardFlagTo... option | Nick Mathewson | |
2012-01-16 | fix crash bug in original feature4207 branch | Roger Dingledine | |
PLURAL() assumes that the plural is the canonical name for the option, so now it is. | |||
2012-01-13 | Allow authorities to baddir/badexit/invalid/reject nodes by cc | Nick Mathewson | |
Implements ticket #4207 | |||
2012-01-04 | Disallow disabling DisableDebuggerAttachment on runnning Tor | Sebastian Hahn | |
Also, have tor_disable_debugger_attach() return a tristate of success/failure/don't-know-how , and only log appropriately. | |||
2011-12-27 | Add an option to close HS service-side rend circs on timeout | Robert Ransom | |
2011-12-27 | Add an option to close 'almost-connected' HS client circs on timeout | Robert Ransom | |
2011-12-27 | Move description of HidServAuth out of the FascistFirewall group | Robert Ransom | |
2011-11-30 | Merge branch 'feature2553-v4-rebased' | Nick Mathewson | |
2011-11-30 | Add some more documentation | Arturo Filastò | |
2011-11-30 | Merge branch 'bug933_nm_rebased_v2' | Nick Mathewson | |
Conflicts: src/test/test.c | |||
2011-11-30 | Revise MapAddress manpage | Nick Mathewson | |
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. | |||
2011-11-30 | Address nickm's comments at ↵ | Robert Hogan | |
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. | |||
2011-11-30 | Address nickm's comments at ↵ | Robert Hogan | |
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. | |||
2011-11-30 | bug933 - Match against super-domains in MapAddress | Robert Hogan | |
Allow MapAddress to handle directives such as: MapAddress .torproject.org .torserver.exit MapAddress .org 1.1.1.1 Add tests for addressmap_rewrite. | |||
2011-11-29 | Correct manpage entry for DynamicDHGroups | Nick Mathewson | |
2011-11-29 | Merge remote-tracking branch 'asn-mytor/bug4548_take2' | Nick Mathewson | |
2011-11-28 | Manpage for DisableNetwork | Nick Mathewson | |
2011-11-24 | Merge remote-tracking branch 'ioerror/DisableDebuggerAttachment' | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2011-11-24 | Document DynamicPrimes in the manual page. | George Kadianakis | |
2011-11-24 | Add Tor2webMode configuration option | Robert Ransom | |
2011-11-23 | sebastian is the new karsten, i hear | Roger Dingledine | |
2011-11-21 | update the man page for the new AuthDirFastGuarantee value | Roger Dingledine | |
2011-11-21 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
Conflicts: src/or/dirserv.c | |||
2011-11-21 | man page entries for AuthDir{Fast,GuardBW}Guarantee | Roger Dingledine | |
2011-11-07 | Merge remote-tracking branch 'asn-mytor/bug4012_clienttransportplugin' | Nick Mathewson | |
2011-11-06 | Added man entry for ClientTransportPlugin. | George Kadianakis | |
2011-11-03 | fix grammar in man page entries from proposal 171 | Roger Dingledine | |
2011-10-25 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2011-10-25 | unmangle the fingerprint example in the man page | Roger Dingledine | |
Remove a confusing dollar sign from the example fingerprint in the man page, and also make example fingerprint a valid one. | |||
2011-09-28 | fix default for TokenBucketRefillInterval in man page | Roger Dingledine | |
2011-09-22 | Make bufferevents work with TokenBucketRefillInterval | Nick Mathewson | |
2011-09-22 | Make documentation for TokenBucketRefillInterval match its behavior | Nick Mathewson | |
2011-09-22 | New torrc option to allow bucket refill intervals of less than 1 sec | Florian Tschorsch | |
Implements bug3630. | |||
2011-09-07 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/or/dirserv.c src/or/networkstatus.c Conflicts were related to routerinfo->node shift. | |||
2011-09-07 | Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2 | Nick Mathewson | |
2011-09-02 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2011-09-02 | Correct man page: multiple control auth styles can be set at once | Roger Dingledine | |
2011-08-28 | add another heuristic for making release notes | Roger Dingledine | |
2011-08-25 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-08-25 | Mention that HiddenServiceDir must exist | Sebastian Hahn | |
2011-07-20 | Add an OptimisticData option to control client-side optimistic data | Nick Mathewson | |
2011-07-19 | Use socks username/password information in stream isolation | Nick Mathewson | |
2011-07-19 | Manpage updates for proposal 171 (isolated streams) | Nick Mathewson | |
2011-07-14 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-07-14 | Update HACKING with some more release instructions | Sebastian Hahn | |
2011-07-06 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-07-06 | Fix weird formatting of html manpage | Sebastian Hahn | |
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. | |||
2011-06-22 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |