webfolderio
webfolderio
Hello @rockdaboot Thanks for the bug report. Our host environment uses Ubuntu to build wget. I installed clean Debian to my PC which is hosted on VM. I installed necessary...
Please don't change license. How could it be difficult to add a tiny license information to about page? Please give some respect to author. This project couldn't be exist without...
@lhmouse nano build with mingw64 and it uses msvcrt.dll. msvcrt doesn't support utf-8 and this might be the root cause for Non-English chars. As you might know Windows 10 comes...
@klasik16 You could use my [sample](https://github.com/webfolderio/ulfius-msvc) project to compile ulfius on Windows & Visual Studio 2017 which requires [vcpkg](https://github.com/Microsoft/vcpkg).
I added required steps to [README.md](https://github.com/webfolderio/ulfius-msvc/blob/master/README.md) to install ulfius with vcpkg. Example application works quite well except *GnuTLS* and *WebSocket*. I also added required yaml configuration file to integrate ulfius...
Thanks for the clarification. My main concern is to buffer attacks. [consume_data(const char *, std::size_t)](https://github.com/Stiffstream/restinio/blob/master/dev/restinio/impl/connection.hpp#L453) did not prevent vulnerability to buffer attacks. I know that there is a timeout setting...
I am running Akumuli and my app side by side. [Performance](https://stackoverflow.com/questions/14973942/tcp-loopback-connection-vs-unix-domain-socket-performance) might be better if i discard the TCP/UDP/HTTP loopback connection.
Hi, I try to build Akumuli with gcc 9.2.0 64-bit on Windows 10 with msys2. I built libakumuli without compile error after applying some modifications but couldn't built akumulid due...
### Replaced MSYS2 packages with native ones I modified the build script to remove MSYS2 packages. The new script build Akumuli with Mingw64 without MSYS2 shell and it's packages. I...
Hi @goodspeed1986 I re-wrote the build scripts for Windows. Both libakumuli and akumulid runs on Windows 10 except UDP server. My previous build script support libakumuli not akumulid. Current Akumuli...