<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nxcomp/src/Proxy.cpp, branch 3.5.99.25</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.25</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.25'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2017-12-29T01:31:26+00:00</updated>
<entry>
<title>ChannelEndPoint.cpp: fix possible memleak in getUnixPath()</title>
<updated>2017-12-29T01:31:26+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-12-27T18:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=ce293647d5a63726c05260ca0e0f65a50e604ebb'/>
<id>urn:sha1:ce293647d5a63726c05260ca0e0f65a50e604ebb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ChannelEndPoint.cpp: fix another memleak</title>
<updated>2017-12-29T01:31:26+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-12-27T16:06:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=eae64c4a4282eb2b511ba11c6db51d00a3b49833'/>
<id>urn:sha1:eae64c4a4282eb2b511ba11c6db51d00a3b49833</id>
<content type='text'>
==7689== 50 bytes in 5 blocks are definitely lost in loss record 1 of 2
==7689==    at 0x4C2DB8F: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==7689==    by 0x54074D9: strndup (strndup.c:43)
==7689==    by 0x4E7D803: ChannelEndPoint::getTCPHostAndPort(char**, long*) const (ChannelEndPoint.cpp:309)
==7689==    by 0x4EC9D93: ConnectToRemote(ChannelEndPoint&amp;) [clone .constprop.144] (Loop.cpp:6660)
==7689==    by 0x4ECB94E: SetupProxyConnection() (Loop.cpp:3204)
==7689==    by 0x4ECE824: handleNegotiationInLoop(int&amp;, fd_set&amp;, fd_set&amp;, timeval&amp;) [clone .isra.129] (Loop.cpp:14312)
==7689==    by 0x4ED0F8A: NXTransPrepare (Loop.cpp:2575)
==7689==    by 0x4ED1C35: NXTransContinue (Loop.cpp:1609)
==7689==    by 0x4ED1D7B: WaitCleanup() (Loop.cpp:4440)
==7689==    by 0x4ED2343: NXTransProxy (Loop.cpp:1234)
==7689==    by 0x400B2A: main (Main.c:111)
</content>
</entry>
<entry>
<title>nxcomp: implement correct length handling for unix socket structs</title>
<updated>2017-12-29T01:31:26+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-12-27T13:53:58+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=6198e0376f9ce8130af3294fa284659f0055610d'/>
<id>urn:sha1:6198e0376f9ce8130af3294fa284659f0055610d</id>
<content type='text'>
(partially) fixes ArcticaProject/nx-libs#612
</content>
</entry>
<entry>
<title>nxcomp: use lowercase abbreviations for seconds and milliseconds</title>
<updated>2017-12-02T00:56:41+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-12-02T00:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=b8c929773fac19dad8af05d0bc64b1b3fed88309'/>
<id>urn:sha1:b8c929773fac19dad8af05d0bc64b1b3fed88309</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcomp/src/{Loop,Proxy}.cpp: On Debian/kFreeBSD (and other *BSD variants) the sockaddr_un.sun_path property is 104 chars long, not 108. Hard-coding Unix domain sockets in nxcomp the string length 104.</title>
<updated>2017-09-06T06:45:44+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-08-31T16:17:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=96ba6190d6743b7ac4449938b287547124cce926'/>
<id>urn:sha1:96ba6190d6743b7ac4449938b287547124cce926</id>
<content type='text'>
 Fixes ArcticaProject/nx-libs#507.
</content>
</entry>
<entry>
<title>nxcomp/src/Proxy.cpp: Fix index usage of nested loops.</title>
<updated>2017-07-26T08:12:44+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-07-12T19:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=1894e04df791c0592993de3100e4fc682ec2ebe7'/>
<id>urn:sha1:1894e04df791c0592993de3100e4fc682ec2ebe7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcomp: Trivially fix local variables shadowing variables of same name from higher scope.</title>
<updated>2017-07-26T08:12:44+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-07-12T19:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=5a7b589bb3a32d49d2a196fe277a0d51f6afa541'/>
<id>urn:sha1:5a7b589bb3a32d49d2a196fe277a0d51f6afa541</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcomp: Switch to autoreconf.</title>
<updated>2017-07-26T08:12:43+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2017-06-30T18:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=f76c82403888bb498973ec974dbfd20e4edb02fe'/>
<id>urn:sha1:f76c82403888bb498973ec974dbfd20e4edb02fe</id>
<content type='text'>
</content>
</entry>
</feed>
