<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nng, branch v1.8.0</title>
<subtitle>A mirror of https://github.com/nanomsg/nng
</subtitle>
<id>https://cogarr.net/source/cgit.cgi/nng/atom?h=v1.8.0</id>
<link rel='self' href='https://cogarr.net/source/cgit.cgi/nng/atom?h=v1.8.0'/>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/'/>
<updated>2024-04-21T19:31:32Z</updated>
<entry>
<title>Prep for 1.8.0 release</title>
<updated>2024-04-21T19:31:32Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-04-21T19:31:32Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=29b73962b939a6fbbf6ea8d5d7680bb06d0eeb99'/>
<id>urn:sha1:29b73962b939a6fbbf6ea8d5d7680bb06d0eeb99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Logging improvements (#1816)</title>
<updated>2024-04-21T19:23:07Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-04-21T19:23:07Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=56507ab5c4db009be5251bde832f594fe5ed3d5e'/>
<id>urn:sha1:56507ab5c4db009be5251bde832f594fe5ed3d5e</id>
<content type='text'>
* Add nng_str_sockaddr to get string representation of socket address.

* Added nng_log_get_level() is meant to allow users to obtain the
current level and avoid some possibly expensive operations just
to collect debugging information when debugging is not in effect.

We use a custom logger for NUTS, and this fits within the NUTS
test framework well, so that if -v is supplied we get more content.
All tests now get this by default.
</content>
</entry>
<entry>
<title>Bump golang.org/x/net from 0.19.0 to 0.23.0 in /etc/pubrefman</title>
<updated>2024-04-21T02:54:12Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2024-04-19T12:46:04Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=3593eba5272bf627b99a2521b3f025141a49bcad'/>
<id>urn:sha1:3593eba5272bf627b99a2521b3f025141a49bcad</id>
<content type='text'>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.19.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;</content>
</entry>
<entry>
<title>Log messages when peer sends too large message.</title>
<updated>2024-04-18T06:29:14Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-04-16T14:29:23Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=1941fdae7eca1b92a957dfffa6a1ec7ef549dc60'/>
<id>urn:sha1:1941fdae7eca1b92a957dfffa6a1ec7ef549dc60</id>
<content type='text'>
Also while here, remove unused sockaddr members from some structs.
This should save a bit of memory for servers with a lot of conns.
</content>
</entry>
<entry>
<title>[tls_common] finish conn lock in tls_reap</title>
<updated>2024-04-15T02:36:08Z</updated>
<author>
<name>Moi Ran</name>
<email>maoyi.ran@emqx.io</email>
</author>
<published>2024-04-15T02:22:32Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=d230d9b7569f780043f12eac846d96c3ec555f3b'/>
<id>urn:sha1:d230d9b7569f780043f12eac846d96c3ec555f3b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixes #1588 TLS should log errors</title>
<updated>2024-04-15T01:52:56Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-04-14T23:33:38Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=b1aaa60699ad6510625b16540179badd5b10f763'/>
<id>urn:sha1:b1aaa60699ad6510625b16540179badd5b10f763</id>
<content type='text'>
This isn't complete, but it should go much further in assisting
debugging TLS related errors.
</content>
</entry>
<entry>
<title>Announce NNG version in log.</title>
<updated>2024-04-15T01:52:56Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-04-14T22:47:55Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=808eb5198dbe7e0fb2f968977419eb492b84de37'/>
<id>urn:sha1:808eb5198dbe7e0fb2f968977419eb492b84de37</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log rejects by app, bind/listen/connect failures.</title>
<updated>2024-04-15T01:52:56Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-04-14T22:45:52Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=0155949433fbd7632c41dded086a1f02237c3f94'/>
<id>urn:sha1:0155949433fbd7632c41dded086a1f02237c3f94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log protocol connections rejected by protocol.</title>
<updated>2024-04-15T01:52:56Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-04-14T22:43:59Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=82b322a37bcf890275f91b56a9a0347be056be9d'/>
<id>urn:sha1:82b322a37bcf890275f91b56a9a0347be056be9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Log transports as they are initialized.</title>
<updated>2024-04-15T01:52:56Z</updated>
<author>
<name>Garrett D'Amore</name>
<email>garrett@damore.org</email>
</author>
<published>2024-04-14T22:43:32Z</published>
<link rel='alternate' type='text/html' href='https://cogarr.net/source/cgit.cgi/nng/commit/?id=2b967f48a669f7199c40bc730f800e53d6d4fb72'/>
<id>urn:sha1:2b967f48a669f7199c40bc730f800e53d6d4fb72</id>
<content type='text'>
</content>
</entry>
</feed>
