Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodejs/http-parser

http request/response parser for c
https://github.com/nodejs/http-parser

Update test.c

japrozs opened this pull request over 2 years ago
https://github.com/nodejs/help.wiki.git

Skills1995 opened this issue over 2 years ago
Incremental builds with no changes still trigger refactoring

Meiye-lj opened this issue almost 3 years ago
Split marco 'HTTP_ERRNO_MAP'

ProjectDInitial opened this pull request almost 3 years ago
Rename primary branch to main

mhdawson opened this issue over 3 years ago
Fix gcc comma at end of enumerator list warning.

paulbartell opened this pull request over 3 years ago
http: unset `F_CHUNKED` on new `Transfer-Encoding` (Fixes CVE-2020-8287)

jellelicht opened this pull request almost 4 years ago
Examples

Onepamopa opened this issue almost 4 years ago
libhttp-parser-ext.bundle, 5): no suitable image found

rgaufman opened this issue about 4 years ago
Fix sizeof(http_parser) assert on i386

mgorny opened this pull request about 4 years ago
Add architecture ppc64le to travis build

ddeka2910 opened this pull request over 4 years ago
Have "Invalid header value char" error message more explicit

Mumeii opened this issue over 4 years ago
Maintainer notice

bnoordhuis opened this issue over 4 years ago
docs: fix simple typo, recieving -> receiving

timgates42 opened this pull request over 4 years ago
Parse Error: Invalid header value char

gc opened this issue over 4 years ago
Test Content-Length header parsing.

bnoordhuis opened this pull request over 4 years ago
allow content-length and transfer-encoding: c…

veshij opened this pull request over 4 years ago
Chunked may not be final in transfer encoding list

andrew-aladev opened this issue over 4 years ago
Fix -Wsign-compare warning.

bnoordhuis opened this pull request over 4 years ago
Fix -Wsign-compare warning

bnoordhuis opened this issue over 4 years ago
Update http_parser.content_length doc comment.

bnoordhuis opened this pull request over 4 years ago
fix test numbers

derekargueta opened this pull request over 4 years ago
Fix sizeof(http_parser) assert

bnoordhuis opened this pull request over 4 years ago
Fix typo in http_parser.c comment

craig65535 opened this pull request over 4 years ago
Added another fuzzer for the urls.

DavidKorczynski opened this pull request over 4 years ago
Added a first fuzzer for the parser.

DavidKorczynski opened this pull request almost 5 years ago
Suggestion for making F_SKIPBODY more useful

pkholland opened this issue almost 5 years ago
An http-parser update broke etherpad

rgarrigue opened this issue almost 5 years ago
Fix ABI breakage

bnoordhuis opened this pull request almost 5 years ago
Handle URLs with a colon after host but no port

nico202 opened this issue almost 5 years ago
After upgrade it stoped working

Akaren13 opened this issue almost 5 years ago
how does the http-parser to support the multi threads

darmenliu opened this issue almost 5 years ago
Correct test name and numbering

sam-github opened this pull request almost 5 years ago
Remove trailing whitespace from LICENSE-MIT

jhasse opened this pull request about 5 years ago
Parsing trailers

Chuongv opened this issue about 5 years ago
Install http_parser.pc file

dilyanpalauzov opened this issue about 5 years ago
How to determine the boundaries of HTTP header?

wonter opened this issue over 5 years ago
Use -f option when calling ln at install time

ffontaine opened this pull request over 5 years ago
More complete documentation

wonter opened this issue over 5 years ago
Assorted typo fixes.

XhmikosR opened this pull request over 5 years ago
Please add support for HTTP/2 Connection Preface(Magic Code)

theoryfate opened this issue over 5 years ago
Fix 5 dependency issues in Makefile

vemakereporter opened this pull request over 5 years ago
rename XX macro in http_parser.h

freedaun opened this issue over 5 years ago
can you support parse http multipart header

hongjiangchen opened this issue over 5 years ago
Support opaque urls

