2
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove unused tx.request_nonfiledata_len and tx.request_filedata_len. More... almost 12 years ago
Use int64_t for externally-controlled fields (content length, etc). More... almost 12 years ago
Docs. More... almost 12 years ago
Use consistent types for flags. More... almost 12 years ago
Docs. More... almost 12 years ago
Change len from htp_file_t to uint64_t. More... almost 12 years ago
Change connection data counters to uint64_t. More... almost 12 years ago
Use ifdef to comment out unused linked list code. More... almost 12 years ago
New flags: HTP_URLEN_ENCODED_NUL, HTP_URLEN_INVALID_ENCODING, HTP_URLEN_OVERLONG_U, and HTP_URLEN_HALF_FULL_RANGE. Rename HTP_PATH_FULLWIDTH_EVASION to HTP_PATH_HALF_FULL_RANGE. Fix bug raising HTP_PATH_HALF_FULL_RANGE for the 0xFFF0+ range. More... almost 12 years ago
Rename HTP_FIELD_NUL_BYTE flag to HTP_FIELD_RAW_NUL. More... almost 12 years ago
Set flags when parsing URI port. More... almost 12 years ago
Tidy up. More... almost 12 years ago
Tidy up. More... almost 12 years ago
Docs. More... almost 12 years ago
Docs. More... almost 12 years ago
Ignore test_all. More... about 12 years ago
Add htp_parse_ct_header(), with tests. More... about 12 years ago
Docs. More... about 12 years ago
Tidy up. More... about 12 years ago
Relax MIME type matching for the Urlencoded parser. More... about 12 years ago
Tidy up. More... about 12 years ago
Add test for body parameter parsing when request headers indicate chunking. More... about 12 years ago
Tidy up. More... about 12 years ago
Set HTP_INVALID_CHUNKING when T-E contains anything but "chunked". More... about 12 years ago
Fix typo. More... about 12 years ago
Fix documentation inconsistencies. More... about 12 years ago
Fix documentation inconsistencies. More... about 12 years ago
Use only LF line endings. More... about 12 years ago
Add a new test for parameter case sensitivity. More... about 12 years ago
Use case-insensitive matching when retrieving tx parameters. More... about 12 years ago