Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-13 | Merge branch 'nodes' | Nick Mathewson | |
2010-10-04 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2010-10-04 | Clarify PublishServerDescriptor even more | Nick Mathewson | |
2010-10-01 | Implement node-based router family code | Nick Mathewson | |
Also, make the NodeFamily option into a list of routersets. This lets us git rid of router_in_nickname_list (or whatever it was called) without porting it to work with nodes, and also lets people specify country codes and IP ranges in NodeFamily | |||
2010-09-30 | Describe BridgeRelay and PublishServerDescriptor more correctly. | Robert Ransom | |
2010-09-30 | Merge remote branch 'sebastian/fw-helper-manpage' | Nick Mathewson | |
2010-09-30 | 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 | |
- For now we are only talking about moving clients to be bridges - Some questions on how we should inform users | |||
2010-09-30 | Add some open questions, and mention Roger's idea about asking for consent ↵ | Steven Murdoch | |
via email | |||
2010-09-30 | Note that we only can't handle automatic demotion. Users can always change ↵ | Steven Murdoch | |
their state manually. | |||
2010-09-30 | Change "server" to "relay", so as to match existing terminology | Steven Murdoch | |
2010-09-30 | Start idea xxx-automatic-node-promotion | Steven Murdoch | |
- Initial draft of overview and motivation - Start of design | |||
2010-09-30 | Build the tor-fw-helper manpage | Sebastian Hahn | |
So far we just had the asciidoc manpage, but didn't build it. | |||
2010-09-30 | Start tor-fw-helper in the background, and log whatever it outputs | Steven Murdoch | |
2010-09-30 | Changes to tor-fw-helper, some based on Nick's review | Jacob Appelbaum | |
* 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 | |||
2010-09-30 | First implementation of tor-fw-helper. | Jacob Appelbaum | |
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) | |||
2010-09-29 | 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 | |
We now differentiate between timeouts and cutoffs by the REASON string and the PURPOSE string. | |||
2010-09-28 | Remove the has_old_dnsworkers flag. | Nick Mathewson | |
2010-09-28 | Autodetect the number of CPUs when possible if NumCPUs==0 | Nick Mathewson | |
This is needed for IOCP, since telling the IOCP backend about all your CPUs is a good idea. It'll also come in handy with asn's multithreaded crypto stuff, and for people who run servers without reading the manual. | |||
2010-09-28 | Add a new option to enable/disable IOCP support | Nick Mathewson | |
2010-09-27 | a dir-spec entry for refuseunknownexits | Roger Dingledine | |
plus quiet a log line | |||
2010-09-27 | Merge branch 'refuseunknown' into maint-0.2.2 | Nick Mathewson | |
2010-09-27 | Add RefuseUnknownExits to the manpage | Sebastian Hahn | |
2010-09-27 | Merge remote branch 'mikeperry/bug1952-merge' into maint-0.2.2 | Nick Mathewson | |
2010-09-27 | Update dir-spec.txt with new weight constraints. | Mike Perry | |
2010-09-24 | Merge remote branch 'sebastian/continuation' | Nick Mathewson | |
2010-09-21 | Correct default for RendPostPeriod in docs | John Brooks | |
2010-09-16 | perconnbwrate and perconnbwburst consensus params | Roger Dingledine | |
2010-09-15 | circwindow consensus param != CircWindow | Roger Dingledine | |
aka update dir-spec.txt to reflect reality | |||
2010-09-15 | Merge branch 'bug1184' | Nick Mathewson | |
2010-09-15 | tor-spec.txt tweaks from arma | Nick Mathewson | |
2010-09-12 | Initial oprofile instructions based on original by weasel. | Nick Mathewson | |
2010-09-11 | Document multiline options in the manpage | Sebastian Hahn | |
2010-08-25 | Merge commit 'karsten/rendspec-koryk' | Nick Mathewson | |
2010-08-18 | Merge commit 'karsten/dirbytes2' | Nick Mathewson | |
Conflicts: src/or/rephist.h | |||
2010-08-18 | Count bytes we spend on answering directory requests. | Karsten Loesing | |
2010-08-17 | Add koryk's modifications to rend-spec. | Karsten Loesing | |
2010-08-15 | Merge commit 'sebastian/misc-reason' | Nick Mathewson | |
2010-08-15 | Merge commit 'karsten/stats-manpage' | Nick Mathewson | |
2010-08-15 | Update man page, now that *Statistics can be changed while Tor is running. | Karsten Loesing | |
2010-08-13 | minor formatting / comment fixes | Roger Dingledine | |
2010-08-12 | Fix url in rend-spec | Sebastian Hahn | |
Fixes bug 1822 | |||
2010-08-12 | doc/HACKING: Explain how to find when a given change was introduced | Chris Ball | |
2010-08-12 | Fix a typo in control-spec | Sebastian Hahn | |