Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a unit test for tor_spawn_background | Steven Murdoch | 2010-10-10 |
| | | | | | - Test sucessfully starting a process - Test failing to find the executable | ||
* | Update documentation for tor_spawn_background | Steven Murdoch | 2010-10-10 |
| | | | | - Include description of stdout_read, stderr_read, and argv | ||
* | Add a unit test for fgets (currently fails) | Steven Murdoch | 2010-10-10 |
| | | | | | - For a non-blocking pipe, check that on EAGAIN fgets returns NULL rather than a partial line | ||
* | Fix issues in nickm's review of log_from_pipe for bug #1903 | Steven Murdoch | 2010-10-10 |
| | | | | | - Replace sscanf with tor_sscanf - Replace use of strstr with equivalent call to strcmpstart | ||
* | Fix nickm's comments on logging for bug #1903 | Steven Murdoch | 2010-10-10 |
| | | | | - Use log_warn rather than log_err for bad but survivable events | ||
* | Note icky constructs mentioned in bug #1903 | Steven Murdoch | 2010-10-10 |
| | | | | - To be dealt with as part of bug #2029 | ||
* | Fix issues in nickm's review of format_helper_exit_status for bug #1903 | Steven Murdoch | 2010-10-04 |
| | | | | | | | - Responsibility of clearing hex_errno is no longer with caller - More conservative bounds checking - Length requirement of hex_errno documented - Output format documented | ||
* | Initialize fd values in tor_port_check_forwarding to -1 | Nick Mathewson | 2010-10-01 |
| | |||
* | Merge branch 'maint-0.2.2' | Roger Dingledine | 2010-10-01 |
|\ | |||
| * | fix comment | Roger Dingledine | 2010-10-01 |
| | | |||
| * | log when we guess our ip address, not just when we fail | Roger Dingledine | 2010-10-01 |
| | | |||
* | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2010-10-01 |
|\| | | | | | | | | | | | | | | | Conflicts: configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h | ||
| * | bump to 0.2.2.17-alpha-dev | Roger Dingledine | 2010-10-01 |
| | | |||
| * | retroactively declare the cbt fixes to be major | Roger Dingledine | 2010-10-01 |
| | | | | | | | | also put in release blurbs | ||
* | | The build stuff for tor-fw-helper means we need automake 1.6 or later | Nick Mathewson | 2010-10-01 |
| | | |||
* | | Merge remote branch 'sebastian/fw-helper-manpage' | Nick Mathewson | 2010-09-30 |
|\ \ | |||
| * | | Add more tor-fw-helper files to gitignore | Sebastian Hahn | 2010-09-30 |
| | | | |||
| * | | Build the tor-fw-helper manpage | Sebastian Hahn | 2010-09-30 |
| | | | | | | | | | | | | So far we just had the asciidoc manpage, but didn't build it. | ||
* | | | 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 | ||
* | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2010-09-30 |
|\ \ \ | | |/ | |/| | |||
| * | | improve rpm init script by borrowing from Debian | Erinn Clark | 2010-09-30 |
| | | | |||
| * | | Update rpm spec file so that it will build without manual intervention on ↵ | Erinn Clark | 2010-09-30 |
| | | | | | | | | | | | | all rpm-based distributions | ||
| * | | AUTHORS doesn't exist, so stop trying to cp it. Add 'sudo' to a mv that ↵ | Erinn Clark | 2010-09-30 |
| | | | | | | | | | | | | needs higher permissions. | ||
* | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2010-09-30 |
|\| | | |/ |/| | | | | | | | | | | | Conflicts: configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h | ||
| * | bump to 0.2.2.17-alpha | Roger Dingledine | 2010-09-30 |
| | | |||
| * | write up a changelog file | Roger Dingledine | 2010-09-30 |
| | | |||
* | | Add 'compile' to .gitignore | Nick Mathewson | 2010-09-30 |
| | | |||
* | | Merge branch 'tor-fw-squashed2' | Nick Mathewson | 2010-09-30 |
|\ \ | | | | | | | | | | | | | Conflicts: src/common/util.c | ||
| * | | Fix space and formatting issues | Nick Mathewson | 2010-09-30 |
| | | | |||
| * | | #if-out the fw-helper code in util.c when building on windows | Nick Mathewson | 2010-09-30 |
| | | | |||
| * | | Turn select() usage in tor-fw-helper into a function. | Nick Mathewson | 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 | 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 remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2010-09-30 |
|\ \ \ | |/ / |/| / | |/ | |||
| * | Add a changes file for the bug1912 fix | Sebastian Hahn | 2010-09-30 |
| | | |||
| * | Note an XXX about potential overflow | Sebastian Hahn | 2010-09-30 |
| | | |||
| * | Use an upper and lower bound for bridge weights | Sebastian Hahn | 2010-09-30 |
| | | | | | | | | | | | | | | | | | | | | | | When picking bridges (or other nodes without a consensus entry (and thus no bandwidth weights)) we shouldn't just trust the node's descriptor. So far we believed anything between 0 and 10MB/s, where 0 would mean that a node doesn't get any use from use unless it is our only one, and 10MB/s would be a quite siginficant weight. To make this situation better, we now believe weights in the range from 20kB/s to 100kB/s. This should allow new bridges to get use more quickly, and means that it will be harder for bridges to see almost all our traffic. | ||
| * | Fix check-spaces | Sebastian Hahn | 2010-09-30 |
| | | |||
* | | Whitespace fixes on recent merges to master. | Nick Mathewson | 2010-09-30 |
| | | |||
* | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2010-09-30 |
|\| |