2016-08-25 20:30:33 by Jonathan Perkin | Files touched by this commit (4) |
Log message: Use libtool for the build and install. Fixes various issues with the package which meant it only worked on NetBSD. Bump PKGREVISION. |
2016-06-09 08:23:41 by Thomas Klausner | Files touched by this commit (38) |
Log message: Fix HOMEPAGE to be copy'n'pastable. |
2016-05-29 16:17:48 by Thomas Klausner | Files touched by this commit (3) |
Log message: Simplify by using more of the github framework. |
2016-05-29 01:09:30 by Eric Schnoebelen | Files touched by this commit (6) |
Log message: 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). |