Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / h2o/picohttpparser issues and pull requests

#85 - phr_parse_headers is not working

Issue - State: open - Opened by naushadck 2 months ago

#84 - make [test.c] into a link

Pull Request - State: closed - Opened by ruslandoga 3 months ago

#83 - Add ClusterFuzzLite integration

Pull Request - State: open - Opened by DavidKorczynski 4 months ago

#82 - forbid use of bare LF as chunk header terminator

Pull Request - State: open - Opened by kazuho 8 months ago

#81 - Detect and reject excess overhead in chunked encoding

Pull Request - State: closed - Opened by kazuho 8 months ago

#80 - Fixing warnings in compilation for C89 (ANSI C)

Pull Request - State: closed - Opened by felipemarkson 9 months ago

#79 - Warnings in compilation for C89 (ANSI C)

Issue - State: closed - Opened by felipemarkson 9 months ago - 3 comments

#78 - Tighten the parsing logic of chunked encoding

Pull Request - State: closed - Opened by kazuho 9 months ago

#77 - Assert issue with parsing double quotes

Issue - State: closed - Opened by synapticonashaikh 12 months ago - 1 comment

#76 - `phr_parse_request()` partial parsing doesn't seem to work

Issue - State: closed - Opened by maxvu over 1 year ago - 2 comments

#75 - Introduce GitHub Actions (+ASan & UBSan), retiring Travis CI

Pull Request - State: closed - Opened by gfx about 2 years ago

#74 - Overly aggressive slowloris check?

Issue - State: closed - Opened by DemiMarie over 2 years ago - 1 comment

#73 - Fix warnings emitted when compiling with -Wsign-conversion

Pull Request - State: open - Opened by ralight almost 3 years ago - 1 comment

#72 - clarify where the bytes that follow the chunked encoding are stored

Pull Request - State: closed - Opened by kazuho over 3 years ago - 1 comment

#71 - Examples

Issue - State: open - Opened by Onepamopa over 3 years ago - 2 comments

#70 - add ifndef directive to definition of likely and unlikely

Pull Request - State: open - Opened by goro9 over 3 years ago

#70 - add ifndef directive to definition of likely and unlikely

Pull Request - State: open - Opened by goro9 over 3 years ago

#69 - Move picohttpparser to CMake and add C++ abstractions

Pull Request - State: closed - Opened by dccarter over 3 years ago

#68 - docs: fix simple typo, includig -> including

Pull Request - State: closed - Opened by timgates42 almost 4 years ago - 1 comment

#67 - add -Wextra to build test-bin

Pull Request - State: closed - Opened by gfx about 4 years ago - 2 comments

#66 - Fix warnings when compiled with -Wextra

Pull Request - State: closed - Opened by fgsch about 4 years ago - 1 comment

#65 - [serurity fix] fix buffer overrun

Pull Request - State: closed - Opened by kazuho about 4 years ago

#64 - add xcodeproj

Pull Request - State: closed - Opened by kazuho about 4 years ago

#63 - restrict the characters that can be used in method

Pull Request - State: closed - Opened by fgsch about 4 years ago - 3 comments

#62 - is_complete: remove dead / duplicated code

Pull Request - State: open - Opened by MrMino over 4 years ago

#61 - Dead / duplicated code in `is_complete()`

Issue - State: open - Opened by MrMino over 4 years ago

#60 - Strict CRLF parsing as per the http spec.

Pull Request - State: open - Opened by mkothapalli over 4 years ago - 3 comments

#59 - Support for request body parsing

Issue - State: open - Opened by lmarz almost 5 years ago - 1 comment

#58 - Can we use ranges2[16]="\000\040\177"?

Issue - State: open - Opened by cstwhh almost 5 years ago - 1 comment

#57 - about http response "chunked" and "gzip".

Issue - State: closed - Opened by CandyMi almost 5 years ago

#55 - now is support https ?

Issue - State: closed - Opened by w796933 about 5 years ago - 2 comments

#54 - What last_len actually means?

Issue - State: closed - Opened by Hirrolot over 5 years ago - 2 comments

#53 - Clean up the Makefile

Pull Request - State: open - Opened by volyrique over 5 years ago - 1 comment

#52 - remove $Id$

Pull Request - State: closed - Opened by i110 over 5 years ago - 1 comment

#51 - accept multiple whitespaces between tokens

Pull Request - State: closed - Opened by i110 over 5 years ago

#50 - Optimizations for Armv8-A

Pull Request - State: open - Opened by volyrique over 5 years ago - 5 comments

#49 - Is it possible to construct responses

Issue - State: closed - Opened by sumukhs over 5 years ago - 1 comment

#47 - accept missing trailing space in status-line if reason-phrase is ommited

Pull Request - State: closed - Opened by i110 over 5 years ago - 1 comment

#46 - check empty method and path

Pull Request - State: closed - Opened by i110 almost 6 years ago - 1 comment

#45 - remove trailing whitespaces

Pull Request - State: closed - Opened by i110 almost 6 years ago - 1 comment

#44 - Workaround 5.0 asan findings

Pull Request - State: closed - Opened by deweerdt about 6 years ago - 2 comments

#43 - Not able to properly parse using ruby FFI

