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
Rename protocol constants to use the HTP_ prefix. Use better names for some other protocol-related fields and functions. More... about 12 years ago
Typo. More... about 12 years ago
Typos. More... about 12 years ago
Typos. More... about 12 years ago
Typo. More... about 12 years ago
Transactions now manage their configuration when marked as private. Add htp_tx_get_is_config_shared(). HTP-ize constant names. Improve configuration sharing docs. More... about 12 years ago
Consolidate tx functions. More... about 12 years ago
Docs. More... about 12 years ago
Give connection parser functions their own header file, improve docs. More... about 12 years ago
Tidy up. More... about 12 years ago
Make all connection functions private. Will add getter functions as needed. More... about 12 years ago
Add htp_conn_track_inbound_data() and htp_conn_track_outbound_data(). More... about 12 years ago
Add and use htp_conn_close(). More... about 12 years ago
Docs. More... about 12 years ago
Add htp_conn_open() and move the related code into it. More... about 12 years ago
Tidy up. More... about 12 years ago
Docs. More... about 12 years ago
Move connection stuff into htp_connection.h. More... about 12 years ago
Make htp_conn_t private. More... about 12 years ago
Add htp_config.h to Makefile. More... about 12 years ago
Removed htp_connp_create_copycfg(), along with the ability of connection parsers to have private configurations. More... about 12 years ago
Parse request cookies by default. More... about 12 years ago
Implement htp_config_set_parse_request_cookies(). More... about 12 years ago
Make htp_cfg_t private. More... about 12 years ago
Tidy up. More... about 12 years ago
Tidy up. More... about 12 years ago
Move declarations of configuration functions into a separate header file. More... about 12 years ago
Tidy up. More... about 12 years ago
Move private declarations into the private header file. More... about 12 years ago
Docs. More... about 12 years ago