<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/dgoulet/torsocks, branch ticket28538_01</title>
<subtitle>David's torsocks repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/'/>
<entry>
<title>accept4: Support it on all platforms except OS X</title>
<updated>2018-11-20T18:08:07+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2018-11-20T18:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=ff89d448dd81f655b005ef2032db8305b8a363f6'/>
<id>ff89d448dd81f655b005ef2032db8305b8a363f6</id>
<content type='text'>
Simply put, OS X doesn't support it.

Fixes #28538

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Simply put, OS X doesn't support it.

Fixes #28538

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version to v2.3.0</title>
<updated>2018-11-19T15:42:40+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2018-11-19T15:42:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=cec4a733c081e09fb34f0aa4224ffd7b687fb310'/>
<id>cec4a733c081e09fb34f0aa4224ffd7b687fb310</id>
<content type='text'>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bunch of stuff in the wrapper script, #24967</title>
<updated>2018-11-19T15:28:46+00:00</updated>
<author>
<name>Alex Xu (Hello71)</name>
<email>alex_y_xu@yahoo.ca</email>
</author>
<published>2018-01-23T15:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=47b10b686e8e94fe0a2096135d4d9b195afb5267'/>
<id>47b10b686e8e94fe0a2096135d4d9b195afb5267</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gethostbyaddr_r: always assign result</title>
<updated>2018-11-19T15:20:25+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2018-11-19T15:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=446ce04bb31a023712f5ff74a6a0649606286662'/>
<id>446ce04bb31a023712f5ff74a6a0649606286662</id>
<content type='text'>
Originating from: https://bugzilla.redhat.com/show_bug.cgi?id=1601259

Patch by "cHBWyJuH".

Fixes #26794

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Originating from: https://bugzilla.redhat.com/show_bug.cgi?id=1601259

Patch by "cHBWyJuH".

Fixes #26794

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>log: Remove log line when logging is stopped</title>
<updated>2018-11-19T15:20:25+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2018-04-23T12:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=9895fbf6af444b55f0f5bfdda71b6591be819a9d'/>
<id>9895fbf6af444b55f0f5bfdda71b6591be819a9d</id>
<content type='text'>
It gets really noisy with mutt. Not sure why, I expect maybe multi
thread/process makes it that everytime it dies, we get that log statement.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It gets really noisy with mutt. Not sure why, I expect maybe multi
thread/process makes it that everytime it dies, we get that log statement.

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gethostbyaddr_r: Don't put garbage in data-&gt;hostname</title>
<updated>2018-04-20T16:04:35+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2018-04-20T16:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=8013dfb1ebf6cb1d0a8751dcd3531e6b2e5aef39'/>
<id>8013dfb1ebf6cb1d0a8751dcd3531e6b2e5aef39</id>
<content type='text'>
Fixes #25627

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #25627

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gethostbyaddr_r: Populate h_addrtype field</title>
<updated>2018-04-20T15:58:12+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2018-04-20T15:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=a44660bd6d32de6c58a51eaad7c019f8e9131cf3'/>
<id>a44660bd6d32de6c58a51eaad7c019f8e9131cf3</id>
<content type='text'>
Fixes #25586

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #25586

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>log: Avoid crash or file corruption when closing logs</title>
<updated>2018-04-20T15:49:58+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2018-04-20T15:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=e56313a0d59b9a396c260ed1ffcf4bc75d6e986a'/>
<id>e56313a0d59b9a396c260ed1ffcf4bc75d6e986a</id>
<content type='text'>
Fixes #24081

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #24081

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>connect: Always pass .onion IP cookie to connection object</title>
<updated>2018-04-20T15:24:05+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2018-04-20T15:24:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=2fa559117c36e2e8e3996048a03c0bbc5c6984e8'/>
<id>2fa559117c36e2e8e3996048a03c0bbc5c6984e8</id>
<content type='text'>
Fixes #23876

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #23876

Signed-off-by: David Goulet &lt;dgoulet@torproject.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'yawning/bug23715'</title>
<updated>2018-04-20T14:54:42+00:00</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2018-04-20T14:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/dgoulet/torsocks.git/commit/?id=8258eac291341cf493f6ddaf5c4d8541fd57729b'/>
<id>8258eac291341cf493f6ddaf5c4d8541fd57729b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
