summaryrefslogtreecommitdiff
path: root/externals/httplib/httplib.h
AgeCommit message (Collapse)Author
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
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-19fix issue with windows getnameinfo()Brian Clinkenbeard
2020-02-18update httplib to latest commitBrian Clinkenbeard
2020-02-170.4.2 works tooBrian Clinkenbeard
2020-02-17update httplib to 0.2.6Brian Clinkenbeard
2019-11-12externals: Update httplibLioncash
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 submodulesfearlessTobi