<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cpp, branch master</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/'/>
<entry>
<title>Merge commit 'ac9a488351e216fec6e163b8e0441c93945e6d0b'</title>
<updated>2025-01-18T18:13:50+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2025-01-18T18:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=56784f5f6da4e37e0a540a2821738f7a86af7fad'/>
<id>56784f5f6da4e37e0a540a2821738f7a86af7fad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid using template alias for watch function definition</title>
<updated>2025-01-18T18:10:23+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2025-01-18T18:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=0ff3d5f9743ebfec8832ab3c846a20cf86839eec'/>
<id>0ff3d5f9743ebfec8832ab3c846a20cf86839eec</id>
<content type='text'>
From clang -Walias-template-in-declaration-name: a declarative nested
name specifier cannot name an alias template.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From clang -Walias-template-in-declaration-name: a declarative nested
name specifier cannot name an alias template.
</pre>
</div>
</content>
</entry>
<entry>
<title>Network: use streams to send large objects</title>
<updated>2025-01-17T20:51:27+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2024-11-16T19:25:47+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=a514bb99355bafa3e3ee323d1451c1e7c2d8ca74'/>
<id>a514bb99355bafa3e3ee323d1451c1e7c2d8ca74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move ReplyBuilder and WaitingRef definitions to network.h</title>
<updated>2024-11-16T09:12:49+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2024-11-14T18:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=47bd6afb103c5ddfb4a878e95416793610ed1be3'/>
<id>47bd6afb103c5ddfb4a878e95416793610ed1be3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to OpenSSL 3.0 API</title>
<updated>2024-11-16T09:12:49+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2024-10-13T19:29:01+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=bb2f021704f06909952dfcae45c212b1a496189a'/>
<id>bb2f021704f06909952dfcae45c212b1a496189a</id>
<content type='text'>
Changelog: Require OpenSSL 3.0 or newer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Require OpenSSL 3.0 or newer
</pre>
</div>
</content>
</entry>
<entry>
<title>Network: avoid duplicated data requests</title>
<updated>2024-11-16T09:12:49+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2024-09-29T07:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=116a34391a480d5b55041101b544526ee0dd8e3c'/>
<id>116a34391a480d5b55041101b544526ee0dd8e3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Network streams, accept for data response</title>
<updated>2024-11-16T09:12:49+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2024-08-31T20:17:16+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=b3cd90262f521d9c207b395f175cd3b26d2f4363'/>
<id>b3cd90262f521d9c207b395f175cd3b26d2f4363</id>
<content type='text'>
Changelog: Implemented streams in network protocol
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changelog: Implemented streams in network protocol
</pre>
</div>
</content>
</entry>
<entry>
<title>Test message service for sending arbitrary data</title>
<updated>2024-08-19T19:53:11+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2024-08-18T20:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=a689af61eb91dcbc135890276a3c6281166d30f9'/>
<id>a689af61eb91dcbc135890276a3c6281166d30f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Server: start worker threads after initialization of services</title>
<updated>2024-08-13T19:29:05+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2024-01-24T20:27:32+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=0eb84d2c6d4657c482b3deff8d4114d676197099'/>
<id>0eb84d2c6d4657c482b3deff8d4114d676197099</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Server: avoid executing callbacks while holding locks</title>
<updated>2024-08-13T19:29:05+00:00</updated>
<author>
<name>Roman Smrž</name>
<email>roman.smrz@seznam.cz</email>
</author>
<published>2024-08-13T17:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://code.erebosprotocol.net/cpp/commit/?id=e7687e020f6d31a22aadb08aa73ae000796ae139'/>
<id>e7687e020f6d31a22aadb08aa73ae000796ae139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
