According to the ChangeLog, the MinGW support has been dropped. Too bad! JsonRpc-Cpp...
It appears that MinGW does not have suport for poll() function. According to the...
failure build for Windows
tcp-server accepting logic non thread-safe in same applications
Available in 0.6 release.
Fixes memory leak.
Fixes memory leak.
Adds 0.6 release.
Prepare 0.6 release.
Prepare future release.
Uses correct type.
Uses poll() instead of select().
Fixes compilation for Visual Studio.
tcp-server accepting logic non thread-safe in same applications
Thank you for the report. Yes select() has some limitations, so change to poll()...
Replace #ifndef WIN32 to #ifndef _WIN32
Thank you. Fixed in SVN revision 74.
Fix bogus ifndef, reported by Pavel Vatagin.
Replace #ifndef WIN32 to #ifndef _WIN32
Tag version 0.5.
Minor addition to documentation.
Updates user documentation (README and INSTALL).
Fixes TCP server sample to quit on SIGINT/SIGTERM.
Adds curl to linker for autotools.
tcp-server accepting logic non thread-safe in same applications