aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Update vendored utfcpp to v3.1.Gravatar Peter Powell2019-08-022-2/+42
* Update vendored utfcpp library to commit ad27c7d5e0.Gravatar Peter Powell2019-04-256-49/+143
* Update vendored http_parser library to v2.9.2.Gravatar Peter Powell2019-04-253-25/+22
* Fix the link to the http_parser vendor page.Gravatar Peter Powell2019-03-141-1/+1
* Update most URLs to use HTTPS and fix some dead links.Gravatar Robby2019-03-141-1/+1
* Fix http_parser last updated date.Gravatar Peter Powell2019-01-051-1/+1
* Update the vendored http_parser library to v1.3.Gravatar Peter Powell2019-01-013-17/+59
* WebSocket: send messages as text by default.•••This requires all messages to be UTF-8. If you are using a UTF-8 incompatible text encoding then you can disable this by setting <websocket:sendastext> to false. Gravatar Peter Powell2018-11-035-0/+931
* Fix the ordering of libraries in the vendor readme.Gravatar Peter Powell2018-10-311-10/+10
* Use nodejs/http_parser instead of a homebrew parser.Gravatar edef2018-10-063-0/+2908
* Convert m_sha256 to use a vendored library instead of bundling.•••The require_compiler("GCC") directive is required to work around some GCCs ignoring the GCC pragma for disabling warnings. Gravatar Peter Powell2018-10-043-1/+1068
* Convert m_bcrypt to use a vendored library instead of bundling.Gravatar Peter Powell2018-08-143-0/+947