aboutsummaryrefslogtreecommitdiff
path: root/doc/spec
Commit message (Expand)AuthorAge
* Merge commit 'mikeperry/bug1739' into maint-0.2.2Roger Dingledine2010-09-29
|\
| * Send control port events for timeouts.•••We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string. Mike Perry2010-09-29
* | a dir-spec entry for refuseunknownexits•••plus quiet a log line Roger Dingledine2010-09-27
* | Update dir-spec.txt with new weight constraints.Mike Perry2010-09-27
|/
* perconnbwrate and perconnbwburst consensus paramsRoger Dingledine2010-09-16
* circwindow consensus param != CircWindow•••aka update dir-spec.txt to reflect reality Roger Dingledine2010-09-15
* Merge branch 'bug1184'Nick Mathewson2010-09-15
|\
| * tor-spec.txt tweaks from armaNick Mathewson2010-09-15
| * Make tor-spec wording easier to understandSebastian Hahn2010-08-03
| * Clarify that TRUNCATE behavior isn't as-intended•••In tor-spec.txt, instead of saying "nodes may X" instead say "Current nodes do X; this is nonconformant. Clients should watch out for that." Based on observations by wanoskarnet. Nick Mathewson2010-08-02
| * Clear cell queues when marking or truncating a circuit.•••At best, this patch helps us avoid sending queued relayed cells that would get ignored during the time between when a destroy cell is sent and when the circuit is finally freed. At worst, it lets us release some memory a little earlier than it would otherwise. Fix for bug #1184. Bugfix on 0.2.0.1-alpha. Nick Mathewson2010-07-30
* | Merge commit 'karsten/rendspec-koryk'Nick Mathewson2010-08-25
|\ \
| * | Add koryk's modifications to rend-spec.Karsten Loesing2010-08-17
* | | Merge commit 'karsten/dirbytes2'•••Conflicts: src/or/rephist.h Nick Mathewson2010-08-18
|\ \ \
| * | | Count bytes we spend on answering directory requests.Karsten Loesing2010-08-18
| |/ /
* | | Merge commit 'sebastian/misc-reason'Nick Mathewson2010-08-15
|\ \ \
| * | | Retry streams that ended with NOROUTE error•••Also add the NOROUTE reason to control-spec. Sebastian Hahn2010-08-04
| * | | Introduce END_STREAM_REASON_NOROUTESebastian Hahn2010-08-03
* | | | Fix url in rend-spec•••Fixes bug 1822 Sebastian Hahn2010-08-12
* | | | Fix a typo in control-specSebastian Hahn2010-08-12
| |/ / |/| |
* | | Clarify that implementation is for discussion of implementationNick Mathewson2010-08-03
* | | Add proposal 174 from Ian Goldberg: Optimistic Data for Tor: Server SideNick Mathewson2010-08-03
* | | Bless two proposals from Damian Johnson as 172 and 173.•••(Leaving a gap for the proposal Jake blessed as 171.) Nick Mathewson2010-08-03
* | | Merge commit 'sebastian/rend-spec'Nick Mathewson2010-08-03
|\ \ \
| * | | Clarify that rend cookies shouldn't be reusedSebastian Hahn2010-08-03
| | |/ | |/|
* / | Fix copy-and-paste fail in dir-spec.txt.Karsten Loesing2010-08-03
|/ /
* | Add two authoritzation protocols to rend-spec.txt.Karsten Loesing2010-07-30
* | Clean up Section 1 of rend-spec.txt.Karsten Loesing2010-07-30
* | Interchange sections 1.2 and 1.3.Karsten Loesing2010-07-30
* | Rename all RELAY_* cell types to RELAY_COMMAND_*.Karsten Loesing2010-07-30
* | Alter how guard flags are chosen.•••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. Mike Perry2010-07-14
* | Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson2010-06-29
|\ \
| * | Add CLOSE_MS and CLOSE_RATE keywords to buildtimeout event.Mike Perry2010-06-15
| * | Update spec with new right-censored pareto estimators.Mike Perry2010-06-09
| * | Bug 1296: Add option+logic to disable CBT learning.•••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. Mike Perry2010-05-10
| * | Update path-spec.txt with contents of proposal 151.Mike Perry2010-05-10
| * | Add a TIMEOUT_RATE keyword to buildtimeout event.Mike Perry2010-05-10
* | | Make spec docs reference RFC2119•••Now people will have no excuse for not knowing what "MUST" and "MAY" mean. Fixes bug 1310. Nick Mathewson2010-06-25
* | | Merge commit 'sjmurdoch/xxx-using-spdy'Nick Mathewson2010-06-11
|\ \ \ | |/ / |/| |
| * | Update idea xxx-using-spdy, based on or-dev discussion•••- 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 Steven Murdoch2010-03-14
| * | Add new idea: Using the SPDY protocol to improve Tor performanceSteven Murdoch2010-03-12
* | | Rename CircPriorityHalflifeMsec to CircuitPriorityHalflifeMsec•••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. Nick Mathewson2010-04-13
* | | Add a missing NL to dir-spec.•••Found by Oğuz Nick Mathewson2010-03-21
* | | fix some dangling refs in dirspecNick Mathewson2010-03-15
* | | Clarify title of section 3.3Nick Mathewson2010-03-13
|/ /
* | Document possibility of "unknown" version state.•••reported by atagar; fixes bug 1289. Nick Mathewson2010-03-09
* | Clarify that CRLF means "A CR then an LF". Explain what those are.•••Apparently this is not as obvious as I thought. Nick Mathewson2010-03-05
* | Add proposal 170 "Configuration options regarding circuit building"Sebastian Hahn2010-03-03
* | Merge remote branch 'mikeperry/consensus-bw-weights5-merge'•••Conflicts: ChangeLog Nick Mathewson2010-02-25
|\ \
| * | Update dir-spec.txt with begin_dir weights.Mike Perry2010-02-25