aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAge
* Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-10
|\
| * Add a step to the release process: tell trac about the version.Nick Mathewson2011-03-10
* | Merge branch 'maint-0.2.2'Roger Dingledine2011-03-08
|\|
| * steps roger takes when making a new releaseRoger Dingledine2011-03-08
* | Merge remote branch 'origin/maint-0.2.2'•••Resolved trivial one-line conflicts. Conflicts: src/or/dirserv.c src/or/rephist.c Nick Mathewson2011-03-08
|\|
| * update spec locationsRoger Dingledine2011-03-08
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-08
|\|
| * make nickm's proposed convention from 2003 be gospelRoger Dingledine2011-03-08
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-04
|\|
| * Fix typo in man pageRobert Ransom2011-03-03
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-22
|\|
| * 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.2'Roger Dingledine2011-02-22
|\|
| * Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine2011-02-22
| |\
| | * prefer https urlsRoger Dingledine2011-02-22
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-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
* | | | Implement more heartbeat message stuff.•••(This squashes multiple commits: * Adds uptime monitoring support. * Adds circuit counting code. * Trivially tweaks the documentation. * Trivial run_scheduled_events() code tweaking. * Adds a status.h to export functions. * Added bandwidth monitoring code. * Added consensus presense detection code. * Restricts the precision of the bandwidth output. * Various fixes. * Fixed style and spacing problems. * Tidied up src/or/Makefile.am * Couple of minor fixes on status.c functions. * 'Implemented' client heartbeat support ) George Kadianakis2011-02-22
* | | | Initial heartbeat subsystem commit.•••Sets: * Documentation * Logging domain * Configuration option * Scheduled event * Makefile It also creates status.c and the log_heartbeat() function. All code was written by Sebastian Hahn. Commit message was written by me (George Kadianakis). Sebastian Hahn2011-02-22
* | | | Merge remote branch 'origin/maint-0.2.2'•••Conflicts: doc/spec/Makefile.am doc/spec/control-spec.txt doc/spec/dir-spec.txt doc/spec/proposals/000-index.txt doc/spec/proposals/001-process.txt doc/spec/proposals/ideas/xxx-encrypted-services.txt Nick Mathewson2011-02-21
|\| | |
| * | | 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
* | | | latest revision of cert normalization specJacob Appelbaum2011-02-21
* | | | Add fixed string and nonce to prop 176 at suggestion from aglNick Mathewson2011-02-21
* | | | Add TLS/cert normalization spec draftJacob Appelbaum2011-02-18
* | | | Quick patch to pluggable transport specJacob Appelbaum2011-02-18
* | | | Add proposal 177: Abstaining from votes on individual flagsNick Mathewson2011-02-14
* | | | get a proposal i started last month into gitRoger Dingledine2011-02-14
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-02-10
|\| | |
| * | | Merge remote-tracking branch 'rransom/bug2089' into maint-0.2.2Nick Mathewson2011-02-10
| |\ \ \
| | * | | Document what descriptors HSAuthoritativeDir serves•••Fixes bug 2089. Robert Ransom2011-02-10
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts: doc/tor.1.txt Nick Mathewson2011-02-10
|\| | | |
| * | | | Update documentation for PublishServerDescriptor (0.2.2.x)Robert Ransom2011-02-09
| |/ / /
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-07
|\| | |
| * | | typo in manpage fixNick Mathewson2011-02-07
* | | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-07
|\| | |
| * | | Merge branch 'bug2279' into maint-0.2.2Nick Mathewson2011-02-07
| |\ \ \
| | * | | Some cleanups to bug2279 messages/docs from rransomNick Mathewson2011-02-07
| | * | | add documentation for ClientRejectInternalAddressesNick Mathewson2011-01-26
| | * | | Add client code to detect attempts to connect to 127.0.0.1 etc•••We detect and reject said attempts if there is no chosen exit node or circuit: connecting to a private addr via a randomly chosen exit node will usually fail (if all exits reject private addresses), is always ill-defined (you're not asking for any particular host or service), and usually an error (you've configured all requests to go over Tor when you really wanted to configure all _remote_ requests to go over Tor). This can also help detect forwarding loop requests. Found as part of bug2279. Nick Mathewson2011-01-25
| | | |/ | | |/|
* | | | Merge remote branch 'origin/maint-0.2.2' for bug2203_rebased•••There was a merge conflict in routerlist.c due to the new node_t logic. Conflicts: src/or/routerlist.c Nick Mathewson2011-02-04
|\| | |
| * | | Merge branch 'bug2203_rebased' into maint-0.2.2Nick Mathewson2011-02-04
| |\ \ \
| | * | | Fix typo in dir-spec.txt [found by sebastian]Nick Mathewson2011-01-26
| | * | | Describe consensus method 11 in dir-spec.txtNick Mathewson2011-01-25
| | |/ /
| * | | Remove country codes from EntryNodes manpage entrySebastian Hahn2011-01-28