mvdevs / jk2mv

JK2MV - improved, modernized JK2 client and server
https://jk2mv.org
GNU General Public License v2.0
108 stars 33 forks source link

Mongoose library update and improvements to HTTP client/server #171

Closed aufau closed 2 months ago

aufau commented 8 months ago

First commit Update mongoose to version 7.13 with minimal changes is simply mongoose library update with as little changes as possible.

Following commits are improvements, bugfixes, rewrites and features.

entdark commented 8 months ago

Will this work out of the box and we don't need to install anything?

aufau commented 8 months ago

Will what work out of the box, mongoose and http downloads? Yes, we've used mongoose library since the beginning. It's built-in: https://github.com/mvdevs/jk2mv/blob/master/libs/mongoose/mongoose.c There is no new functionality in this PR so far, only library update and some small improvements.