Issue - State: open - Opened by HoneyryderChuck about 6 years ago - 1 comment

#42 - Official release and git tag?

Issue - State: open - Opened by andreasbaumann over 6 years ago

#41 - Questions about how to use picohttpparser?

Issue - State: closed - Opened by amirouche over 6 years ago - 2 comments

#40 - version number

Issue - State: open - Opened by zejiang0jason over 6 years ago

#39 - Correctly detect obsolete header line folding

Issue - State: closed - Opened by GeorgeLyon over 6 years ago

#38 - Possible typo

Issue - State: open - Opened by casouri over 6 years ago

#37 - Why not hand written Boyer-Moore in is_complete?

Issue - State: closed - Opened by vinniefalco about 7 years ago - 2 comments

#36 - Legacy support, what is the specification?

Issue - State: open - Opened by vinniefalco about 7 years ago - 1 comment

#35 - Unnecessary bounds check in parse_http_version?

Issue - State: closed - Opened by vinniefalco about 7 years ago - 1 comment

#34 - output of phr_decode_chunked ?

Issue - State: closed - Opened by bharatkrishna over 7 years ago - 5 comments

#33 - replace parse_int with specialized parsing macros

Pull Request - State: closed - Opened by deweerdt over 7 years ago - 1 comment

#32 - Fix typo

Pull Request - State: closed - Opened by ignas2526 over 7 years ago - 1 comment

#31 - Getting the message body without the headers in phr_parse_response()

Issue - State: open - Opened by roniemartinez over 7 years ago - 6 comments

#30 - Line 285 of picohttpparser.c should use ALIGNED macro

Issue - State: closed - Opened by samkho over 7 years ago - 1 comment

#29 - make SSE version compile with g++

Pull Request - State: closed - Opened by StephanDollberg almost 8 years ago - 1 comment

#28 - Fix memory leaks in tests

Pull Request - State: closed - Opened by StephanDollberg almost 8 years ago - 1 comment

#27 - use syntax highlighting in README.md

Pull Request - State: closed - Opened by alkhe about 8 years ago - 1 comment

#26 - Expose `phr_decoder_in_data` so that callers know if the decoder is in

Pull Request - State: closed - Opened by deweerdt about 8 years ago

#25 - add function to detect connection close mid-chunk

Pull Request - State: closed - Opened by kazuho about 8 years ago

#24 - stricter validation of header names

Pull Request - State: closed - Opened by kazuho about 8 years ago - 4 comments

#23 - I made a Nim binding for picohttpparser

Issue - State: closed - Opened by philip-wernersbach about 8 years ago - 3 comments

#22 - Add license file

Issue - State: open - Opened by thedrow over 8 years ago - 2 comments

#20 - suppress unused-parameter warning when SSE is not used

Pull Request - State: closed - Opened by kazuho almost 9 years ago

#19 - gcc warning with -Wunused-parameter

Issue - State: closed - Opened by jbaldwin almost 9 years ago - 1 comment

#18 - Declare variables at block head(improve ISO C89 compatibility).

Pull Request - State: closed - Opened by tokuhirom about 9 years ago - 1 comment

#17 - Remove trailing whitespaces

Pull Request - State: closed - Opened by jubalh over 9 years ago - 1 comment

#16 - Calculate length of correct string

Pull Request - State: closed - Opened by KeenS over 9 years ago - 1 comment

#15 - Create functions for URL parsing

Issue - State: closed - Opened by anatol over 9 years ago - 7 comments

#14 - How to use phr_decode_chunked with a "fixed" size buffer?

Issue - State: closed - Opened by Asmod4n over 9 years ago - 2 comments

#13 - Added Jamfile for use with Boost.Build

Pull Request - State: closed - Opened by thequux over 9 years ago - 4 comments

#12 - Makes it compatible with VC++ compiler.

Pull Request - State: closed - Opened by dacci over 9 years ago - 1 comment

#11 - Fix docstring typo

Pull Request - State: closed - Opened by NicolasT over 9 years ago - 1 comment

#10 - Adds an AVX2 option for the parser.

Pull Request - State: closed - Opened by vkrasnov almost 10 years ago - 11 comments

#9 - Update README.md

Pull Request - State: closed - Opened by methane almost 10 years ago - 2 comments

#8 - Update README.md

Pull Request - State: closed - Opened by methane almost 10 years ago - 1 comment

#7 - joyent/http-parser

Issue - State: closed - Opened by indutny almost 10 years ago - 3 comments

#6 - joyent/http-parser benchmark numbers

Issue - State: closed - Opened by indutny almost 10 years ago - 1 comment

#5 - Optimize by using SSE4

Pull Request - State: closed - Opened by kazuho almost 10 years ago - 3 comments

#4 - Sse4 integration

Pull Request - State: closed - Opened by herumi almost 10 years ago - 3 comments

#3 - Fix Makefile

Pull Request - State: closed - Opened by mattn almost 10 years ago

#2 - Added low_memory error (to indicate no. of headers supplied is not sufficient)

Pull Request - State: closed - Opened by KrishnaPG over 10 years ago - 2 comments

#1 - Makefile for testing

Pull Request - State: closed - Opened by typester almost 13 years ago - 1 comment