issues
search
seanmonstar
/
httparse
A push parser for the HTTP 1.x protocol in Rust.
https://docs.rs/httparse
Apache License 2.0
590
stars
115
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix unsoundness of peek_ahead in iter.rs
#191
hkBst
opened
3 days ago
0
Fix method parsing
#190
jeddenlea
closed
3 weeks ago
0
Inline single-use unsafe function + simplify related unsafe + fix typo
#189
hkBst
opened
1 month ago
0
Inline peek_ahead to fix 186 and remove iter::peek_ahead as it is now unused.
#188
hkBst
closed
3 days ago
5
iter::slice_skip remove possibility of underflow in debug_assert
#187
hkBst
opened
1 month ago
1
Bytes::peek_ahead is unsound
#186
hkBst
opened
1 month ago
2
fix unsound use of pointer::add
#185
krasimirgg
closed
1 month ago
1
perf: experiment with alt dispatch pattern
#184
AaronO
opened
2 months ago
0
lint(simd): don't build simd::sse42 when +avx2
#183
AaronO
closed
2 months ago
0
simd: reduce pub functions visibility
#182
lucab
opened
2 months ago
4
perf(simd): avx2 fallback to swar instead of sse4.2
#181
AaronO
closed
2 months ago
3
benches: lexicographically ordered bench names
#180
AaronO
closed
2 months ago
0
perf: cibench workflow
#179
AaronO
closed
2 months ago
0
feat(path): allow utf8 chars in path
#178
joelwurtz
opened
2 months ago
8
User-triggerable UB in Bytes::peek_ahead bounds-check
#177
Manishearth
closed
1 month ago
1
Test and fix a regression in parsing partial requests in the 1.9.x series
#176
bearcage
closed
5 months ago
0
simd: reapply and fix split cursor advancing
#175
lucab
opened
5 months ago
9
Fix no space after colon
#174
seanmonstar
closed
5 months ago
1
httparse 1.9.x breaks header parsing for certain cases
#173
mathpal
closed
5 months ago
1
Weird header parsing in 1.9
#172
Tpt
closed
5 months ago
2
Beginner Issue : req.parse "Accept-Encoding" header produces Version error
#171
icecloud12
closed
5 months ago
1
ci: check x86 without simd
#170
seanmonstar
closed
5 months ago
0
httparse 1.9.1 unit tests fail to compile on 32-bit architectures
#169
decathorpe
closed
5 months ago
3
fix compilation on x86
#168
seanmonstar
closed
5 months ago
0
ci: remove unstable miri option
#167
seanmonstar
closed
5 months ago
0
fix lint warnings about cfgs
#166
seanmonstar
closed
5 months ago
0
Build fails for x86 targets
#165
zonyitoo
closed
5 months ago
8
Unsound usages of unsafe implementation from smaller size to larger size
#164
llooFlashooll
closed
5 months ago
2
Add optional max header list size
#163
hjr3
opened
6 months ago
2
Returning more information on partial results and errors
#162
tgnottingham
opened
7 months ago
0
`is_token` implementation is more permissive than standard
#161
declanvk
opened
7 months ago
2
Resize headers on partial parse
#160
tgnottingham
opened
7 months ago
1
Add `ParserConfig` accessors, convenience methods, and request parsing options
#159
tgnottingham
opened
7 months ago
1
Make license metadata SPDX compliant
#158
paolobarbolini
closed
7 months ago
0
lib: fix import
#157
lucab
closed
8 months ago
1
simd: split cursor advancing from value matching
#156
lucab
closed
8 months ago
2
add option to save partial header value
#155
traceflight
closed
4 months ago
0
Add option to save partial header value
#154
traceflight
opened
9 months ago
1
fix: incorrect conditional judgment in tests
#153
dyxushuai
closed
9 months ago
0
Allow clippy::never_loop for the other loop that needs it
#152
andrewaylett
closed
9 months ago
0
Apply black_box to known bench inputs
#151
andrewaylett
closed
9 months ago
0
[Question] Why Is the HTTP Version Limited to 1.1?
#150
commonsensesoftware
opened
10 months ago
4
Invalid end of chunk (parse_chunk_size)
#149
caobug
opened
1 year ago
2
Response support parse_with_uninit_headers
#148
cppcoffee
opened
1 year ago
0
Add option to allow space before first header name
#147
PGIII
closed
10 months ago
0
support raw UTF8 paths
#146
lovasoa
opened
1 year ago
10
Ignoring invalid headers for requests
#145
grnmeira
closed
1 year ago
1
Enabled the use of clippy for the project.
#144
f0rki
closed
1 year ago
0
Add more `cargo-fuzz` targets
#143
00xc
closed
1 year ago
0
msrv: test aarch64
#142
AaronO
closed
1 year ago
0
Next