Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-14 | Whitespace cleaning | Nick Mathewson | |
2016-10-04 | Allow a unix: address to contain a C-style quoted string. | Nick Mathewson | |
Feature 18753 -- all this to allow spaces. | |||
2016-06-29 | Unit tests for GETINFO download/desc and download/bridge cases | Andrea Shepard | |
2016-06-29 | Unit test for GETINFO download/cert case | Andrea Shepard | |
2016-06-29 | Unit test for GETINFO download/networkstatus case | Andrea Shepard | |
2016-05-09 | Merge branch 'feature15588_squashed' | Nick Mathewson | |
2016-05-09 | Add client auth for ADD_ONION services | John Brooks | |
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-05-05 | Fix a few more memory leaks; not in any released Tor | Nick Mathewson | |
2015-04-28 | Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller. | Yawning Angel | |
These commands allow for the creation and management of ephemeral Onion ("Hidden") services that are either bound to the lifetime of the originating control connection, or optionally the lifetime of the tor instance. Implements #6411. |