Peter Powell
1645bbc231
Fix the link to the http_parser vendor page.
2019-03-14 11:36:24 +00:00
Robby
ac0d5abaac
Update most URLs to use HTTPS and fix some dead links.
2019-03-14 11:02:24 +00:00
Peter Powell
29696ca3eb
Fix http_parser last updated date.
2019-01-05 16:54:34 +00:00
Peter Powell
d45060c2ba
Update the vendored http_parser library to v1.3.
2019-01-01 14:11:06 +00:00
Peter Powell
efdb51bc9d
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.
2018-11-03 14:12:59 +00:00
Peter Powell
dfe7e7da97
Fix the ordering of libraries in the vendor readme.
2018-10-31 05:28:16 +00:00
edef
23090cb7e4
Use nodejs/http_parser instead of a homebrew parser.
2018-10-06 17:51:11 +02:00
Peter Powell
bb15147464
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.
2018-10-04 14:22:37 +02:00
Peter Powell
188acfed6f
Convert m_bcrypt to use a vendored library instead of bundling.
2018-08-14 15:48:43 +01:00