ekoby opened this pull request over 5 years ago
Increase default HTTP_MAX_HEADER_SIZE to 16kb

southpolesteve opened this pull request over 5 years ago
url: treat empty port as default

ethomson opened this pull request over 5 years ago
Is here a bug in on_body call?

ssrlive opened this issue over 5 years ago
Fix http_parser_parse_url to handle very long URLs

piru opened this pull request over 5 years ago
Add list of body parsers

bzick opened this pull request over 5 years ago
Add an ability to disable body parsing

azaretsky opened this pull request over 5 years ago
http_parser: revert `memchr()` optimization

indutny opened this pull request almost 6 years ago
Add missing HTTP Status Codes

jsfdez opened this pull request almost 6 years ago
add assertion after malloc function, fix issue 465

vincenttesla opened this pull request almost 6 years ago
Always skip body for 1xx, 204, and 304 responses

azaretsky opened this pull request almost 6 years ago
count the URL and headers separately when checking for HPE_HEADER_OVERFLOW errors

caiolrm opened this pull request almost 6 years ago
Allow duplicated Content-Length with the same value

obatysh opened this pull request about 6 years ago
Fix: Content-Length with obsolete line folding and invalid input

obatysh opened this pull request about 6 years ago
Make HTTP_MAX_HEADER_SIZE configurable via gyp

mcollina opened this pull request about 6 years ago
MSVC Error C2220: p hides prev. local declaration

lx-s opened this pull request over 6 years ago
test: various small fixes

maclover7 opened this pull request over 6 years ago
Chunk extensions callbacks

martin-gabris opened this pull request over 6 years ago
Assign LIBDIR if not already defined

kapouer opened this pull request almost 7 years ago
Not able to set up callbacks in member function of object in c++.

biradarganesh25 opened this issue almost 7 years ago
use BINDIR in Makefile

ewwissi opened this pull request almost 7 years ago
Add CMake build

isaachier opened this pull request almost 7 years ago
install `package'

nibaozhu opened this pull request over 7 years ago
add .deps and .dirstamp to .gitignore

simsong opened this pull request over 7 years ago
[WIP] CMake Support

izaid opened this pull request over 7 years ago
Add basic CMake support

flandr opened this pull request over 7 years ago
Cython bindings -- Interested?

akatrevorjay opened this pull request almost 8 years ago
Unbreak `make install` in BSDs

roman-neuhauser opened this pull request about 8 years ago
makefile: Flexible install fixes

AdamMajer opened this pull request about 8 years ago
Various optimizations

shekhei opened this pull request over 8 years ago
add settings flags, refactor lenient_http_headers setting

jasnell opened this pull request over 8 years ago
Allow non-standard HTTP method

tatsuhiro-t opened this pull request over 8 years ago
Support for static library build

oldmancoyote opened this issue over 8 years ago
Fix: suppress warning C4244 on MSVC

bc-lee opened this pull request almost 9 years ago
http_parser: skip lws/rws in header field

indutny opened this pull request almost 9 years ago
Added support for compiling on MinGW platform

claudix opened this pull request almost 9 years ago
Introduce raw data callbacks

RandoMan70 opened this pull request almost 9 years ago
Add support for digits, '+', '-', and '.' to the scheme of a URI

cbargren opened this pull request about 9 years ago
Make library symlinks relative

staticfloat opened this pull request over 9 years ago
Implement on_header_raw and on_body_raw callbacks

RandoMan70 opened this pull request over 9 years ago
Allow repeatable calls to 'make install'.

erikjohnston opened this pull request over 9 years ago
Added support for SOURCE

ThisIsMissEm opened this pull request about 10 years ago
No http response complete callback

chenyoufu opened this issue about 10 years ago
Solaris doesn't necessarily have stdint.h, use inttypes.h

jacquesg opened this pull request over 10 years ago
Add two hooks to be executed when a chunk is downloaded.

vincentbernat opened this pull request over 11 years ago
Using url_callback and http_parser_parse_url()

vborza opened this issue over 12 years ago