Commit graph

9 commits

Author SHA1 Message Date
wiz
d27f498d3e *: reset maintainer 2019-03-24 07:44:55 +00:00
adam
c74f5dd62c http-parser: updated to 2.9.0
2.9.0:
Unknown changes (but needed for NodeJS 10.15.0).
2019-01-08 14:48:22 +00:00
wiz
2eb4eb1dc0 http-parser: update to 2.8.1.
Bugfix release.
2018-04-16 12:59:33 +00:00
wiz
9b69eca004 http-parser: update to 2.8.0.
Three months of bugfixes.
2018-02-11 16:29:28 +00:00
wiz
f9adf8473c Updated http-parser to 2.7.1.
Three months of development, no concise summary found.
2016-10-19 12:51:17 +00:00
jperkin
0346e1d856 Use libtool for the build and install. Fixes various issues with the
package which meant it only worked on NetBSD.  Bump PKGREVISION.
2016-08-25 18:30:33 +00:00
wiz
efddfa9d77 Fix HOMEPAGE to be copy'n'pastable. 2016-06-09 06:23:38 +00:00
wiz
8e9428a542 Simplify by using more of the github framework. 2016-05-29 14:17:48 +00:00
schnoebe
617560ec46 Add www/http-parser 2.7.0.
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).
2016-05-28 23:09:30 +00:00