aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAge
* Clarify MaxCircuitDirtiness behavior with hidden services. Bug 5259.Nick Mathewson2012-05-15
* BridgePassword was never for debugging•••It is for the not-yet-implemented bridge community design. Roger Dingledine2012-04-01
* Update "ClientOnly" man page entry•••There isn't really any point to messing with it. Resolves ticket 5005. Roger Dingledine2012-02-02
* Documentation for GiveGuardFlagTo... optionNick Mathewson2012-01-18
* man page entries for AuthDir{Fast,GuardBW}GuaranteeRoger Dingledine2011-11-21
* unmangle the fingerprint example in the man page•••Remove a confusing dollar sign from the example fingerprint in the man page, and also make example fingerprint a valid one. Roger Dingledine2011-10-25
* 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
* | Correct man page: multiple control auth styles can be set at onceRoger Dingledine2011-09-02
* | Mention that HiddenServiceDir must existSebastian Hahn2011-08-25
* | Update HACKING with some more release instructionsSebastian Hahn2011-07-14
* | Fix weird formatting of html manpage•••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. Sebastian Hahn2011-07-06
* | explain that the ./publish should happen soon after the scp•••otherwise you scp a tarball up but only one version of the website has it. Roger Dingledine2011-06-21
* | Revert "Update man page for new UseBridges tristate behaviour."•••This reverts commit 40cfad1b5ae90b06eb74861a4fdc1310f8611111. Nick Mathewson2011-06-17
|/
* Update man page for new UseBridges tristate behaviour.anonym2011-06-02
* Clean up the 2972 implementation a littleSebastian Hahn2011-05-15
* Add UnixSocketsGroupWritable config flag•••When running a system-wide instance of Tor on Unix-like systems, having a ControlSocket is a quite handy mechanism to access Tor control channel. But it would be easier if access to the Unix domain socket can be granted by making control users members of the group running the Tor process. This change introduces a UnixSocketsGroupWritable option, which will create Unix domain sockets (and thus ControlSocket) 'g+rw'. This allows ControlSocket to offer same access control measures than ControlPort+CookieAuthFileGroupReadable. See <http://bugs.debian.org/552556> for more details. Jérémy Bobbio2011-05-15
* Add a ControlPortFileGroupWritable optionNick Mathewson2011-05-13
* Write automatically-chosen control ports to a file.Nick Mathewson2011-05-13
* "(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary port•••This is the major part of the implementation for trac issue 3076. Nick Mathewson2011-05-13
* Clean up a formatting issue on the manpge; bug3154.Nick Mathewson2011-05-12
* another changelog heuristic based on 0.2.3.1-alphaRoger Dingledine2011-05-10
* Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson2011-05-09
|\
| * Only authorities should automatically download v2 networkstatus documents•••Clients and relays haven't used them since early 0.2.0.x. The only remaining use by authorities learning about new relays ahead of scedule; see proposal 147 for what we intend to do about that. We're leaving in an option (FetchV2Networkstatus) to manually fetch v2 networkstatuses, because apparently dnsel and maybe bwauth want them. This fixes bug 3022. Nick Mathewson2011-04-28
* | fix the website directions.Andrew Lewman2011-05-05
* | Merge branch 'bug2379' into maint-0.2.2Nick Mathewson2011-05-04
|\ \
| * | Add some missing torrc entries to tor.1.txt•••Fixes bug 2379 Nick Mathewson2011-05-03
* | | More notes on how to upload tarballs from erinnNick Mathewson2011-05-04
|/ /
* | Add a couple of notes to doc/HACKING based on 0.2.2.25-alpha processNick Mathewson2011-05-02
* | add another heuristic for changes stanzasRoger Dingledine2011-04-29
* | Update hacking file with terse notes on formatting changelogNick Mathewson2011-04-28
|/
* minor tweaks to manpageRoger Dingledine2011-04-27
* Revise the manpage to contain the actual intended *Nodes behavior•••This is a squashed version of my former desired_nodes_behavior branch that we used to specify the intended results wrt bug 1090. Nick Mathewson2011-04-27
* Add a step to the release process: tell trac about the version.Nick Mathewson2011-03-10
* steps roger takes when making a new releaseRoger Dingledine2011-03-08
* update spec locationsRoger Dingledine2011-03-08
* make nickm's proposed convention from 2003 be gospelRoger Dingledine2011-03-08
* Fix typo in man pageRobert Ransom2011-03-03
* Add some dollar signs in an attempt to appease older asciidocs•••We should really require a modern asiidoc: backporting stuff to 8.2 is a timesink. Nick Mathewson2011-02-22
* Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-02-22
|\
| * prefer https urlsRoger Dingledine2011-02-22
* | Merge branch 'log_domains' into maint-0.2.2Nick Mathewson2011-02-22
|\ \
| * | Add a torrc option to report log domainsNick Mathewson2011-01-25
| * | Simplify syntax for negated log domains•••Previously if you wanted to say "All messages except network messages", you needed to say "[*,~net]" and if you said "[~net]" by mistake, you would get no messages at all. Now, if you say "[~net]", you get everything except networking messages. Nick Mathewson2011-01-25
| * | Add manpage entry for logging domains•••Fixes issue 2215. Nick Mathewson2011-01-25
* | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2•••Conflicts: doc/Makefile.am doc/spec/Makefile.am doc/spec/address-spec.txt doc/spec/bridges-spec.txt doc/spec/control-spec-v0.txt doc/spec/control-spec.txt doc/spec/dir-spec-v1.txt doc/spec/dir-spec-v2.txt doc/spec/dir-spec.txt doc/spec/path-spec.txt doc/spec/proposals/000-index.txt doc/spec/proposals/001-process.txt doc/spec/proposals/098-todo.txt doc/spec/proposals/099-misc.txt doc/spec/proposals/100-tor-spec-udp.txt doc/spec/proposals/101-dir-voting.txt doc/spec/proposals/102-drop-opt.txt doc/spec/proposals/103-multilevel-keys.txt doc/spec/proposals/104-short-descriptors.txt doc/spec/proposals/105-handshake-revision.txt doc/spec/proposals/106-less-tls-constraint.txt doc/spec/proposals/107-uptime-sanity-checking.txt doc/spec/proposals/108-mtbf-based-stability.txt doc/spec/proposals/109-no-sharing-ips.txt doc/spec/proposals/110-avoid-infinite-circuits.txt doc/spec/proposals/111-local-traffic-priority.txt doc/spec/proposals/112-bring-back-pathlencoinweight.txt doc/spec/proposals/113-fast-authority-interface.txt doc/spec/proposals/114-distributed-storage.txt doc/spec/proposals/115-two-hop-paths.txt doc/spec/proposals/116-two-hop-paths-from-guard.txt doc/spec/proposals/117-ipv6-exits.txt doc/spec/proposals/118-multiple-orports.txt doc/spec/proposals/119-controlport-auth.txt doc/spec/proposals/120-shutdown-descriptors.txt doc/spec/proposals/121-hidden-service-authentication.txt doc/spec/proposals/122-unnamed-flag.txt doc/spec/proposals/123-autonaming.txt doc/spec/proposals/124-tls-certificates.txt doc/spec/proposals/125-bridges.txt doc/spec/proposals/126-geoip-reporting.txt doc/spec/proposals/127-dirport-mirrors-downloads.txt doc/spec/proposals/128-bridge-families.txt doc/spec/proposals/129-reject-plaintext-ports.txt doc/spec/proposals/130-v2-conn-protocol.txt doc/spec/proposals/131-verify-tor-usage.txt doc/spec/proposals/132-browser-check-tor-service.txt doc/spec/proposals/134-robust-voting.txt doc/spec/proposals/135-private-tor-networks.txt doc/spec/proposals/137-bootstrap-phases.txt doc/spec/proposals/138-remove-down-routers-from-consensus.txt doc/spec/proposals/140-consensus-diffs.txt doc/spec/proposals/141-jit-sd-downloads.txt doc/spec/proposals/142-combine-intro-and-rend-points.txt doc/spec/proposals/143-distributed-storage-improvements.txt doc/spec/proposals/145-newguard-flag.txt doc/spec/proposals/146-long-term-stability.txt doc/spec/proposals/147-prevoting-opinions.txt doc/spec/proposals/148-uniform-client-end-reason.txt doc/spec/proposals/149-using-netinfo-data.txt doc/spec/proposals/150-exclude-exit-nodes.txt doc/spec/proposals/151-path-selection-improvements.txt doc/spec/proposals/152-single-hop-circuits.txt doc/spec/proposals/153-automatic-software-update-protocol.txt doc/spec/proposals/154-automatic-updates.txt doc/spec/proposals/155-four-hidden-service-improvements.txt doc/spec/proposals/156-tracking-blocked-ports.txt doc/spec/proposals/157-specific-cert-download.txt doc/spec/proposals/158-microdescriptors.txt doc/spec/proposals/159-exit-scanning.txt doc/spec/proposals/ideas/xxx-hide-platform.txt doc/spec/proposals/ideas/xxx-port-knocking.txt doc/spec/proposals/ideas/xxx-separate-streams-by-port.txt doc/spec/proposals/ideas/xxx-what-uses-sha1.txt doc/spec/proposals/reindex.py doc/spec/rend-spec.txt doc/spec/socks-extensions.txt doc/spec/tor-spec.txt doc/spec/version-spec.txt Nick Mathewson2011-02-21
|\ \ \ | | |/ | |/|
| * | Remove specs from 0.2.1 branch: they have moved to a new repository.Nick Mathewson2011-02-21
| * | Update documentation for PublishServerDescriptorRobert Ransom2011-02-09
| * | stop shipping doc/img and doc/website in the tarballRoger Dingledine2010-11-23