From: Bitbucket <com...@bi...> - 2019-12-16 11:51:11
|
6 new commits in naviserver: https://bitbucket.org/naviserver/naviserver/commits/bdd1377c91e4/ Changeset: bdd1377c91e4 User: gustafn Date: 2019-12-15 11:21:36+00:00 Summary: improve comment Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/38f7d8dad349/ Changeset: 38f7d8dad349 User: gustafn Date: 2019-12-16 08:24:59+00:00 Summary: provide Ns_TclGetMemUnitFromObj as library function (was static before) Affected #: 2 files https://bitbucket.org/naviserver/naviserver/commits/4994cae156e4/ Changeset: 4994cae156e4 User: gustafn Date: 2019-12-16 09:18:46+00:00 Summary: handle potential problem, where call to Tcl*Eval* might clean structures used in the callback handler Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/a08454036866/ Changeset: a08454036866 User: gustafn Date: 2019-12-16 10:47:56+00:00 Summary: avoid shadowing of (unused) function argument Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/5a02a7d1261c/ Changeset: 5a02a7d1261c User: gustafn Date: 2019-12-16 11:47:43+00:00 Summary: improve spelling Affected #: 1 file https://bitbucket.org/naviserver/naviserver/commits/912bd521c66a/ Changeset: 912bd521c66a User: gustafn Date: 2019-12-16 11:50:33+00:00 Summary: - new Tcl API call: ns_writer sendfiles /list of filespecs/ every filespec is a dict which must contain a "filename" element and can contain additionally an "-offset" and/or a "-size" element. ns_writer submitfiles {{filename /tmp/f1} {filename /tmp/f2 -offset 10}} This function is e.g. useful for video streaming applications, where multiple video file chunks should be transferred (sometimes) concatenated in a single chunk. Therefore, this function avoids the necessity to concatenate these files in advance (causing increased latency and disk usage). - extend nsd-internal function NsWriterQueue() by two arguments for keeping an optional Ns_FileVec with its length - extend regression test - despaghetti code: factor out WriterSetupStreamingMode (although being called just once) to improve readability of NsWriterQueue() Affected #: 7 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. |