2
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improve test coverage. More... over 11 years ago
Docs. More... over 11 years ago
Improve test coverage. More... over 11 years ago
Comment-out unused code. More... over 11 years ago
Set correct flags when URL-decoding request URIs. More... over 11 years ago
Remove some duplicated/unnecessary code. More... over 11 years ago
Make conversion of + characters to spaces configurable. More... over 11 years ago
Add two public functions to perform configurable URL decoding: htp_urldecode_inplace() and htp_urldecode_inplace_ex(). More... over 11 years ago
Add two tests for htp_log. More... over 11 years ago
Improve htp_chomp tests. More... over 11 years ago
Improve coverage of various debugging functions. More... over 11 years ago
Do not right-trim response headers in the parsing phase. Header lines already arrive trimmed. More... over 11 years ago
Do not error out when the response contains an unparseable header. Add regression test for response header parsing. More... over 11 years ago
Comment-out unused code. More... over 11 years ago
Fix HTP_DECODER_URL_PATH used by the urlencoded parser in some places. Should have been HTP_DECODER_URLENCODED. More... over 11 years ago
Typo. More... over 11 years ago
Merge branch '0.5.x' More... over 11 years ago
Document 0.5.3 changes. More... over 11 years ago
Add a test for unrecognized authentication type. More... over 11 years ago
When parsing an invalid Digest authentication, do not fail the stream. More... over 11 years ago
Do not fail the entire stream if the Authorization header is invalid. Set HTP_AUTH_INVALID instead. More... over 11 years ago
Typo. More... over 11 years ago
Add a test for invalid protocol. More... over 11 years ago
Leave htp_tx_t::request_uri NULL when the request line does not contain the URI. Previously, an empty string would be allocated. More... over 11 years ago
Typo. More... over 11 years ago
Add test cases for Basic and Digest authentication. More... over 11 years ago
Do not set htp_tx_t::request_transfer_coding when we cannot reliably determine how to handle the request body (even if we error out). Use HTP_CODING_INVALID instead. More... over 11 years ago
Docs. More... over 11 years ago
Raise HTP_REQUEST_SMUGGLING when T-E is used with HTTP/1.0. Previously only HTP_REQUEST_INVALID_T_E would be raised. More... over 11 years ago
Use a descriptive name for a test. More... over 11 years ago