Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add proposal 174 from Ian Goldberg: Optimistic Data for Tor: Server Side | Nick Mathewson | 2010-08-03 |
| | |||
* | Bless two proposals from Damian Johnson as 172 and 173. | Nick Mathewson | 2010-08-03 |
| | | | | (Leaving a gap for the proposal Jake blessed as 171.) | ||
* | Merge commit 'sebastian/distcheck' | Nick Mathewson | 2010-08-03 |
|\ | |||
| * | Fix 'make distcheck' | Sebastian Hahn | 2010-08-03 |
| | | | | | | | | | | We were leaving doc/config.log and src/or/micro-revision.i in place during a make clean. Fix that. | ||
* | | Merge commit 'sebastian/rend-spec' | Nick Mathewson | 2010-08-03 |
|\ \ | |||
| * | | Clarify that rend cookies shouldn't be reused | Sebastian Hahn | 2010-08-03 |
| |/ | |||
* / | Fix copy-and-paste fail in dir-spec.txt. | Karsten Loesing | 2010-08-03 |
|/ | |||
* | Clarify that cmd-line options override torrc options | Nick Mathewson | 2010-07-31 |
| | |||
* | Document 20KB requirement in BandwidthRate documentation | Nick Mathewson | 2010-07-30 |
| | | | | This fixes the last suggestion of bug #1195. | ||
* | Merge commit 'karsten/rendspec-master' | Nick Mathewson | 2010-07-30 |
|\ | |||
| * | Add two authoritzation protocols to rend-spec.txt. | Karsten Loesing | 2010-07-30 |
| | | |||
| * | Clean up Section 1 of rend-spec.txt. | Karsten Loesing | 2010-07-30 |
| | | |||
| * | Interchange sections 1.2 and 1.3. | Karsten Loesing | 2010-07-30 |
| | | |||
| * | Rename all RELAY_* cell types to RELAY_COMMAND_*. | Karsten Loesing | 2010-07-30 |
| | | |||
* | | Fix compilation issue in doc/Makefile.am on NetBSD | Linus Nordberg | 2010-07-30 |
|/ | | | | | | | | * doc/Makefile.am: Change $(VAR:MOD) to ${VAR:MOD} -- make(1) on NetBSD substitutes '$(:x)' to 'x' rather than the empty string. This bites us in doc/ when configured with `--disable-asciidoc'. Curly braces should work in all implementations of make(1) but this patch changes only the places where we use the VAR:MOD expansion. | ||
* | Alter how guard flags are chosen. | Mike Perry | 2010-07-14 |
| | | | | | | | | V3 authorities no longer decide not to vote on Guard+Exit. The bandwidth weights should take care of this now. Also, lower the max threshold for WFU to 0.98, to allow more nodes to become guards. | ||
* | fetching a directory on sighup is years out of date | Roger Dingledine | 2010-07-14 |
| | |||
* | Remove TODO items that are either done or moved to the tracker | Nick Mathewson | 2010-07-06 |
| | |||
* | Merge remote branch 'mikeperry/cbt-bugfixes3' | Nick Mathewson | 2010-06-29 |
|\ | |||
| * | Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event. | Mike Perry | 2010-06-15 |
| | | |||
| * | Update spec with new right-censored pareto estimators. | Mike Perry | 2010-06-09 |
| | | |||
| * | Bug 1296: Add option+logic to disable CBT learning. | Mike Perry | 2010-05-10 |
| | | | | | | | | | | | | | | | | | | There are now four ways that CBT can be disabled: 1. Network-wide, with the cbtdisabled consensus param. 2. Via config, with "LearnCircuitBuildTimeout 0" 3. Via config, with "AuthoritativeDirectory 1" 4. Via a state file write failure. | ||
| * | Update path-spec.txt with contents of proposal 151. | Mike Perry | 2010-05-10 |
| | | |||
| * | Add a TIMEOUT_RATE keyword to buildtimeout event. | Mike Perry | 2010-05-10 |
| | | |||
* | | Make spec docs reference RFC2119 | Nick Mathewson | 2010-06-25 |
| | | | | | | | | | | Now people will have no excuse for not knowing what "MUST" and "MAY" mean. Fixes bug 1310. | ||
* | | Merge commit 'sjmurdoch/xxx-using-spdy' | Nick Mathewson | 2010-06-11 |
|\ \ | |||
| * | | Update idea xxx-using-spdy, based on or-dev discussion | Steven Murdoch | 2010-03-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Mention potentially negative consequence of server push, combined with client caching - Make the new cell type more generic, allowing other types of exit-side transforms (suggested by nickm) See http://archives.seul.org/or/dev/Feb-2010/msg00000.html | ||
| * | | Add new idea: Using the SPDY protocol to improve Tor performance | Steven Murdoch | 2010-03-12 |
| | | | |||
* | | | Merge commit 'sebastian/hostnamewarn' | Nick Mathewson | 2010-06-11 |
|\ \ \ | |||
| * | | | Add option to not warn when getting an IP instead of hostname | Sebastian Hahn | 2010-06-07 |
| | | | | |||
* | | | | In asciidoc-helper.sh, be more verbose when a2x fails. | Nick Mathewson | 2010-06-07 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, we said (more or less), "a2x is broken and here's how you could try to fix it". Instead, we now say "We need a2x to build manpages; a2x didn't work; here is a fix that might work for you; alternatively you could just skip manpage building." Addresses bug 1524. Also, give the message as a here-document rather than a bunch of echos. | ||
* | | | Clean up "Address" documentation even harder. | Nick Mathewson | 2010-06-01 |
| | | | |||
* | | | Clarify the implications of the "Address" option | Sebastian Hahn | 2010-05-02 |
| | | | | | | | | | | | | Fixes bug 1381 | ||
* | | | check-speces is a typo. | Sebastian Hahn | 2010-04-27 |
| |/ |/| | |||
* | | Add new sections to the HACKING file | Nick Mathewson | 2010-04-27 |
| | | | | | | | | | | | | | | The main changes are to explain how we use git branches, how we use changes files, and what should go into a patch. Putting these in HACKING means that we shouldn't need to constantly refer to the or-dev emails where we explain this stuff. | ||
* | | Convert HACKING file to asciidoc: I am tired of re-numbering the sections. | Nick Mathewson | 2010-04-16 |
| | | |||
* | | Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsec | Nick Mathewson | 2010-04-13 |
| | | | | | | | | | | | | | | | | | | Everything that accepted the 'Circ' name handled it wrong, so even now that we fixed the handling of the parameter, we wouldn't be able to set it without making all the 0.2.2.7..0.2.2.10 relays act wonky. This patch makes Tors accept the 'Circuit' name instead, so we can turn on circuit priorities without confusing the versions that treated the 'Circ' name as occasion to act weird. | ||
* | | Mention libxml2-utils in our asciidoc dependencies | Sebastian Hahn | 2010-03-30 |
| | | | | | | | | | | | | Zax from #tor noticed that while we list docbook-xsl and docbook-xml in our helpful error text when making the docs fails, we forgot to also list libxml2-utils. Let's add that. | ||
* | | Add a missing NL to dir-spec. | Nick Mathewson | 2010-03-21 |
| | | | | | | | | Found by Oğuz | ||
* | | fix some dangling refs in dirspec | Nick Mathewson | 2010-03-15 |
| | | |||
* | | Clarify title of section 3.3 | Nick Mathewson | 2010-03-13 |
|/ | |||
* | Document possibility of "unknown" version state. | Nick Mathewson | 2010-03-09 |
| | | | | reported by atagar; fixes bug 1289. | ||
* | Don't require asciidoc when building Tor from a tarball | Sebastian Hahn | 2010-03-09 |
| | | | | | | If asciidoc is required, the user receives an error message telling them about the --disable-asciidoc configure switch and the build breaks. | ||
* | Clarify that CRLF means "A CR then an LF". Explain what those are. | Nick Mathewson | 2010-03-05 |
| | | | | Apparently this is not as obvious as I thought. | ||
* | Merge commit 'sebastian/manpage' | Nick Mathewson | 2010-03-04 |
|\ | |||
| * | Add configure switch to disable use of asciidoc | Sebastian Hahn | 2010-03-01 |
| | | | | | | | | | | Also break the build if that switch isn't used and asciidoc isn't available. | ||
| * | Simplify asciidoc-helper | Sebastian Hahn | 2010-03-01 |
| | | | | | | | | | | We don't need sed for our string manipulation, so let's get rid of it. Suggested by weasel. | ||
| * | Ship the asciidoc-helper file in our tarballs | Sebastian Hahn | 2010-03-01 |
| | | | | | | | | | | Otherwise, the build process breaks when one of the .1.txt gets a new mtime. Suggested by weasel. | ||
* | | Add proposal 170 "Configuration options regarding circuit building" | Sebastian Hahn | 2010-03-03 |
| | | |||
* | | Note an exception to when we use OutboundBindAddress | Peter Palfrader | 2010-03-02 |
|/ |