<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nx-libs/nxcomp, branch 3.5.99.26</title>
<subtitle>NXv3 (redistributed) 
</subtitle>
<id>https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.26</id>
<link rel='self' href='https://openid.arctica-project.org/nx-libs/atom?h=3.5.99.26'/>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/'/>
<updated>2021-01-15T17:23:40+00:00</updated>
<entry>
<title>fix formatting and spelling in various files</title>
<updated>2021-01-15T17:23:40+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2021-01-04T13:12:05+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=6aff5bfdf5ff33746060471f4e8db29c4c9f4f59'/>
<id>urn:sha1:6aff5bfdf5ff33746060471f4e8db29c4c9f4f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log.h: fix some shadow warnings</title>
<updated>2020-11-03T19:52:55+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-11-03T19:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=e66d2c86beb330d420d8208d28d9da52b7a9dfa3'/>
<id>urn:sha1:e66d2c86beb330d420d8208d28d9da52b7a9dfa3</id>
<content type='text'>
"warning: declaration of '&lt;something&gt;' shadows a member of 'this'

This shows up in gcc 4.8.5 and has been fixed in gcc 5.0, see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57709

Change the variable names anyway to be on the safe side.

Fixes ArcticaProject/nx-libs#958
</content>
</entry>
<entry>
<title>Channel.h: rename variable to prevent shadowing</title>
<updated>2020-11-03T19:52:50+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-11-03T19:31:11+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=2c66355c229bd10ad9f0c34e9ea31ed50c715955'/>
<id>urn:sha1:2c66355c229bd10ad9f0c34e9ea31ed50c715955</id>
<content type='text'>
In file included from Proxy.h:39:0,
                 from ServerProxy.h:32,
                 from ServerProxy.cpp:36:
Channel.h: In member function 'int Channel::handleEncodeIdentity(EncodeBuffer&amp;, ChannelCache*, MessageStore*, const unsigned char*, unsigned int, int)':
Channel.h:369:3: warning: declaration of 'bigEndian' shadows a member of 'this' [-Wshadow]
   {
   ^
Channel.h: In member function 'int Channel::handleDecodeIdentity(DecodeBuffer&amp;, ChannelCache*, MessageStore*, unsigned char*&amp;, unsigned int&amp;, int, WriteBuffer*)':
Channel.h:378:3: warning: declaration of 'bigEndian' shadows a member of 'this' [-Wshadow]
   {
   ^

RHEL7's g++ 4.8.5 reports this while Debian's g++ 10.2.0-15 does
not. This is described in
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57709 and fixed in gcc
5.0.

Rename the variables anyway to be on the safe side.

Fixes ArcticaProject/nx-libs#956
</content>
</entry>
<entry>
<title>Enable slave socket in server mode</title>
<updated>2020-05-30T19:13:56+00:00</updated>
<author>
<name>Vadim Troshchinskiy</name>
<email>vtroshchinskiy@qindel.com</email>
</author>
<published>2020-02-11T09:45:28+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=bdc698b7a6b7a0f46019785c288d1baf5fdc9e2e'/>
<id>urn:sha1:bdc698b7a6b7a0f46019785c288d1baf5fdc9e2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NX.h: Add missing NX_CHANNEL_SLAVE type to description</title>
<updated>2020-05-07T12:57:21+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-02-12T22:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=ab1e10197774d0f0dfa4cf06ce1ef94442d50833'/>
<id>urn:sha1:ab1e10197774d0f0dfa4cf06ce1ef94442d50833</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use nxdialog as nxclient replacement</title>
<updated>2020-05-07T10:52:00+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2020-05-05T17:29:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=46c8dce9a24535ae43d0a7086e26da3cf66a36b3'/>
<id>urn:sha1:46c8dce9a24535ae43d0a7086e26da3cf66a36b3</id>
<content type='text'>
if neither NX_CLIENT ist provided nor /usr/NX/bin/nxclient is existing
try /usr/bin/nxdialog.

Currently the path is hardcoded.
</content>
</entry>
<entry>
<title>Add support for custom version string</title>
<updated>2020-01-05T22:18:58+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2017-12-14T23:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=ec1b3a44c0653e21dd252e1727ed42f86f0bb0ec'/>
<id>urn:sha1:ec1b3a44c0653e21dd252e1727ed42f86f0bb0ec</id>
<content type='text'>
Make nxproxy and nxagent print an arbitrary version number by running
make NX_VERSION_CUSTOM="myvers". nxagent and nxproxy will then show
this in addition to the original version number:

NXPROXY - Version myvers (3.5.99.22)
NXAGENT - Version myvers (3.5.99.22)

Fixes ArcticaProject/nx-libs#606
</content>
</entry>
<entry>
<title>nxagent: simplify nxagentWaitEvents()</title>
<updated>2019-08-16T09:51:39+00:00</updated>
<author>
<name>Ulrich Sibiller</name>
<email>uli42@gmx.de</email>
</author>
<published>2018-05-05T16:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=62573abf00fb6fd6fcc642088a570400d88197d0'/>
<id>urn:sha1:62573abf00fb6fd6fcc642088a570400d88197d0</id>
<content type='text'>
no more need to pass down a struct, we now only pass the milliseconds
and let the function do the rest.
</content>
</entry>
<entry>
<title>nxcomp/src/Makefile.am: Correct usage of PTHREAD_CFLAGS and PTHREAD_LIBS. PTHREAD_CFLAGS is also supposed to be used when linking. See comments in m4/ax_pthread.m4.</title>
<updated>2019-04-07T20:00:27+00:00</updated>
<author>
<name>Mike Gabriel</name>
<email>mike.gabriel@das-netzwerkteam.de</email>
</author>
<published>2019-03-01T22:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=80ecfad957d8107b8103a47ea69a8762fcea829b'/>
<id>urn:sha1:80ecfad957d8107b8103a47ea69a8762fcea829b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nxcomp/src/Makefile.am: PTHREAD_LDFLAGS does not exist, replace with PTHREAD_LIBS.</title>
<updated>2019-04-04T09:19:01+00:00</updated>
<author>
<name>Mihai Moldovan</name>
<email>ionic@ionic.de</email>
</author>
<published>2019-04-04T09:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://openid.arctica-project.org/nx-libs/commit/?id=1b6da5992dd983a8526e91cd93dd98c01a81aa5b'/>
<id>urn:sha1:1b6da5992dd983a8526e91cd93dd98c01a81aa5b</id>
<content type='text'>
</content>
</entry>
</feed>
