2
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 15 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change htp_table_destroy and htp_table_destroy_ex to take a pointer parameter. More... about 12 years ago
Change htp_urlenp_destroy to take a pointer parameter. More... about 12 years ago
Change htp_mpartp_destroy to take a pointer parameter. More... about 12 years ago
Change htp_list_destroy to take a pointer argument. More... about 12 years ago
Use void * externally for data buffers. Increase const usage. More... about 12 years ago
Improve media type parsing. More... about 12 years ago
Detect boundary bypass using multiple C-T headers. More... about 12 years ago
Support complete requests in multipart tests. More... about 12 years ago
Further simplification of the multipart test code. More... about 12 years ago
Simplify tests by moving common code into the helper function. More... about 12 years ago
Move multipart test helper functions into the class. More... about 12 years ago
New multipart flag HTP_MULTIPART_PART_INCOMPLETE. More... about 12 years ago
Multipart: Fix epilogue value storage. Fix bug in part header empty line detection. More... about 12 years ago
Correct usage of ASSERT_EQ. More... about 12 years ago
Store part values for PREAMBLE and EPILOGUE parts. More... about 12 years ago
Multipart: Add part content_type field. More... about 12 years ago
Use MULTIPART_PART_UNKNOWN for parts that are not TEXT (no name) nor FILE (no filename). More... about 12 years ago
Multipart: new flag HTP_MULTIPART_PART_AFTER_LAST_BOUNDARY. Parse parts after last boundary. More... about 12 years ago
Multipart: add last boundary tests. More... about 12 years ago
Multipart: For consistency, implement HTP_MULTIPART_SEEN_LAST_BOUNDARY as a flag (was a field previously). More... about 12 years ago
Use better test names. More... about 12 years ago
Multipart: new flags: HTP_MULTIPART_HAS_PREAMBLE and HTP_MULTIPART_HAS_EPILOGUE. More... about 12 years ago
Multipart: new flags, HTP_MULTIPART_BOUNDARY_LWS_AFTER and HTP_MULTIPART_BOUNDARY_NLWS_AFTER. More... about 12 years ago
Multipart: New flag HTP_MULTIPART_CRLF_LINE. More... about 12 years ago
Add HTP_MULTIPART_LF_ENDINGS flag. More... about 12 years ago
Remove header folding from multipart tests. More... about 12 years ago
New multipart LF lines test. More... about 12 years ago
New multipart tests. More... about 12 years ago
Docs. More... about 12 years ago
Fix multipart parsing bug. More... about 12 years ago