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
Add one test for hybrid parsing. More... about 12 years ago
Improve function names. More... about 12 years ago
Add new test file for the hybrid parsing mode. Rename all C++ files to use the .cpp extension. More... about 12 years ago
Do not enable -Werror after detecting -Wstrict-overflow. More... about 12 years ago
Build libtool convieniance library for easier linking. More... about 12 years ago
Order functions in alphabetical order within the source code file. More... over 12 years ago
Rename incorrectly named bstr_begins_withc_nocase. Now bstr_begins_with_c_nocase. More... over 12 years ago
Fix bstr_char_at, which was declared as returning unsigned char, but was also returning -1 in the case of error. More... over 12 years ago
Move bstr documentation into the header file. More... over 12 years ago
Rename PROTOCOL_UNKNOWN to HTP_PROTOCOL_UNKNOWN. More... over 12 years ago
Rename hook request to request_done, and response to response_done. More... over 12 years ago
Tidy up. More... over 12 years ago
Add HTP_ prefix to constants. More... over 12 years ago
Create htp_private.h and move the private stuff into it. More... over 12 years ago
Do not use -fstack-protector on Cygwin, because it fails at link time. More... over 12 years ago
Ignore all .exe files More... over 12 years ago
Move response finalization into a separate parser step. More... over 12 years ago
Move request finalization into a separate parser step. More... over 12 years ago
Tidy up. More... over 12 years ago
mod_libhtp now compiles More... over 12 years ago
Ignore some files that are the result of Apache module compilation More... over 12 years ago
Implement state request_line. More... over 12 years ago
Implement hybrid transaction_start. More... over 12 years ago
Remove connp_is_private, because it is not needed. More... over 12 years ago
First go at mod_libhtp More... over 12 years ago
Fix tests to use the new HTTP method constants More... over 12 years ago
Rename method constants to avoid clash with Apache. More... over 12 years ago
Increase resilience to OOM conditions. More... over 12 years ago
Tidy up. More... over 12 years ago
Tidy up. More... over 12 years ago