Ecosyste.ms: Issues

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

GitHub / seanmonstar/httparse issues and pull requests

#200 - GitHub release for 1.10.0 is missing

Issue - State: closed - Opened by AMDmi3 15 days ago - 2 comments

#199 - ci: fix qemu for ubuntu 24.04 noble

Pull Request - State: closed - Opened by seanmonstar 23 days ago

#198 - New release

Issue - State: closed - Opened by earce-pulse 23 days ago - 1 comment

#197 - Modernize byte_map!

Pull Request - State: closed - Opened by jeddenlea 24 days ago - 1 comment

#196 - `Request::parse()` accepts invalid methods.

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

#195 - use Option<NonZeroU16> instead of Option<u16> for Response status

Issue - State: closed - Opened by ramiroaisen 2 months ago - 1 comment

#194 - Make parse_method return const slice

Pull Request - State: closed - Opened by hkBst 2 months ago

#191 - Fix unsoundness of peek_ahead in iter.rs

Pull Request - State: closed - Opened by hkBst 3 months ago - 5 comments

#190 - Fix method parsing

Pull Request - State: closed - Opened by jeddenlea 4 months ago

#188 - Inline peek_ahead to fix 186 and remove iter::peek_ahead as it is now unused.

Pull Request - State: closed - Opened by hkBst 4 months ago - 5 comments

#187 - iter::slice_skip remove possibility of underflow in debug_assert

Pull Request - State: closed - Opened by hkBst 4 months ago - 2 comments

#186 - Bytes::peek_ahead is unsound

Issue - State: open - Opened by hkBst 4 months ago - 2 comments

#185 - fix unsound use of pointer::add

Pull Request - State: closed - Opened by krasimirgg 5 months ago - 1 comment

#184 - perf: experiment with alt dispatch pattern

Pull Request - State: open - Opened by AaronO 6 months ago

#183 - lint(simd): don't build simd::sse42 when +avx2

Pull Request - State: closed - Opened by AaronO 6 months ago

#182 - simd: reduce pub functions visibility

Pull Request - State: open - Opened by lucab 6 months ago - 4 comments

#181 - perf(simd): avx2 fallback to swar instead of sse4.2

Pull Request - State: closed - Opened by AaronO 6 months ago - 3 comments

#180 - benches: lexicographically ordered bench names

Pull Request - State: closed - Opened by AaronO 6 months ago

#179 - perf: cibench workflow

Pull Request - State: closed - Opened by AaronO 6 months ago

#178 - feat(path): allow utf8 chars in path

Pull Request - State: closed - Opened by joelwurtz 6 months ago - 10 comments

#177 - User-triggerable UB in Bytes::peek_ahead bounds-check

Issue - State: closed - Opened by Manishearth 6 months ago - 1 comment

#175 - simd: reapply and fix split cursor advancing

Pull Request - State: open - Opened by lucab 8 months ago - 9 comments

#174 - Fix no space after colon

Pull Request - State: closed - Opened by seanmonstar 8 months ago - 1 comment

#173 - httparse 1.9.x breaks header parsing for certain cases

Issue - State: closed - Opened by mathpal 8 months ago - 1 comment

#172 - Weird header parsing in 1.9

Issue - State: closed - Opened by Tpt 8 months ago - 2 comments

#170 - ci: check x86 without simd

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

#169 - httparse 1.9.1 unit tests fail to compile on 32-bit architectures

Issue - State: closed - Opened by decathorpe 8 months ago - 3 comments

#168 - fix compilation on x86

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

#167 - ci: remove unstable miri option

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

#166 - fix lint warnings about cfgs

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

#165 - Build fails for x86 targets

Issue - State: closed - Opened by zonyitoo 8 months ago - 8 comments

#163 - Add optional max header list size

Pull Request - State: open - Opened by hjr3 10 months ago - 2 comments

#161 - `is_token` implementation is more permissive than standard

Issue - State: open - Opened by declanvk 10 months ago - 2 comments

#160 - Resize headers on partial parse

Pull Request - State: open - Opened by tgnottingham 10 months ago - 1 comment

#159 - Add `ParserConfig` accessors, convenience methods, and request parsing options

Pull Request - State: open - Opened by tgnottingham 11 months ago - 1 comment

#158 - Make license metadata SPDX compliant

Pull Request - State: closed - Opened by paolobarbolini 11 months ago

#157 - lib: fix import

Pull Request - State: closed - Opened by lucab 12 months ago - 1 comment

#157 - lib: fix import

Pull Request - State: closed - Opened by lucab 12 months ago - 1 comment

#156 - simd: split cursor advancing from value matching

Pull Request - State: closed - Opened by lucab 12 months ago - 1 comment

#156 - simd: split cursor advancing from value matching

Pull Request - State: closed - Opened by lucab 12 months ago - 2 comments

#155 - add option to save partial header value

Pull Request - State: closed - Opened by traceflight about 1 year ago

#154 - Add option to save partial header value

Issue - State: open - Opened by traceflight about 1 year ago - 1 comment

#153 - fix: incorrect conditional judgment in tests

Pull Request - State: closed - Opened by dyxushuai about 1 year ago

#152 - Allow clippy::never_loop for the other loop that needs it

Pull Request - State: closed - Opened by andrewaylett about 1 year ago

#151 - Apply black_box to known bench inputs

Pull Request - State: closed - Opened by andrewaylett about 1 year ago

#150 - [Question] Why Is the HTTP Version Limited to 1.1?

