Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

v1.2.13

Compare
Choose a tag to compare
@NathanFrench NathanFrench released this 14 Nov 19:04
· 175 commits to develop since this release

I would like to thank everyone that has supported this code with issues and pull requests.

o Rename test->test_general (test is reservet target name in cmake) (d18c6d0 Vladimir Romanov)
o Fix CMake files (a2fcb3d Vladimir Romanov)
o Fix compilation (74537f5 Vladimir Romanov)
o [#32] fix crash in evhtp_unbind_socket when evlistener fails (8149a84 Nathan French)
o [#31] use CURRENT_SOURCE_DIR instead of SOURCE_DIR in cmake (aa8a989 Nathan French)
o Added EVHTP_DEBUG option (with new logging) (f20e5cf Nathan French)
o [#38] some extra debug logging (9db2231 Nathan French)
o [#38] fix for parser_init. (7c13a57 Nathan French)
o proper format str for logging in parser (de287b0 Nathan French)
o Fix typo in evthr_new() function name (3cfeb03 Vincent Bernat)
o Use evhtp/onig when system version isn't found. (a59b625 Nathan French)
o fix build on SunOS (0c54892 Sebastian Wiedenroth)
o Parser cleanup. (db040e9 Nathan French)
o add onigposix to build dir evhtp if sys not found (7b9d1a2 Nathan French)
o Update LICENSE file (new authors / dates), no other changes (12ed7e8 Nathan French)
o fixes #43 (no need to check for -ldl or -lrt (bb0630c Nathan French)
o Likely defect fix for issue 42. Check connection->type to ensure that it is not evhtp_type_client. Also checked for c->htp to not
be null in a couple of ssl related functions. (77a0752 Dan Henderson)
o Bugfixes and cleanup for htp__connection_writecb_ (440e5b9 Nathan French)
o Update issues template. (960a788 Nathan French)
o [Bugfix #51] htp__callback_find_ length check fix (44ddf9a Nathan French)
o Better error handling for connection_ssl_new (369fe77 Nathan French)
o connection_ssl_new log errors to stderr (a1f6926 Nathan French)
o Add evhtp_query_free for test_query (b150ebe Nathan French)
o Add RPM to package generation (8479c02 Tony Lambiris)
o replace cruft in evhtp_unset_all_hooks with for loop (4e62d69 Nathan French)
o [#55] More flexible package generation (4c5dbe2 Nathan French)
o added colors.cmake for pretty printing (bec3451 Nathan French)

Yours,
Nathan French M<D