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 htp_table_clear_ex() to clear the table without freeing the keys. Fix htp_table_clear() to free keys (as documented). Docs. More... about 12 years ago
Refer to the license in LICENSE. More... about 12 years ago
Remove NOTICE, which is no longer needed now that we're under BSD. More... about 12 years ago
Tidy up. More... about 12 years ago
Do not change license text in the bundled gtest files. More... about 12 years ago
Tidy up license text. More... about 12 years ago
Tidy up license text. More... about 12 years ago
Fix copyrights. 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. More... about 12 years ago
Docs. More... about 12 years ago
Docs. More... about 12 years ago
Create a Valgrind suppressions file to hide gtest memory leaks 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. More... about 12 years ago
Ignore .a files More... about 12 years ago
Clean-up how request parameters are added to transactions. Fix multipart memory leak in the process. More... about 12 years ago
Use htp_status_t. More... about 12 years ago
Tidy up. More... about 12 years ago
Defensive returning of error codes as suggested by last-g. More... about 12 years ago
Fix #33: Host information ambiguous warning/error when both URI and Host header contain host+port. More... about 12 years ago
Check if the environment variable srcdir is available before attempting any tests. More... about 12 years ago
Fix NULL dereference when htp_tx_generate_request_headers_raw() is called before request headers are completely parsed. More... about 12 years ago
Remove obsolete test/main from the build. More... about 12 years ago
Update description. More... about 12 years ago
Tidy up. More... about 12 years ago
Tidy up. More... about 12 years ago
Tidy up. More... about 12 years ago
Tidy up. More... about 12 years ago
Tidy up. More... about 12 years ago
Tidy up. More... about 12 years ago
Add enum htp_unwanted_t params_invalid_encoding_unwanted. More... about 12 years ago