Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | renumber, clean whitespace | Roger Dingledine | 2010-09-30 |
| | |||
* | give steven's everybody-a-bridge proposal a number | Roger Dingledine | 2010-09-30 |
| | |||
* | Add comments from nickm and arma, from IRC | Steven Murdoch | 2010-09-30 |
| | |||
* | Add algorithm and rationale for performance measurement | Steven Murdoch | 2010-09-30 |
| | |||
* | In the migration plan, mention how to prevent overloading the bridge authority | Steven Murdoch | 2010-09-30 |
| | |||
* | Integrate more feedback from IRC | Steven Murdoch | 2010-09-30 |
| | | | | | | - For now we are only talking about moving clients to be bridges - Some questions on how we should inform users | ||
* | Add some open questions, and mention Roger's idea about asking for consent ↵ | Steven Murdoch | 2010-09-30 |
| | | | | via email | ||
* | Note that we only can't handle automatic demotion. Users can always change ↵ | Steven Murdoch | 2010-09-30 |
| | | | | their state manually. | ||
* | Change "server" to "relay", so as to match existing terminology | Steven Murdoch | 2010-09-30 |
| | |||
* | Start idea xxx-automatic-node-promotion | Steven Murdoch | 2010-09-30 |
| | | | | | - Initial draft of overview and motivation - Start of design | ||
* | Changes to tor-fw-helper, some based on Nick's review | Jacob Appelbaum | 2010-09-30 |
| | | | | | | | | | | | | | | | | | | | * MINIUPNPC rather than the generic UPNP * Nick suggested a better abstraction model for tor-fw-helper * Fix autoconf to build with either natpmp or miniupnpc * Add AM_PROG_CC_C_O to fix automake complaint * update spec to address nickm's concern * refactor nat-pmp to match upnp state * we prefer tor_snprintf to snprintf * link properlty for tor_snprintf * rename test_commandline_options to log_commandline_options * cast this uint as an int * detect possible FD_SETSIZE errors * make note about future enhancements for natpmp * add upnp enhancement note * ChangeLog entry * doxygen and check-spaces cleanup * create tor-fw-helper.1.txt | ||
* | First implementation of tor-fw-helper. | Jacob Appelbaum | 2010-09-30 |
| | | | | | | | | | | tor-fw-helper is a command-line tool to wrap and abstract various firewall port-forwarding tools. This commit matches the state of Jacob's tor-fw-helper branch as of 23 September 2010. (commit msg by Nick) | ||
* | Merge branch 'maint-0.2.2' | Roger Dingledine | 2010-09-29 |
|\ | |||
| * | Merge commit 'mikeperry/bug1739' into maint-0.2.2 | Roger Dingledine | 2010-09-29 |
| |\ | |||
| | * | Send control port events for timeouts. | Mike Perry | 2010-09-29 |
| | | | | | | | | | | | | | | | We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string. | ||
* | | | Remove the has_old_dnsworkers flag. | Nick Mathewson | 2010-09-28 |
|/ / | |||
* | | a dir-spec entry for refuseunknownexits | Roger Dingledine | 2010-09-27 |
| | | | | | | | | plus quiet a log line | ||
* | | Update dir-spec.txt with new weight constraints. | Mike Perry | 2010-09-27 |
|/ | |||
* | perconnbwrate and perconnbwburst consensus params | Roger Dingledine | 2010-09-16 |
| | |||
* | circwindow consensus param != CircWindow | Roger Dingledine | 2010-09-15 |
| | | | | aka update dir-spec.txt to reflect reality | ||
* | Merge branch 'bug1184' | Nick Mathewson | 2010-09-15 |
|\ | |||
| * | tor-spec.txt tweaks from arma | Nick Mathewson | 2010-09-15 |
| | | |||
| * | Make tor-spec wording easier to understand | Sebastian Hahn | 2010-08-03 |
| | | |||
| * | Clarify that TRUNCATE behavior isn't as-intended | Nick Mathewson | 2010-08-02 |
| | | | | | | | | | | | | | | 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. | ||
| * | Clear cell queues when marking or truncating a circuit. | Nick Mathewson | 2010-07-30 |
| | | | | | | | | | | | | | | | | | | 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. | ||
* | | Merge commit 'karsten/rendspec-koryk' | Nick Mathewson | 2010-08-25 |
|\ \ | |||
| * | | Add koryk's modifications to rend-spec. | Karsten Loesing | 2010-08-17 |
| | | | |||
* | | | Merge commit 'karsten/dirbytes2' | Nick Mathewson | 2010-08-18 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: src/or/rephist.h | ||
| * | | | Count bytes we spend on answering directory requests. | Karsten Loesing | 2010-08-18 |
| |/ / | |||
* | | | Merge commit 'sebastian/misc-reason' | Nick Mathewson | 2010-08-15 |
|\ \ \ | |||
| * | | | Retry streams that ended with NOROUTE error | Sebastian Hahn | 2010-08-04 |
| | | | | | | | | | | | | | | | | Also add the NOROUTE reason to control-spec. | ||
| * | | | Introduce END_STREAM_REASON_NOROUTE | Sebastian Hahn | 2010-08-03 |
| | | | | |||
* | | | | Fix url in rend-spec | Sebastian Hahn | 2010-08-12 |
| | | | | | | | | | | | | | | | | Fixes bug 1822 | ||
* | | | | Fix a typo in control-spec | Sebastian Hahn | 2010-08-12 |
| |/ / |/| | | |||
* | | | Clarify that implementation is for discussion of implementation | Nick Mathewson | 2010-08-03 |
| | | | |||
* | | | 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/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 |
|/ / | |||
* | | 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 |
| | | |||
* | | 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. | ||
* | | 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 |
| | | |