aboutsummaryrefslogtreecommitdiff
path: root/vendor
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-08-281-1/+1
|\
| * Update vendored dependencies.Gravatar Sadie Powell2021-08-271-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-117-473/+3
|\|
| * Only vendor the bits of utfcpp that we actually use.Gravatar Sadie Powell2021-05-057-473/+3
* | Require Perl 5.26 in the build system.•••This version is supported by all major systems that ship the C++17 compilers required by the v4 branch. Gravatar Sadie Powell2021-02-281-1/+1
|/
* Migrate some stuff away from print_format.Gravatar Sadie Powell2021-01-271-1/+1
* Fix unnecessary begin blocks in Perl source files.Gravatar Sadie Powell2021-01-251-9/+1
* Update vendored libraries.Gravatar Sadie Powell2020-10-303-9/+9
* Unvendor optional-lite.•••The use for this never actually materialised in v3. Gravatar Sadie Powell2020-10-013-1716/+0
* Update vendored dependencies and fix update tool for Perl changes.Gravatar Sadie Powell2020-07-306-14/+41
* Vendor the optional-lite library.Gravatar Sadie Powell2020-04-053-0/+1716
* Update the http_parser library to v2.9.4.Gravatar Sadie Powell2020-04-053-12/+16
* Update the vendored http_parser library to v2.9.3.Gravatar Sadie Powell2020-02-133-12/+82
* Add a function for showing a command whilst executing it.Gravatar Sadie Powell2020-01-181-4/+4
* Add a tool for updating the vendored libaries.Gravatar Sadie Powell2020-01-173-13/+153
* Replace our Windows getopt_long wrapper with ya_getopt.•••Closes #546. Gravatar Peter Powell2019-12-083-0/+405
* 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