You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2022/02/18 16:31:15 UTC

[tcl-rivet] branch tcl-novem updated (048c869 -> 8201e58)

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 048c869  merging branch 'master' after Rivet 3.2.0 release
     add ab7602b  rephrasing explanations written is awfully bad english (as a matter of fact it would have been badly written anyway)
     add 147450a  Support for connector specific client options. Add form 2.2 package
     add 2360336      * VERSION: bumped version as 3.2.1     * src/mod_rivet_ng/mod_rivet.c: more linear determination of the bridge name     * rivet/packages/formbroker.tcl: introduced key maxlength
     add d7175c5  add current loglevel in server array
     add 06306f0  Integrating the error info returned by ::rivet::upload
     add 2f9aabd  Grammar fix
     add f343ebf  Merge pull request #5 from fredster33/patch-1
     add 7976b0a  Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet
     add ed65a45  make session cache table columns larger
     add a5e2d75  clarified and extended ::rivet::env manual page
     add bf0bb2a  environment variables internals revision, add new tests to control their resolution and handling
     add 2af4380  add macro MINSTRLEN, expand comments in TclWebapache.c
     add beedc59  add comments to new functions introduced for the environment variables resolution
     add 6897f46  * src/mod_rivet_ng/TclWebapache.c: removed unnecessary call to TclWeb_InitEnvVars when loading input headers
     add ff19cdb  using DocBook <quote> tag instead of HTML's <q>
     add 30e1498  documenting new configure switch --enable-rivet-debug-build
     add 9f060cd  * doc/xml/lazybridge.xml: update examples with latest modifications done to the lazy bridge
     add 6a84c44  removing unneeded double call to AM_AUTOMAKE_INIT, calling AC_CONFIG_SRCDIR
     add b33ece8  documenting new switch -emit of package form 2.2
     add ca85483  * Changelog: release as Rivet 3.2.1
     add b06fabc  changing obsolete macro name AC_PROG_LIBTOOL into LT_INIT
     new ba9f4fb  Merging changes from master (after release of 3.2.1)
     add dceb6ce  fixed possible memory leak in Rivet_Var
     add 32a07dd  add new feature to ::rivet::var, new version of tcl.m4
     add 40b164c  document latest feature added
     add c283f1a  various minor fixes
     new 8201e58  Merge branch 'master' into tcl-novem

The 2 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:
 ChangeLog                                        |  132 +-
 README.md                                        |    2 +-
 VERSION                                          |    2 +-
 configure.ac                                     |   13 +-
 doc/rivet.xml                                    |    2 +-
 doc/xml/commands.xml                             |  184 +--
 doc/xml/dio.xml                                  |   20 +-
 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}    |   41 +-
 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 +-
 rivet/rivet-tcl/xml.tcl                          |    4 +-
 src/TclWeb.h                                     |   28 +-
 src/mod_rivet_ng/TclWebapache.c                  |  479 ++++++--
 src/mod_rivet_ng/apache_config.c                 |    4 +-
 src/mod_rivet_ng/mod_rivet.c                     |   37 +-
 src/mod_rivet_ng/mod_rivet.h                     |   14 +-
 src/mod_rivet_ng/mod_rivet_common.c              |    3 +-
 src/mod_rivet_ng/mod_rivet_generator.c           |   10 +-
 src/mod_rivet_ng/rivetCore.c                     |   79 +-
 src/mod_rivet_ng/rivetInspect.c                  |  135 +--
 src/mod_rivet_ng/rivet_lazy_mpm.c                |   14 +-
 src/mod_rivet_ng/rivet_prefork_mpm.c             |    3 +-
 src/mod_rivet_ng/rivet_types.h                   |    2 +-
 src/rivet.h                                      |    1 +
 tclconfig/install-sh                             |  399 +++---
 tclconfig/tcl.m4                                 | 1411 +++++++++++-----------
 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 +-
 48 files changed, 2041 insertions(+), 1437 deletions(-)
 copy rivet/packages/form/{form2.tcl => form22.tcl} (93%)
 mode change 100755 => 100644 tclconfig/install-sh
 create mode 100644 tests/env_methods.tcl

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org


[tcl-rivet] 01/02: Merging changes from master (after release of 3.2.1)

Posted by mx...@apache.org.
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 <ma...@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 <mx...@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 <mx...@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 <mx...@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 <mx...@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 <mx...@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 <mx...@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 <mx...@apache.org>
-     * doc/xml/directives.xml: Documenting SingleThreadExit directive
+ 	* doc/xml/directives.xml: Documenting SingleThreadExit directive
  
  2019-07-27 Massimo Manghi <mx...@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 <mx...@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 <mx...@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 <mx...@apache.org>
      * doc/xml/commands.xml: Correct wrong header in ::rivet::http_accept code example
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org


[tcl-rivet] 02/02: Merge branch 'master' into tcl-novem

Posted by mx...@apache.org.
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 8201e58400cb8a0476069bf6b6a5f52050f1d61e
Merge: ba9f4fb c283f1a
Author: Massimo Manghi <ma...@gmail.com>
AuthorDate: Fri Feb 18 17:30:48 2022 +0100

    Merge branch 'master' into tcl-novem

 ChangeLog                         |   20 +
 VERSION                           |    2 +-
 doc/rivet.xml                     |    2 +-
 doc/xml/commands.xml              |   49 +-
 doc/xml/dio.xml                   |   20 +-
 rivet/packages/form/form22.tcl    |   21 +-
 rivet/rivet-tcl/xml.tcl           |    4 +-
 src/TclWeb.h                      |   28 +-
 src/mod_rivet_ng/apache_config.c  |    4 +-
 src/mod_rivet_ng/mod_rivet.c      |    6 +-
 src/mod_rivet_ng/mod_rivet.h      |   10 +-
 src/mod_rivet_ng/rivetCore.c      |   60 +-
 src/mod_rivet_ng/rivet_lazy_mpm.c |   14 +-
 tclconfig/install-sh              |  399 +++++------
 tclconfig/tcl.m4                  | 1411 +++++++++++++++++++------------------
 15 files changed, 1092 insertions(+), 958 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org