summaryrefslogtreecommitdiff
path: root/README.adoc
Commit message (Collapse)AuthorAge
* Remove AppVeyor. GitHub actions ate their lunch.Garrett D'Amore2021-07-06
|
* Remove codacy.Garrett D'Amore2021-07-06
| | | | | | The codacy team decided to disconnect our repo, for whatever reason. Frankly, the quality of reviews has not been that great for our code base anyway.
* Note that we need CMake 3.13 or better.Garrett D'Amore2020-03-15
|
* Fix releases link.Garrett D'Amore2019-12-31
|
* fixes #1073 Bump minor versionGarrett D'Amore2019-12-30
| | | | | | This increases the minor version to 1.3.0. This is not yet an official release, so you can't rely on it, and we will probably add more API features before we finalize 1.3.0.
* Always show master branch status.Garrett D'Amore2019-12-24
|
* Update badges - darwin status, tagged version.Garrett D'Amore2019-12-24
|
* New badge styles, badges for lgtm and workflows.v1.2.0v1.2Garrett D'Amore2019-12-12
|
* Updates to README.Garrett D'Amore2019-11-11
| | | This adds links for discord, and harmonizes the use of shields.
* fixes #723 "ninja install" step missing from Quick Start in READMEGarrett D'Amore2018-09-15
| | | | | While here we removed the stale README.html, which was generated once but was not beeing kept updated.
* fixes #618 Doc: Quick StartGarrett D'Amore2018-08-06
|
* Fix spelling errors in README.Garrett D'Amore2018-06-08
|
* fixes #514 Need documentation updates for 1.0Garrett D'Amore2018-06-08
|
* icons for github.Garrett D'Amore2018-04-12
|
* Reference leanpub, and relax some of our language about prod use.Garrett D'Amore2018-03-09
|
* Bump version to 0.5.0.0.5.0Garrett D'Amore2018-03-02
|
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
| | | | | | | We enabled verbose compiler warnings, and found a lot of issues. Some of these were even real bugs. As a bonus, we actually save some initialization steps in the compat layer, and avoid passing some variables we don't need.
* fixes #166 Websocket TLS mappingGarrett D'Amore2017-12-30
| | | | | | | | | | | | | | | | | This introduces the wss:// scheme, which is available and works like the ws:// scheme if TLS is enabled in the library. The library modularization is refactored somewhat, to make it easier to use. There is now a single NNG_ENABLE_TLS that enables TLS support under the hood. This also adds a new option for the TLS transport, NNG_OPT_TLS_CONFIG (and a similar one for WSS, NNG_OPT_TLS_WSS_CONFIG) that offer access to the underlying TLS configuration object, which now has a public API to go with it as well. Note that it is also possible to use pure HTTPS using the *private* API, which will be exposed in a public form soon.
* CI updates.Garrett D'Amore2017-12-28
| | | | | | | | | This updates to use Circle CI by default, but we leave Travis in place (but only one default build and one coverage build) until we can move it. We also switch to using ninja for performance reasons. The hope is to get to using CircleCI for everything except Windows. The AppVeyor build needs cleanups and should switch to ninja later.
* Minor README updates, including commercial support options.Garrett D'Amore2017-11-27
|
* Minor language fix.0.1Garrett D'Amore2017-11-21
|
* fixes #3 TLS transportGarrett D'Amore2017-11-20
| | | | | | | | | | | | | | | | | | | This introduces a new transport (compatible with the TLS transport from mangos), using TLS v1.2. To use the new transport, you must have the mbed TLS library available on your system (Xenial libmbedtls-dev). You can use version 2.x or newer -- 1.3.x and PolarSSL versions are not supported. You enable the TLS transport with -DNNG_TRANSPORT_TLS=ON in the CMake configuration. You must configure the server certificate by default, and this can only be done using nng options. See the nng_tls man page for details. This work is experimental, and was made possible by Capitar IT Group BV, and Staysail Systems, Inc.
* Updated links to docs.Garrett D'Amore2017-10-30
|
* Updated information, and a codecov badge.Garrett D'Amore2017-08-07
|
* Add more platforms (the *BSDs, SunOS/illumos) and update docs slightly.Garrett D'Amore2017-01-21
|
* Note CMake requirements.Garrett D'Amore2016-12-31
|
* Travis stuff for uncrustify.Garrett D'Amore2016-12-21
|
* Put README at top-level.Garrett D'Amore2016-12-10