openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
LibHTP
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
14 days
ago. based on code collected
15 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 26 of 41
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add one test for hybrid parsing.
Ivan Ristic
More...
about 12 years ago
Improve function names.
Ivan Ristic
More...
about 12 years ago
Add new test file for the hybrid parsing mode. Rename all C++ files to use the .cpp extension.
Ivan Ristic
More...
about 12 years ago
Do not enable -Werror after detecting -Wstrict-overflow.
Brian Rectanus
More...
about 12 years ago
Build libtool convieniance library for easier linking.
Brian Rectanus
More...
about 12 years ago
Order functions in alphabetical order within the source code file.
Ivan Ristic
More...
over 12 years ago
Rename incorrectly named bstr_begins_withc_nocase. Now bstr_begins_with_c_nocase.
Ivan Ristic
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.
Ivan Ristic
More...
over 12 years ago
Move bstr documentation into the header file.
Ivan Ristic
More...
over 12 years ago
Rename PROTOCOL_UNKNOWN to HTP_PROTOCOL_UNKNOWN.
Ivan Ristic
More...
over 12 years ago
Rename hook request to request_done, and response to response_done.
Ivan Ristic
More...
over 12 years ago
Tidy up.
Ivan Ristic
More...
over 12 years ago
Add HTP_ prefix to constants.
Ivan Ristic
More...
over 12 years ago
Create htp_private.h and move the private stuff into it.
Ivan Ristic
More...
over 12 years ago
Do not use -fstack-protector on Cygwin, because it fails at link time.
Ivan Ristic
More...
over 12 years ago
Ignore all .exe files
Ivan Ristic
More...
over 12 years ago
Move response finalization into a separate parser step.
Ivan Ristic
More...
over 12 years ago
Move request finalization into a separate parser step.
Ivan Ristic
More...
over 12 years ago
Tidy up.
Ivan Ristic
More...
over 12 years ago
mod_libhtp now compiles
Ivan Ristic
More...
over 12 years ago
Ignore some files that are the result of Apache module compilation
Ivan Ristic
More...
over 12 years ago
Implement state request_line.
Ivan Ristic
More...
over 12 years ago
Implement hybrid transaction_start.
Ivan Ristic
More...
over 12 years ago
Remove connp_is_private, because it is not needed.
Ivan Ristic
More...
over 12 years ago
First go at mod_libhtp
Ivan Ristic
More...
over 12 years ago
Fix tests to use the new HTTP method constants
Ivan Ristic
More...
over 12 years ago
Rename method constants to avoid clash with Apache.
Ivan Ristic
More...
over 12 years ago
Increase resilience to OOM conditions.
Ivan Ristic
More...
over 12 years ago
Tidy up.
Ivan Ristic
More...
over 12 years ago
Tidy up.
Ivan Ristic
More...
over 12 years ago
←
1
2
…
22
23
24
25
26
27
28
29
30
…
40
41
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree