summaryrefslogtreecommitdiff
path: root/www/http-parser/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-03-31http-parser: update to 2.9.4.wiz1-2/+2
Fix ABI breakage Correct test name and numbering
2020-03-07http-parser: update to 2.9.3.wiz1-2/+2
v2.9.3 Support multi-coding Transfer-Encoding Use -f option when calling ln at install time
2019-04-17http-parser: update to 2.9.2.wiz1-2/+2
Changes not found.
2019-03-24*: reset maintainerwiz1-2/+2
2019-01-08http-parser: updated to 2.9.0adam1-3/+3
2.9.0: Unknown changes (but needed for NodeJS 10.15.0).
2018-04-16http-parser: update to 2.8.1.wiz1-2/+2
Bugfix release.
2018-02-11http-parser: update to 2.8.0.wiz1-2/+2
Three months of bugfixes.
2016-10-19Updated http-parser to 2.7.1.wiz1-3/+2
Three months of development, no concise summary found.
2016-08-25Use libtool for the build and install. Fixes various issues with thejperkin1-2/+18
package which meant it only worked on NetBSD. Bump PKGREVISION.
2016-06-09Fix HOMEPAGE to be copy'n'pastable.wiz1-2/+2
2016-05-29Simplify by using more of the github framework.wiz1-9/+3
2016-05-28Add www/http-parser 2.7.0.schnoebe1-0/+24
An parser for HTTP messages written in C, parsing both requests and responses. It is designed to be used in performance oriented HTTP applications. It does not make any syscalls nor allocations, it does not buffer data, it can be interrupted at anytime. Depending on your architecture, it only requires about 40 bytes of data per message stream (in a web server that is per connection).