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 19 of 41
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add htp_table_clear_ex() to clear the table without freeing the keys. Fix htp_table_clear() to free keys (as documented). Docs.
Ivan Ristic
More...
about 12 years ago
Refer to the license in LICENSE.
Ivan Ristic
More...
about 12 years ago
Remove NOTICE, which is no longer needed now that we're under BSD.
Ivan Ristic
More...
about 12 years ago
Tidy up.
Ivan Ristic
More...
about 12 years ago
Do not change license text in the bundled gtest files.
Ivan Ristic
More...
about 12 years ago
Tidy up license text.
Ivan Ristic
More...
about 12 years ago
Tidy up license text.
Ivan Ristic
More...
about 12 years ago
Fix copyrights.
Ivan Ristic
More...
about 12 years ago
Improve the table code to support 3 key management strategies. Strategy is determined when the first add function is invoked, with consistency checks to ensure that approach is always used.
Ivan Ristic
More...
about 12 years ago
Docs.
Ivan Ristic
More...
about 12 years ago
Docs.
Ivan Ristic
More...
about 12 years ago
Create a Valgrind suppressions file to hide gtest memory leaks
Ivan Ristic
More...
about 12 years ago
Change how request parameters are handled. All parameters are now in the request_params table. (Previously, there was one table for query string parameters and one for body parameters.) Further, individual parameters are now tracked via htp_param_t, which is able to link each parameter to the original parser structure that usually provides more information.
Ivan Ristic
More...
about 12 years ago
Ignore .a files
Ivan Ristic
More...
about 12 years ago
Clean-up how request parameters are added to transactions. Fix multipart memory leak in the process.
Ivan Ristic
More...
about 12 years ago
Use htp_status_t.
Ivan Ristic
More...
about 12 years ago
Tidy up.
Ivan Ristic
More...
about 12 years ago
Defensive returning of error codes as suggested by last-g.
Ivan Ristic
More...
about 12 years ago
Fix #33: Host information ambiguous warning/error when both URI and Host header contain host+port.
Ivan Ristic
More...
about 12 years ago
Check if the environment variable srcdir is available before attempting any tests.
Ivan Ristic
More...
about 12 years ago
Fix NULL dereference when htp_tx_generate_request_headers_raw() is called before request headers are completely parsed.
Ivan Ristic
More...
about 12 years ago
Remove obsolete test/main from the build.
Ivan Ristic
More...
about 12 years ago
Update description.
Ivan Ristic
More...
about 12 years ago
Tidy up.
Ivan Ristic
More...
about 12 years ago
Tidy up.
Ivan Ristic
More...
about 12 years ago
Tidy up.
Ivan Ristic
More...
about 12 years ago
Tidy up.
Ivan Ristic
More...
about 12 years ago
Tidy up.
Ivan Ristic
More...
about 12 years ago
Tidy up.
Ivan Ristic
More...
about 12 years ago
Add enum htp_unwanted_t params_invalid_encoding_unwanted.
Ivan Ristic
More...
about 12 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
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