From: Bitbucket <com...@bi...> - 2019-06-24 17:53:17
|
5 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/bb6c7025425f/ Changeset: bb6c7025425f User: gustafn Date: 2019-06-23 10:31:37+00:00 Summary: allow useless case (write with length 0) to provide backward compatibility Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/0a5348c7e9e9/ Changeset: 0a5348c7e9e9 User: gustafn Date: 2019-06-23 11:21:12+00:00 Summary: Driver cleanup - Improved code locality in driver.c to avoid potential confusion between SockState (as used in driver.c) and Ns_SockState (as used e.g. sock.c, task.c and tclhttp.c) - Provided human readable stock SockStates Affected #: 3 files https://bitbucket.org/naviserver/naviserver/commits/d6877e07d1a6/ Changeset: d6877e07d1a6 User: gustafn Date: 2019-06-23 11:42:22+00:00 Summary: improve spelling Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/e6f41e9532f7/ Changeset: e6f41e9532f7 User: gustafn Date: 2019-06-23 11:42:55+00:00 Summary: improve spelling Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/086620cf6e34/ Changeset: 086620cf6e34 User: gustafn Date: 2019-06-24 17:52:58+00:00 Summary: HTTPS driver cleanup: - Added API call Ns_SockInErrorState() since SSL_shutdown() must not be called if a previous fatal error has occurred on a connection i.e. if SSL_get_error() has returned SSL_ERROR_SYSCALL or SSL_ERROR_SSL. - provided local buffers for OpenSSL ERR_error_string handling to avoid potential race conditions (OpenSSL keeps otherwise error messages in static memory) - made naming conf variable of type SSLContext consistent. Affected #: 5 files Repository URL: https://bitbucket.org/naviserver/naviserver/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |