This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a change to branch tcl-novem in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
from d63182c merging several commits from master, unifying handling of const specifier using CONST86 add 8a12570 handling length of data in POST requests add 00a0b08 test scripts improved, new test for ::rivet::raw_post add ca19299 various minor changes, a test improvement for channel.test, output mechanism generalization for ::rivet::parray add fcef274 Handling the server_rec pointer in the module globals for the benefit of logging into the specific virtual host log file during child init stage add c923b86 merge updates in repository for HEAD add db18f67 update formbroker documentation add d45bf38 add changlog entry for the formbroker documentation update add b0e1a2f fixed regression bug in tests/rivet.test add 98b5975 Fix VS compiler download URL add 38e9ec6 update tclconfig/install-sh to version 2020-11-14 add 3c225d9 fix Apache binary download URL add cae96b8 fix Apache binary download URL add d8bdf0a Merge remote-tracking branch 'refs/remotes/origin/master' add e607ab5 Fixing Appveyor generator version new 5678b27 Merge branch 'master' into tcl-novem The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .appveyor.yml | 6 +- ChangeLog | 48 ++++++++- doc/xml/commands.xml | 10 +- doc/xml/formbroker.xml | 45 +++++++++ rivet/init.tcl | 4 +- rivet/init.tcl.in | 4 +- rivet/packages/formbroker/formbroker.tcl | 68 ++++++++++--- rivet/packages/session/session-class.tcl | 9 +- rivet/rivet-tcl/parray.tcl | 14 ++- src/mod_rivet_ng/TclWebapache.c | 4 +- src/mod_rivet_ng/mod_rivet.c | 31 +++--- src/mod_rivet_ng/mod_rivet.h | 1 + src/mod_rivet_ng/mod_rivet_common.c | 8 +- src/mod_rivet_ng/mod_rivet_generator.c | 3 - src/mod_rivet_ng/rivetCore.c | 24 +++-- src/mod_rivet_ng/rivet_types.h | 1 + src/mod_rivet_ng/worker_prefork_common.c | 48 ++++----- src/request/apache_request.c | 15 ++- src/request/apache_request.h | 2 +- tclconfig/install-sh | 161 ++++++++++++++++++------------- tests/apachetest/apachetest.tcl | 37 +++++-- tests/channel.test | 43 +++++---- tests/post.rvt | 7 +- tests/post.test | 9 ++ tests/rivet.test | 21 ++-- 25 files changed, 416 insertions(+), 207 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org