Deployed 60563d8
with MkDocs version: 1.2.3
This commit is contained in:
parent
91bff96571
commit
7e1018e071
@ -95,6 +95,10 @@
|
||||
|
||||
<li class="nav-item" data-level="1"><a href="#changelog" class="nav-link">Changelog</a>
|
||||
<ul class="nav flex-column">
|
||||
<li class="nav-item" data-level="2"><a href="#1140-2022-01-05" class="nav-link">[11.4.0] - 2022-01-05</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-item" data-level="2"><a href="#1132-2021-11-24" class="nav-link">[11.3.2] - 2021-11-24</a>
|
||||
<ul class="nav flex-column">
|
||||
</ul>
|
||||
@ -1192,6 +1196,15 @@
|
||||
|
||||
<h1 id="changelog">Changelog</h1>
|
||||
<p>All changes to this project will be documented in this file.</p>
|
||||
<h2 id="1140-2022-01-05">[11.4.0] - 2022-01-05</h2>
|
||||
<p>(Windows) Use wsa select event, which should lead to a much better behavior on Windows in general, and also when sending large payloads (#342)
|
||||
Fix "HTTP/1.1 400 Illegal character CNTL=0xf" caused by serverMaxWindowBits/clientMaxWindowBits being uint8_t (signed char). (#341)
|
||||
Export symbols into .def files
|
||||
Export symbols into .def files on MSVC (#339)
|
||||
Include <cerrno> to provide standard error constants (#338)
|
||||
Improved compatibility - fix mingw crossbuild (#337)
|
||||
Allow to cancel asynchronous HTTP requests (#332)
|
||||
Fix errors in example code. (#336)</p>
|
||||
<h2 id="1132-2021-11-24">[11.3.2] - 2021-11-24</h2>
|
||||
<p>(server) Add getters for basic Servers properties (like port, host, etc...) (#327) + fix one compiler warning</p>
|
||||
<h2 id="1131-2021-10-22">[11.3.1] - 2021-10-22</h2>
|
||||
|
@ -372,5 +372,5 @@ int main()
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.2.3
|
||||
Build Date UTC : 2021-12-21 07:02:33.225603+00:00
|
||||
Build Date UTC : 2022-01-05 18:43:49.106321+00:00
|
||||
-->
|
||||
|
File diff suppressed because one or more lines are too long
16
sitemap.xml
16
sitemap.xml
@ -2,42 +2,42 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-12-21</lastmod>
|
||||
<lastmod>2022-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-12-21</lastmod>
|
||||
<lastmod>2022-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-12-21</lastmod>
|
||||
<lastmod>2022-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-12-21</lastmod>
|
||||
<lastmod>2022-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-12-21</lastmod>
|
||||
<lastmod>2022-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-12-21</lastmod>
|
||||
<lastmod>2022-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-12-21</lastmod>
|
||||
<lastmod>2022-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>None</loc>
|
||||
<lastmod>2021-12-21</lastmod>
|
||||
<lastmod>2022-01-05</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user