<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tor-fw-helper, branch master</title>
<subtitle>Pure-go port-forwarding implementation</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/'/>
<entry>
<title>Changed the import paths to reflect the move to the tpo repo.</title>
<updated>2015-08-05T18:45:01+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2015-08-05T18:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=481599ee37dd3135c9e17d1df4810f36b4de4e3d'/>
<id>481599ee37dd3135c9e17d1df4810f36b4de4e3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused global var outgoingPort</title>
<updated>2015-03-25T15:01:38+00:00</updated>
<author>
<name>Daniel Martí</name>
<email>mvdan@mvdan.cc</email>
</author>
<published>2015-03-25T15:01:38+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=781bc45b6f077cbb9cccf57e4fde2509925b56aa'/>
<id>781bc45b6f077cbb9cccf57e4fde2509925b56aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allocating space for resps is not always necessary</title>
<updated>2015-03-25T14:58:22+00:00</updated>
<author>
<name>Daniel Martí</name>
<email>mvdan@mvdan.cc</email>
</author>
<published>2015-03-25T14:58:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=dc1681d9c4b107ee1b4c709b8d34e45962c9c767'/>
<id>dc1681d9c4b107ee1b4c709b8d34e45962c9c767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remve unnecessary else block</title>
<updated>2015-03-25T14:57:26+00:00</updated>
<author>
<name>Daniel Martí</name>
<email>mvdan@mvdan.cc</email>
</author>
<published>2015-03-25T14:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=48dcda731da422b29065ef57d8f495b623ddc882'/>
<id>48dcda731da422b29065ef57d8f495b623ddc882</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run go fmt</title>
<updated>2015-03-25T14:56:46+00:00</updated>
<author>
<name>Daniel Martí</name>
<email>mvdan@mvdan.cc</email>
</author>
<published>2015-03-25T14:56:46+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=f4831235c44903ebda52a0391f9f604d93d29104'/>
<id>f4831235c44903ebda52a0391f9f604d93d29104</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed to tor-fw-helper per discussion with dcf.</title>
<updated>2014-11-04T15:08:10+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-11-04T15:08:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=23f967cea5669fda22160e497aa33d352b76d89e'/>
<id>23f967cea5669fda22160e497aa33d352b76d89e</id>
<content type='text'>
The version of the executable is now "0.3" instead of "0.1" as the C
langauge tor-fw-helper code currently is at version "0.2".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version of the executable is now "0.3" instead of "0.1" as the C
langauge tor-fw-helper code currently is at version "0.2".
</pre>
</div>
</content>
</entry>
<entry>
<title>Always allow NAT-PMP portmapping removal.</title>
<updated>2014-10-31T10:12:51+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-10-31T10:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=bd7205f6e6cce94460e74c18ce7fe23056ade2b3'/>
<id>bd7205f6e6cce94460e74c18ce7fe23056ade2b3</id>
<content type='text'>
Since UPnP is prioritized when searching for acceptable protocols, the
only reason NAT-PMP will be used is for devices that only support
NAT-PMP, which as far as I know are Apple products.

Thus the miniupnpd bug that the removal prohibition was added for does
not affect those users.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since UPnP is prioritized when searching for acceptable protocols, the
only reason NAT-PMP will be used is for devices that only support
NAT-PMP, which as far as I know are Apple products.

Thus the miniupnpd bug that the removal prohibition was added for does
not affect those users.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor cleanup and suggested improvements from dcf's review.</title>
<updated>2014-10-31T10:06:20+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-10-31T10:06:20+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=40af21e70672ee2dac74f08709d6043e93ffbe71'/>
<id>40af21e70672ee2dac74f08709d6043e93ffbe71</id>
<content type='text'>
 * Comments were added/clarified/fixed up where appropriate.
 * UPnP: `retrieveDeviceDescription()` routine is spelled correctly
   now.
 * NAT-PMP: `issueRequest()` no longer returns the raw packet when a
   valid-but-unsupported response is received.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Comments were added/clarified/fixed up where appropriate.
 * UPnP: `retrieveDeviceDescription()` routine is spelled correctly
   now.
 * NAT-PMP: `issueRequest()` no longer returns the raw packet when a
   valid-but-unsupported response is received.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed comment, no functional changes.</title>
<updated>2014-10-26T08:20:24+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-10-26T08:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=d5b79417cb975a49ecfa654c1b223d91c9c8907e'/>
<id>d5b79417cb975a49ecfa654c1b223d91c9c8907e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the output formating a bit.</title>
<updated>2014-10-26T08:18:24+00:00</updated>
<author>
<name>Yawning Angel</name>
<email>yawning@schwanenlied.me</email>
</author>
<published>2014-10-26T08:18:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/tor-fw-helper.git/commit/?id=4ffcbdde7063ac343e7f02a3e31c7243ec0f2bad'/>
<id>4ffcbdde7063ac343e7f02a3e31c7243ec0f2bad</id>
<content type='text'>
 * Removal now outputs to stdout in a format similar to addition.
 * The list option now also has more consistent output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * Removal now outputs to stdout in a format similar to addition.
 * The list option now also has more consistent output.
</pre>
</div>
</content>
</entry>
</feed>
