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

1.2.17-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@NathanFrench NathanFrench released this 23 Jun 19:18
· 59 commits to develop since this release

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 minor updates for pull #33 (ccf5ce4 Nathan French)
o Make github stop bitching about newlines. (2c98506 Nathan French)
o transparent reference counting API (6f4dc08 Nathan French)
o Added some debug logs (0a79919 Nathan French)
o use evhtp/onig (76ad658 Nathan French)
o [#38] some extra debug logging (9db2231 Nathan French)
o [#38] I'm an idiot, 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 Ignore me, just formatting. (d911f58 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)

M<3D