Issue - State: closed - Opened by commonsensesoftware about 1 year ago - 6 comments

#149 - Invalid end of chunk (parse_chunk_size)

Issue - State: open - Opened by caobug over 1 year ago - 2 comments

#148 - Response support parse_with_uninit_headers

Pull Request - State: open - Opened by cppcoffee over 1 year ago

#147 - Add option to allow space before first header name

Pull Request - State: closed - Opened by PGIII over 1 year ago

#146 - support raw UTF8 paths

Issue - State: closed - Opened by lovasoa over 1 year ago - 14 comments

#145 - Ignoring invalid headers for requests

Pull Request - State: closed - Opened by grnmeira over 1 year ago - 1 comment

#144 - Enabled the use of clippy for the project.

Pull Request - State: closed - Opened by f0rki over 1 year ago

#143 - Add more `cargo-fuzz` targets

Pull Request - State: closed - Opened by 00xc over 1 year ago

#142 - msrv: test aarch64

Pull Request - State: closed - Opened by AaronO almost 2 years ago

#141 - fix: neon no_std

Pull Request - State: closed - Opened by AaronO almost 2 years ago - 6 comments

#140 - cleanup: drop SWAR's 64-bit assumptions

Pull Request - State: closed - Opened by AaronO almost 2 years ago

#139 - refactor: cleaner header parsing

Pull Request - State: open - Opened by AaronO almost 2 years ago - 2 comments

#138 - refactor: Bytes inner arithmetic

Pull Request - State: closed - Opened by AaronO almost 2 years ago

#137 - simd: drop 2 unnecessary instructions

Pull Request - State: closed - Opened by AaronO almost 2 years ago - 3 comments

#136 - fix: return method string from buffer

Pull Request - State: closed - Opened by AaronO almost 2 years ago

#135 - mark match_uri_vectored/match_header_value_vectored function as unsafe

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

#134 - refactor: simd swar

Pull Request - State: closed - Opened by AaronO almost 2 years ago - 3 comments

#133 - perf: simd neon

Pull Request - State: closed - Opened by AaronO almost 2 years ago - 3 comments

#132 - cleanup: SIMD runtime detection

Pull Request - State: closed - Opened by AaronO almost 2 years ago - 5 comments

#131 - perf: fix SIMD-inlining

Pull Request - State: closed - Opened by AaronO almost 2 years ago

#130 - Not support http body

Issue - State: closed - Opened by jkxiongxin almost 2 years ago - 1 comment

#129 - Draft: RFC configuration in const context & HTTP-like protocol parsing support

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

#128 - Add support for ICAP

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

#127 - ci: Add CIFuzz GitHub Action

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

#126 - Allow passing custom configuration to `parse_headers`

Pull Request - State: open - Opened by gootorov over 2 years ago - 2 comments

#125 - tests fail to build with --no-default-features.

Issue - State: open - Opened by plugwash over 2 years ago

#124 - method might not refer to a location within buffer

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

#123 - perf: improve non-SIMD with wordwise validation

Pull Request - State: closed - Opened by AaronO over 2 years ago - 11 comments

#122 - Improve granularity of benchmarks

Pull Request - State: closed - Opened by AaronO over 2 years ago

#121 - Edition 2018

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

#120 - cleanup: remove Bytes8 abstraction

Pull Request - State: closed - Opened by AaronO over 2 years ago - 11 comments

#119 - Improve request method parsing

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

#118 - Improve request method parsing

Pull Request - State: closed - Opened by bnoordhuis over 2 years ago - 1 comment

#117 - Fix indentation level.

Pull Request - State: open - Opened by reu over 2 years ago

#116 - expose static Error str

Issue - State: open - Opened by FlorianUekermann over 2 years ago

#115 - Don't allow one invalid char after header name when allowing spaces

Pull Request - State: closed - Opened by nox almost 3 years ago - 1 comment

#114 - Allow ignoring invalid header lines (fixes #61, #83)

Pull Request - State: closed - Opened by nox almost 3 years ago - 15 comments

#113 - run Miri on CI

Pull Request - State: closed - Opened by RalfJung almost 3 years ago

#112 - Switch benches to criterion and remove pico targets

Pull Request - State: closed - Opened by acfoltzer almost 3 years ago - 1 comment

#111 - Fix token and uri parsers to disallow empty results

Pull Request - State: closed - Opened by acfoltzer almost 3 years ago - 2 comments

#110 - Add flags to allow multiple spaces in request and status lines

Pull Request - State: closed - Opened by acfoltzer almost 3 years ago - 7 comments

#109 - Clarify version struct documentation

Pull Request - State: closed - Opened by ameliabradley almost 3 years ago

#108 - Fix clippy warnings for Rust 1.59

Pull Request - State: closed - Opened by ameliabradley almost 3 years ago - 4 comments

#107 - Implement header line folding (fixes #37, #68)

Pull Request - State: closed - Opened by nox about 3 years ago

#106 - Fix SIMD header value check on char >= 0x80

Pull Request - State: closed - Opened by eaufavor about 3 years ago - 2 comments

#105 - Fixes #70 - Update README to be consistent with docs example

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

#104 - HTTP POST Request Example

Issue - State: closed - Opened by cyrilnavessamuel over 3 years ago - 1 comment

#103 - fix partial parsing dropping the headers

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

#102 - Headers lost on a Partial parse

Issue - State: closed - Opened by rcoh over 3 years ago - 1 comment
Labels: bug

#101 - Fix up some deprecations

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