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
Describe Apache's handling of Transfer-Encoding: identity in requests. More... over 11 years ago
Fix incorrect NULL check. More... over 11 years ago
Remove obsolete htp_config_set_generate_request_uri_normalized(). More... over 11 years ago
Merge commit '0.5.2' More... over 11 years ago
Do not allow content handlers to be invoked after the final invocation. More... over 11 years ago
Check that the API is rejecting NULL request and response body data in hybrid mode. More... over 11 years ago
Remove bogus regression tests. More... over 11 years ago
Do not allow response body pointers to be NULL. Improve validation of many functions, not allowing NULLs where appropriate. Improve documentation. More... over 11 years ago
Do not allow htp_tx_req_process_body_data() to be invoked with NULL data. More... over 11 years ago
Add tests for a suspected crash. Could not replicate. More... over 11 years ago
Improve coverage of the urlencoded parser. More... over 11 years ago
Fix urlencoded parser getting confused about its keys and values. Add further defensive handling of NULL values. Improve tests. More... over 11 years ago
Fix the urlencoded parser to not add an empty key pair when given zero-length input. Tidy up. Add tests for the parser. More... almost 12 years ago
More tests for htp_decode_urlencoded_inplace(). Fix ability to control if string is terminated at encoded NUL byte. More... almost 12 years ago
Merge branch '0.5.x' More... almost 12 years ago
Do not leak memory under low memory conditions. More... almost 12 years ago
Remove dead code. More... almost 12 years ago
Fix memory leak on a partially processed response. More... almost 12 years ago
Fix memory leak. More... almost 12 years ago
Fix memory leak in a test. More... almost 12 years ago
Fix invalid read. More... almost 12 years ago
Fix invalid read. More... almost 12 years ago
Fix memory leak in a test. More... almost 12 years ago
Fix a memory leak. More... almost 12 years ago
When destroying an entire connection, destroy transactions even when they are incomplete. More... almost 12 years ago
Fix off-by-one invalid read. More... almost 12 years ago
Fix endless loop in htp_decode_path_inplace and htp_decode_urlencoded_inplace. More... almost 12 years ago
Tidy up. More... almost 12 years ago
Fix removing htp_tx_t references from htp_connp_t on transactions where responses complete first. More... almost 12 years ago
Do not access transaction data after transaction has been destroyed. More... almost 12 years ago