This is an automated email from the ASF dual-hosted git repository. mxmanghi pushed a commit to branch tcl-novem in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git
commit ba9f4fb6425c219f8e5e71534a0772903c27a2c5 Merge: 048c869 b06fabc Author: Massimo Manghi <massimo.man...@gmail.com> AuthorDate: Tue Jan 25 12:04:53 2022 +0100 Merging changes from master (after release of 3.2.1) ChangeLog | 112 ++++-- README.md | 2 +- VERSION | 2 +- configure.ac | 13 +- doc/rivet.xml | 2 +- doc/xml/commands.xml | 135 ++++--- doc/xml/form.xml | 18 +- doc/xml/installation.xml | 12 +- doc/xml/internals.xml | 46 +-- doc/xml/lazybridge.xml | 79 ++-- doc/xml/processing.xml | 4 +- rivet/packages/dio/aida.tcl | 4 +- rivet/packages/dio/dio.tcl | 12 +- rivet/packages/dio/dio_Mysql.tcl | 42 +- rivet/packages/dio/dio_Postgresql.tcl | 3 +- rivet/packages/dio/dio_Sqlite.tcl | 7 +- rivet/packages/dio/sql.tcl | 1 - rivet/packages/form/form.tcl | 2 - rivet/packages/form/form2.tcl | 35 +- rivet/packages/form/{form2.tcl => form22.tcl} | 24 +- rivet/packages/formbroker/formbroker.tcl | 55 +-- rivet/packages/session/session-class.tcl | 3 +- rivet/packages/session/session-create-mysql.sql | 6 +- rivet/packages/session/session-create-oracle.sql | 12 +- rivet/packages/session/session-create-sqlite.sql | 6 +- src/mod_rivet_ng/TclWebapache.c | 479 +++++++++++++++++------ src/mod_rivet_ng/mod_rivet.c | 31 +- src/mod_rivet_ng/mod_rivet.h | 4 +- src/mod_rivet_ng/mod_rivet_common.c | 3 +- src/mod_rivet_ng/mod_rivet_generator.c | 10 +- src/mod_rivet_ng/rivetCore.c | 19 +- src/mod_rivet_ng/rivetInspect.c | 135 +++---- src/mod_rivet_ng/rivet_prefork_mpm.c | 3 +- src/mod_rivet_ng/rivet_types.h | 2 +- src/rivet.h | 1 + tests/apachetest/template.conf.1.tcl | 2 +- tests/env.rvt | 22 +- tests/env.test | 49 ++- tests/env_methods.tcl | 15 + tests/headers.test | 5 +- tests/rivet.test | 19 +- 41 files changed, 953 insertions(+), 483 deletions(-) diff --cc ChangeLog index 7cf7695,40dce86..6610fde --- a/ChangeLog +++ b/ChangeLog @@@ -67,52 -119,52 +127,52 @@@ to test multiple uploads) 2019-12-12 Massimo Manghi <mxman...@apache.org> - * src/mod_rivet_ng/apache_config.c: copying also upload_files_to_var in - Rivet_MergeConfig + * src/mod_rivet_ng/apache_config.c: copying also upload_files_to_var in + Rivet_MergeConfig 2019-12-06 Massimo Manghi <mxman...@apache.org> - * src/mod_rivet_ng/rivetCore.c: expanded error info data in Rivet_Upload - * doc/rivet.css: new color scheme for docbook manual + * src/mod_rivet_ng/rivetCore.c: expanded error info data in Rivet_Upload + * doc/rivet.css: new color scheme for docbook manual 2019-12-04 Massimo Manghi <mxman...@apache.org> - * src/mod_rivet_ng/rivetCore.c: new branch uploadcmdfix with improved - argument checking in Rivet_Upload that was the cause of random crashes + * src/mod_rivet_ng/rivetCore.c: new branch uploadcmdfix with improved + argument checking in Rivet_Upload that was the cause of random crashes 2019-11-29 Brice Hamon <bh...@apache.org> - * src/mod_rivet_ng/mod_rivet_cache.h: added RivetCache_DeleteEntry - * src/mod_rivet_ng/mod_rivet_cache.c: - * src/mod_rivet_ng/rivetCore.c: fixed crash when rvt file not readable + * src/mod_rivet_ng/mod_rivet_cache.h: added RivetCache_DeleteEntry + * src/mod_rivet_ng/mod_rivet_cache.c: + * src/mod_rivet_ng/rivetCore.c: fixed crash when rvt file not readable 2019-10-13 Massimo Manghi <mxman...@apache.org> - * doc/xml/directives.xml: configuration directives table expanded - * doc/examples/ + * doc/xml/directives.xml: configuration directives table expanded + * doc/examples/ 2019-09-30 Massimo Manghi <mxman...@apache.org> - * src/mod_rivet_ng/rivetCore.c: revised argument checking + * src/mod_rivet_ng/rivetCore.c: revised argument checking 2019-09-29 Massimo Manghi <mxman...@apache.org> - * doc/xml/commands.xml: Completed manual page for command ::rivet::thread_id - * src/mod_rivet_ng/rivetCore.c: Rivet_GetThreadId rewritten. Now the - command accepts an optional argument to select decimal or hexadecimal (default) - output + * doc/xml/commands.xml: Completed manual page for command ::rivet::thread_id + * src/mod_rivet_ng/rivetCore.c: Rivet_GetThreadId rewritten. Now the + command accepts an optional argument to select decimal or hexadecimal (default) + output 2019-08-05 Massimo Manghi <mxman...@apache.org> - * doc/xml/directives.xml: Documenting SingleThreadExit directive + * doc/xml/directives.xml: Documenting SingleThreadExit directive 2019-07-27 Massimo Manghi <mxman...@apache.org> -- * doc/xml/commands.xml,src/mod_rivet_ng/rivetCore.c: Add ::rivet::thread_id -- manual page ++ * doc/xml/commands.xml,src/mod_rivet_ng/rivetCore.c: Add ::rivet::thread_id ++ manual page 2019-06-25 Massimo Manghi <mxman...@apache.org> -- * : Single thread exit implementation for mod_rivet 3.2 -- * src/mod_rivet_ng/rivet_[.*]_mpm.c: further simplified code by removing -- redundant flags. Changing function names scheme ++ * : Single thread exit implementation for mod_rivet 3.2 ++ * src/mod_rivet_ng/rivet_[.*]_mpm.c: further simplified code by removing ++ redundant flags. Changing function names scheme 2019-05-24 Massimo Manghi <mxman...@apache.org> -- * src/mod_rivet_ng/rivetCore.c: Add Tcl_DecrRefCnt after -- RivetCache_StoreScript as this function itself calls -- Tcl_IncrRefCnt to preserve the Tcl_Obj with the script code -- ++ * src/mod_rivet_ng/rivetCore.c: Add Tcl_DecrRefCnt after ++ RivetCache_StoreScript as this function itself calls ++ Tcl_IncrRefCnt to preserve the Tcl_Obj with the script code ++ 2019-04-13 Massimo Manghi <mxman...@apache.org> * doc/xml/commands.xml: Correct wrong header in ::rivet::http_accept code example --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@tcl.apache.org For additional commands, e-mail: commits-h...@tcl.apache.org