summaryrefslogtreecommitdiffstats
path: root/externals/httplib (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-29web_service: follow-up fix to #4842 ...liushuyu2-212/+441
* The web_service http request is now fixed on Windows (R) platform. * The issue is due to a complicated race-condition in `httplib`, a detailed explanation is available at https://github.com/yhirose/cpp-httplib/pull/701 * A pending Pull Request on `httplib` has been applied to remedy the said race-condition. * The socket availability check is removed due to a behavioral chice of `httplib` that a socket will not be created before any actual request is sent.
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-1374/+3077
Makes our error coverage a little more consistent across the board by applying it to Linux side of things as well. This also makes it more consistent with the warning settings in other libraries in the project. This also updates httplib to 0.7.9, as there are several warning cleanups made that allow us to enable several warnings as errors.
2020-02-20fix issue with windows getnameinfo()Brian Clinkenbeard1-1/+1
2020-02-19update httplib to latest commitBrian Clinkenbeard2-427/+750
2020-02-18update httplib READMEBrian Clinkenbeard1-1/+1
2020-02-180.4.2 works tooBrian Clinkenbeard1-360/+793
2020-02-18update httplib to 0.2.6Brian Clinkenbeard1-336/+645
2019-11-12externals: Update httplibLioncash1-1652/+3025
Since the introduction of this library, numerous improvements have been made. Notably, many of the warnings we would get by simply including the library header have now been fixed. This makes it much easier to make conversion warning an error.
2018-10-02Add submodulesfearlessTobi2-0/+2359