summaryrefslogtreecommitdiffstats
path: root/externals/httplib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* web_service: follow-up fix to #4842 ...liushuyu2020-10-292-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.
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-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.
* fix issue with windows getnameinfo()Brian Clinkenbeard2020-02-201-1/+1
|
* update httplib to latest commitBrian Clinkenbeard2020-02-192-427/+750
|
* update httplib READMEBrian Clinkenbeard2020-02-181-1/+1
|
* 0.4.2 works tooBrian Clinkenbeard2020-02-181-360/+793
|
* update httplib to 0.2.6Brian Clinkenbeard2020-02-181-336/+645
|
* externals: Update httplibLioncash2019-11-121-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.
* Add submodulesfearlessTobi2018-10-022-0/+2359