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
Tidy up. More... almost 12 years ago
Fix HTP_MULTI_PACKET_HEAD when processing requests with trailers. More... almost 12 years ago
Change all hooks to use htp_tx_t references (instead of htp_connp_t references). More... almost 12 years ago
Add more tests for invalid requests. More... almost 12 years ago
Do not stop processing request headers if C-L is invalid. Processing will now stop after the REQUEST_HEADERS hook. New flags: HTP_REQUEST_INVALID and HTP_REQUEST_INVALID_C_L. More... almost 12 years ago
Fix TRANSACTION_COMPLETE not being invoked in hybrid mode. More... almost 12 years ago
Do not allow incomplete transactions to be destroyed. More... almost 12 years ago
Do not forget to complete a successful CONNECT request. More... almost 12 years ago
New callback TRANSACTION_COMPLETE. More... almost 12 years ago
Tidy up. More... almost 12 years ago
Split htp_tx_t::progress into two fields, one for requests and one for responses. This allows us to track progress separately (which is sometimes needed). More... almost 12 years ago
Merge branch 'master' of github.com:Qualys/libhtp More... almost 12 years ago
Merge branch '0.5.x' More... almost 12 years ago
Tidy up. More... almost 12 years ago
Ensure that the connection parser state is RES_IDLE after response is complete in hybrid mode. More... almost 12 years ago
Do not supply request line line endings in the test. More... almost 12 years ago
Fix REQUEST_COMPLETE being called twice in hybrid mode, when connection parser is destroyed. More... almost 12 years ago
Add a test case for the bug that calls RESPONSE_COMPLETE twice. [Nick LeRoy] More... almost 12 years ago
Add functions to retrieve active inbound and outbound transactions from a htp_connp_t instance. Closes #41. More... almost 12 years ago
Docs. More... almost 12 years ago
Add htp_connp_get_connection(). More... almost 12 years ago
Tidy up. More... almost 12 years ago
Make htp_connp_in_reset() private. More... almost 12 years ago
Tidy up. More... almost 12 years ago
test_hybrid.cpp: Fix bug where a data structure was allocated on the stack but a pointer to it was retained beyond function return. More... almost 12 years ago
Revert "test_hybrid.cpp: Fix crashing test due to NULL timeval (see below)." More... almost 12 years ago
test_hybrid.cpp: Fix crashing test due to NULL timeval (see below). More... almost 12 years ago
Do not attempt to buffer when processing the last invocation (which has data set to NULL and len to 0). More... almost 12 years ago
Do not allow NULL data pointers. Related to #38. More... almost 12 years ago
Fix typo. More... almost 12 years ago