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
Tweak the hybrid parsing API to remove NUL-terminated strings as parameters. More... almost 12 years ago
Add htp_table_get_mem(). More... almost 12 years ago
Add bstr_cmp_mem_nocase(). Tweak names of some utility functions. More... almost 12 years ago
Add test for HTP_HOST_MISSING. More... about 12 years ago
Do not erase flags when parsing hostname and port. More... about 12 years ago
Improve hostname parsing, add flags, add tests. More... about 12 years ago
Test for bstr_util_mem_trim(). More... about 12 years ago
Add bstr_util_mem_trim(). More... about 12 years ago
Tidy up. More... about 12 years ago
Add bstr_char_at_end(). More... about 12 years ago
Tidy up. More... about 12 years ago
Tidy up. More... about 12 years ago
Docs. More... about 12 years ago
Remove unused code. More... about 12 years ago
Mimic the behaviour of PHP when it comes to part header folding. More... about 12 years ago
Add another multipart header folding test. More... about 12 years ago
Add HTP_MULTIPART_HEADER_FOLDING. More... about 12 years ago
Boundary matching should be case sensitive. More... about 12 years ago
Tidy up. More... about 12 years ago
Split multipart boundary checks into UNUSUAL and INVALID. More... about 12 years ago
Tweak multipart boundary detection and the evasion flags. More... about 12 years ago
Fix bstr_util_mem_indexof_c_nocase(). More... about 12 years ago
Add 4 utility functions for searching through memory regions. More... about 12 years ago
Remove dead code. More... about 12 years ago
Add test for normal multipart boundaries. Fix one or two flags incorrectly set. More... about 12 years ago
Change the API so that a multipart request does not have to be created if there is no boundary. Better boundary detection with evasion flags HTP_MULTIPART_HBOUNDARY_INVALID, HTP_MULTIPART_HBOUNDARY_UNUSUAL, and HTP_MULTIPART_HBOUNDARY_QUOTED. More... about 12 years ago
Update compatibility docs. More... about 12 years ago
Change the htp_table_get_index() signature to avoid the void ** parameter. More... about 12 years ago
Remove stray debugging output. More... about 12 years ago
Change bstr_free to take a pointer parameter. More... about 12 years ago