Commit graph

5 commits

Author SHA1 Message Date
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