2
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Style changes. More... about 13 years ago
Add comment to autogen.sh. More... about 13 years ago
Add missing includes statments for AM_ICONV. Add a autogen.sh file More... about 13 years ago
Disable building with stack smashing protection on FreeBSD as it breaks on some versions. More... about 13 years ago
Make FreeBSD happy by moving ICONV checks after OS detection. More... about 13 years ago
Different approach for fixing make distcheck that is compat with older automake. More... about 13 years ago
Fix test/Makefile.am to work with make distcheck More... about 13 years ago
Added unit tests for bstr and some utility functions. More... about 13 years ago
Free response_line_raw in htp_tx_destroy. More... about 13 years ago
Merge remote branch 'origin/master' More... about 13 years ago
Fixed bug in htp_parse_positive_integer_whitespace. More... about 13 years ago
htp_tx_destroy: Free cookies. More... about 13 years ago
htp_tx_destroy: Free request_line_raw. More... about 13 years ago
make run-tests.sh executable More... about 13 years ago
Fix make check. TESTS does not support arguments but we can use TEST_ENVIRONMENT. However using this method causes make dist check to fail. I resorted to using both TEST_ENVIRONMENT and a wrapper script. More... about 13 years ago
Add missing calls to free memory. More... about 13 years ago
Add LICENSE and NOTICE to EXTRA_DIST More... about 13 years ago
Add missing files from doc to EXTRA_DIST More... about 13 years ago
Fix for make distcheck More... about 13 years ago
Add make target for doxygen. Update doxygen prefs. More... over 13 years ago
Free header name/value on failure. More... over 13 years ago
Free request/response header separator on tx destroy. More... over 13 years ago
Remove return code assignment that we never look at. More... over 13 years ago
Fix for bugs #17 and #18 Make files non-executable and dos2unix COPYING More... over 13 years ago
Fix compiler warnings More... over 13 years ago
Remove -Werror as there are currently too many architecture specific warnings. More... over 13 years ago
Improve const correctness for dslib. More... over 13 years ago
Make all bstr routines const correct. More... over 13 years ago
Remove redundant cast in bstr_ptr. No functional change. More... over 13 years ago
Change bstr to a bstr_t rather than a void*. More... over 13 years ago