2
I Use This!
Inactive

Commits : Listings

Analyzed 16 days ago. based on code collected 17 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of github.com:Qualys/libhtp More... about 12 years ago
Typo. More... about 12 years ago
Use htp_list_clear(). More... about 12 years ago
Tidy up. More... about 12 years ago
Add htp_list_array_clear(). More... about 12 years ago
Rename bstr_builder_append() to bstr_builder_appendn(), to be consistent with the naming of table functions. More... about 12 years ago
Typo. More... about 12 years ago
Typo. More... about 12 years ago
Tidy up. More... about 12 years ago
Add a test for the case when bstr_expand is invoked with a smaller bstr size. More... about 12 years ago
Docs. More... about 12 years ago
Do not allow bstrings to be "expanded" to a smaller size than already used. More... about 12 years ago
Never access bstr fields directly, even when making low-level adjustments. More... about 12 years ago
Add test for expansion of wrapped data. More... about 12 years ago
Really don't allow expansion of wrapped data. More... about 12 years ago
Do not allow expansion of wrapped buffers. More... about 12 years ago
Tidy up. More... about 12 years ago
Tidy up. More... about 12 years ago
In bstr, always use unsigned char * internally. Externally, allow void * to minimize casts. Use const where appropriate. More... about 12 years ago
Tidy up. More... about 12 years ago
Merge branch 'master' of github.com:Qualys/libhtp More... about 12 years ago
Remove extra messages. More... about 12 years ago
Add configure switch --enable-devmode to enable -Werror and -Wfatal-errors. More... about 12 years ago
Fix typo. More... about 12 years ago
Tidy up. More... about 12 years ago
Fix bstr_builder: documentation, use htp_status_t, tidy up, etc. More... about 12 years ago
Tidy up. More... about 12 years ago
Add htp_ prefix to list structures and functions. More... about 12 years ago
Make list structures private. More... about 12 years ago
Fix typos. More... about 12 years ago