Deployed 3dabd3a
with MkDocs version: 1.1.2
This commit is contained in:
parent
55abc27a64
commit
f69f971194
@ -98,6 +98,10 @@
|
|||||||
|
|
||||||
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
|
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
|
||||||
<ul class="nav flex-column">
|
<ul class="nav flex-column">
|
||||||
|
<li class="nav-item" data-level="2"><a href="#1025-2020-08-15" class="nav-link">[10.2.5] - 2020-08-15</a>
|
||||||
|
<ul class="nav flex-column">
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
<li class="nav-item" data-level="2"><a href="#1024-2020-08-15" class="nav-link">[10.2.4] - 2020-08-15</a>
|
<li class="nav-item" data-level="2"><a href="#1024-2020-08-15" class="nav-link">[10.2.4] - 2020-08-15</a>
|
||||||
<ul class="nav flex-column">
|
<ul class="nav flex-column">
|
||||||
</ul>
|
</ul>
|
||||||
@ -963,6 +967,8 @@
|
|||||||
|
|
||||||
<h1 id="changelog">Changelog</h1>
|
<h1 id="changelog">Changelog</h1>
|
||||||
<p>All changes to this project will be documented in this file.</p>
|
<p>All changes to this project will be documented in this file.</p>
|
||||||
|
<h2 id="1025-2020-08-15">[10.2.5] - 2020-08-15</h2>
|
||||||
|
<p>(ws) merge all ws_*.cpp files into a single one to speedup compilation</p>
|
||||||
<h2 id="1024-2020-08-15">[10.2.4] - 2020-08-15</h2>
|
<h2 id="1024-2020-08-15">[10.2.4] - 2020-08-15</h2>
|
||||||
<p>(socket server) in the loop accepting connections, call select without a timeout on unix to avoid busy looping, and only wake up when a new connection happens</p>
|
<p>(socket server) in the loop accepting connections, call select without a timeout on unix to avoid busy looping, and only wake up when a new connection happens</p>
|
||||||
<h2 id="1023-2020-08-15">[10.2.3] - 2020-08-15</h2>
|
<h2 id="1023-2020-08-15">[10.2.3] - 2020-08-15</h2>
|
||||||
|
@ -265,5 +265,5 @@ webSocket.send("hello world");
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
MkDocs version : 1.1.2
|
MkDocs version : 1.1.2
|
||||||
Build Date UTC : 2020-08-16 01:33:50.418977+00:00
|
Build Date UTC : 2020-08-16 02:31:08.160188+00:00
|
||||||
-->
|
-->
|
||||||
|
File diff suppressed because one or more lines are too long
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user