Deployed 983df2d with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant 2019-09-09 16:35:38 -08:00
parent 20dcf82069
commit b581e05664
6 changed files with 21 additions and 8 deletions

View File

@ -91,6 +91,8 @@
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
<ul class="nav bs-sidenav">
<li class="main active"><a href="#changelog">Changelog</a></li>
<li><a href="#620-2019-09-09">[6.2.0] - 2019-09-09</a></li>
<li><a href="#610-2019-09-08">[6.1.0] - 2019-09-08</a></li>
<li><a href="#601-2019-09-05">[6.0.1] - 2019-09-05</a></li>
<li><a href="#600-2019-09-04">[6.0.0] - 2019-09-04</a></li>
<li><a href="#520-2019-09-04">[5.2.0] - 2019-09-04</a></li>
@ -122,6 +124,16 @@
<h1 id="changelog">Changelog</h1>
<p>All notable changes to this project will be documented in this file.</p>
<h2 id="620-2019-09-09">[6.2.0] - 2019-09-09</h2>
<ul>
<li>websocket and http server: server does not close the bound client socket in many cases</li>
<li>improve some websocket error messages</li>
<li>add a utility function with unittest to parse status line and stop using scanf which triggers warnings on Windows</li>
</ul>
<h2 id="610-2019-09-08">[6.1.0] - 2019-09-08</h2>
<ul>
<li>move poll wrapper on top of select (only used on Windows) to the ix namespace</li>
</ul>
<h2 id="601-2019-09-05">[6.0.1] - 2019-09-05</h2>
<ul>
<li>add cobra metrics publisher + server unittest</li>

View File

@ -117,6 +117,7 @@ There is a unittest which can be executed by typing <code>make test</code>.</p>
<li><code>-DUSE_MBED_TLS=1</code> will use <a href="https://tls.mbed.org/">mbedlts</a> for the TLS support (default on Windows)</li>
<li><code>-DUSE_WS=1</code> will build the ws interactive command line tool</li>
</ul>
<p>If you are on Windows, look at the <a href="https://github.com/machinezone/IXWebSocket/blob/master/appveyor.yml">appveyor</a> file that has instructions for building dependencies.</p>
<h3 id="vcpkg">vcpkg</h3>
<p>It is possible to get IXWebSocket through Microsoft <a href="https://github.com/microsoft/vcpkg">vcpkg</a>.</p>
<pre><code>vcpkg install ixwebsocket

View File

@ -219,5 +219,5 @@ webSocket.send(&quot;hello world&quot;);
<!--
MkDocs version : 1.0.4
Build Date UTC : 2019-09-06 17:40:58
Build Date UTC : 2019-09-10 00:35:38
-->

File diff suppressed because one or more lines are too long

View File

@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>None</loc>
<lastmod>2019-09-06</lastmod>
<lastmod>2019-09-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-09-06</lastmod>
<lastmod>2019-09-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-09-06</lastmod>
<lastmod>2019-09-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-09-06</lastmod>
<lastmod>2019-09-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-09-06</lastmod>
<lastmod>2019-09-09</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>None</loc>
<lastmod>2019-09-06</lastmod>
<lastmod>2019-09-09</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>

Binary file not shown.