1. f506bd2 fully expressing fields in the bridge definition structures by Massimo Manghi · 5 weeks ago master
  2. 570c817 Possible memory leak fixed in Rivet_ProcessorCleanup (worker_prefork_common.c) by Massimo Manghi · 5 weeks ago
  3. e287c68 The docs still showed the old field names of the rivet_bridge_table struct by Massimo Manghi · 6 weeks ago
  4. 94f4e55 Override method create_field_formatter in dio_Sqlite to match formatters class name by Massimo Manghi · 6 weeks ago
  5. ed00fa4 Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet by Massimo Manghi · 6 weeks ago
  6. 5b83bbb commit also changelog entry by Massimo Manghi · 6 weeks ago
  7. 0a785fd fix missing resultid public variable in TDBCResults by Massimo Manghi · 6 weeks ago
  8. ba1c4c5 Using the named fields form of structure definition for RivetChan by Massimo Manghi · 8 weeks ago
  9. 3ab993c restoring top_srcdir variable in TEA_INSTALL by Massimo Manghi · 3 months ago
  10. 3da8430 Tcl channel version 5 support, tcl.m4 latest version, modernize old style function declaration in rivetList.c by Massimo Manghi · 3 months ago
  11. bbbad05 merge from branch 3.2 by Massimo Manghi · 5 months ago
  12. 13da4e5 add Changelog entry by Massimo Manghi · 5 months ago
  13. 22f4273 the Sqlite3 formatter class must be named Sqlite3 likewise by Massimo Manghi · 5 months ago
  14. f6d8146 reindenting XML entities definitions by Massimo Manghi · 5 months ago
  15. 7278545 Fix misplaced comment block in DIO formatters by Massimo Manghi · 5 months ago
  16. e150c47 dio_Tdbc.tcl version number update as 1.2.5 by Massimo Manghi · 6 months ago
  17. 64021dd Fix wrong serial number management by Massimo Manghi · 6 months ago
  18. 8e83e52 Fix wrong serial number management by Massimo Manghi · 6 months ago
  19. 11665f0 Change 'inspect' command purpose definition in TOC by Massimo Manghi · 6 months ago
  20. 623861f fixed typo and incrementing connectors serial number on dio_Tdbc.tcl by Massimo Manghi · 6 months ago
  21. 555509d tdbc methods consolidation into tdbc_exec, method 'fetch' reimplemented to allow TDBC argument substitution by Massimo Manghi · 6 months ago
  22. 3d60f7c add consistent handling of TDBC named arguments substitution on a table when there are no columns of it needing special formatting (via special_fields_formatter object), reimplementation of update,insert and delete for the ::DIO::Tdbc driver by Massimo Manghi · 6 months ago
  23. 99fa089 fixed broken links, rewording TDBC driver introduction by Massimo Manghi · 6 months ago
  24. 1a81444 Removed method insert from ::DIO::Tdbc and reimplmented 'exec' instead by Massimo Manghi · 6 months ago
  25. 32c3cfb Reimplementing also method insert by Massimo Manghi · 6 months ago
  26. 55ddc2b fix SQL insert statement arguments by Massimo Manghi · 6 months ago
  27. f753132 Override build_insert_query in ::DIO::Tdbc to take advantage of the TDBC named parameters feature by Massimo Manghi · 6 months ago
  28. 3436619 fix wrong class names in comment by Massimo Manghi · 6 months ago
  29. 8b82822 properly handle sqlite3 connection, fixed severe bug in arguments being passed to special fields formatter by Massimo Manghi · 6 months ago
  30. 00fa07e Fix sqlite3 connection creation, add mariadb and sqlite aliases, filtering unrecognized driver names by Massimo Manghi · 7 months ago
  31. a3df20b Now defining ::rivet::lempty if not available by Massimo Manghi · 7 months ago
  32. 99042a0 Support for Tcl8.6 by conditional definition of Tcl_Size by Massimo Manghi · 8 months ago
  33. 320eeeb dio_Tdbc package version bumped as 1.2.1 by Massimo Manghi · 9 months ago
  34. 9956000 merging bug fix done in branch 3.2 by Massimo Manghi · 9 months ago
  35. 38557a6 fixed error in variable name made impossible to actually pass TDBC specific options to a DBMS connector by Massimo Manghi · 9 months ago
  36. cf3418d space only commit to have tabs in the last ChangeLog entry by Massimo Manghi · 9 months ago
  37. 9b771be empty packages/aida to found on it a TclOO version of DIO. New version number 3.3.0 by Massimo Manghi · 11 months ago
  38. 31b7550 Merge branch 'master' into tcl-novem by Massimo Manghi · 12 months ago tcl-novem
  39. 909661c well forming and pretty formatting Rivet template for session demo by Massimo Manghi · 12 months ago
  40. 28a6075 fix changelog entry indented with spaces instead tab by Massimo Manghi · 12 months ago
  41. 3820bd1 Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year ago
  42. 6b4532c Wrapped long definitions for improved readability by Massimo Manghi · 1 year ago
  43. e228acc removing trailing spaces by Massimo Manghi · 1 year ago
  44. 70a8bae Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year ago
  45. 9bfee6a defined m4 variable for rivet version by Massimo Manghi · 1 year ago
  46. d9614ea naturally the connectors counter had to be a class variable.... by Massimo Manghi · 1 year, 1 month ago
  47. bff364e Removing old svn symbols, removing from Makefile.am lines disabled long ago by Massimo Manghi · 1 year, 2 months ago
  48. 8fca533 Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year, 2 months ago
  49. 4334194 Establishing a real minimum for the cache size, unless CacheSize configuration directive is 0 by Massimo Manghi · 1 year, 5 months ago
  50. 0e040a4 changing wrong comment referring to the old-time cache size pointers in the rivet config structure by Massimo Manghi · 1 year, 5 months ago
  51. 45e8b17 escaping some character that needed their corresponding SGML/HTML entities by Massimo Manghi · 1 year, 5 months ago
  52. 63572f9 Documenting new driver Tdbc for DIO. Reworking the lazy bridge documentation. Prepare RC1 for 3.2.6 by Massimo Manghi · 1 year, 5 months ago
  53. 31e056f documenting support of the Tdbc series of DBMS connectors by Massimo Manghi · 1 year, 6 months ago
  54. 87bdb28 Updating documentation page by Massimo Manghi · 1 year, 6 months ago
  55. 632c0fe tell git to ignore rivet/init.tcl which is created from rivet/init.tcl.in by Massimo Manghi · 1 year, 6 months ago
  56. b2b380d Delete rivet/init.tcl as it has to be created by running 'configure' by Massimo Manghi · 1 year, 6 months ago
  57. 251be4f Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year, 6 months ago
  58. 6d7b131 reformatting tabs and spaces by Massimo Manghi · 1 year, 8 months ago
  59. dd8c41b Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year, 7 months ago
  60. 8c82d95 fix package dio_Tdbc version, bumping rivet version by Massimo Manghi · 1 year, 7 months ago
  61. f16d111 reformatting tabs and spaces by Massimo Manghi · 1 year, 8 months ago
  62. cdcb4d1 align to version 1.2 for new DIO interface, update ASF copyright statements by Massimo Manghi · 1 year, 7 months ago
  63. 24cec01 merging branch tdbc with new dbms connectors by Massimo Manghi · 1 year, 7 months ago
  64. 9dab4d8 Establishing Postgresql as DIO name for the database even though tdbc uses Postgres by Massimo Manghi · 1 year, 8 months ago tdbc
  65. b39e7e2 removed lines for debugging by Massimo Manghi · 1 year, 8 months ago
  66. 094e7e0 Fixed wrong argument list costruction in Result objects by Massimo Manghi · 1 year, 8 months ago
  67. eeb5364 further development for supporting tdbc based connectors by Massimo Manghi · 1 year, 8 months ago
  68. 23bce39 tweaking with some code line format by Massimo Manghi · 1 year, 11 months ago
  69. 0e3e5fc implementing Formatters to be shared by legacy and Tdbc based connectors by Massimo Manghi · 1 year, 11 months ago
  70. eaf250f add formatters class by Massimo Manghi · 1 year, 11 months ago
  71. 59cf444 moving towards an Object Oriented management of special fields formatting by Massimo Manghi · 1 year, 11 months ago
  72. ff128c3 getting rid of the first attempt at writing TDBC. dio_Tdbc.tcl will be the real place where TDBC is implemented by Massimo Manghi · 1 year, 11 months ago
  73. 1cb0365 simplified internal management of TDBCResult, optimizing memory management, but method numows doesn't scale for large result sets by Massimo Manghi · 1 year, 11 months ago
  74. 5a5ff6f fixed rowcount management in tdbc.tcl by Massimo Manghi · 1 year, 11 months ago
  75. c974957 further development for tdbc support by Massimo Manghi · 1 year, 11 months ago
  76. 12b071c add tdbc support for DIO by Massimo Manghi · 1 year, 11 months ago
  77. 01c8427 moving experimental files and fully qualify Rivet commands in rivet_ncgi.tcl by Massimo Manghi · 1 year, 11 months ago
  78. 42a3440 merging latest development from the master branch by Massimo Manghi · 2 years ago
  79. 0324f70 update version number in documentation by Massimo Manghi · 2 years ago
  80. 72bb8d4 Determining the server_rec also for server initialization scripts by Massimo Manghi · 2 years ago
  81. b4e84cb new version 3.2.5, fixed misspelled command in manual page by Massimo Manghi · 2 years, 2 months ago
  82. 074cf4f Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet by Massimo Manghi · 2 years, 2 months ago
  83. a86fd2c new version 3.2.4 by Massimo Manghi · 2 years, 2 months ago 3.2.4
  84. 85a73dc further elaborating lazy bridge documentation by Massimo Manghi · 2 years, 2 months ago
  85. 1bdb883 now calling Rivet_RunChildScripts to execute also rivet_child_exit_script by Massimo Manghi · 2 years, 2 months ago
  86. 5c9e208 bumping version number as 3.2.4 by Massimo Manghi · 2 years, 3 months ago
  87. 6513179 changing CONST into const and introducing also Tcl_Size wherever required by Tcl 9.0. Implementing also close2proc as required by channel version 5 by Massimo Manghi · 2 years, 5 months ago
  88. 5678b27 Merge branch 'master' into tcl-novem by Massimo Manghi · 2 years, 5 months ago
  89. e607ab5 Fixing Appveyor generator version by Massimo Manghi · 2 years, 5 months ago
  90. d8bdf0a Merge remote-tracking branch 'refs/remotes/origin/master' by Massimo Manghi · 2 years, 5 months ago
  91. cae96b8 fix Apache binary download URL by Massimo Manghi · 2 years, 5 months ago
  92. 3c225d9 fix Apache binary download URL by Massimo Manghi · 2 years, 5 months ago
  93. 38e9ec6 update tclconfig/install-sh to version 2020-11-14 by Massimo Manghi · 2 years, 6 months ago
  94. 98b5975 Fix VS compiler download URL by Massimo Manghi · 2 years, 6 months ago
  95. b0e1a2f fixed regression bug in tests/rivet.test by Massimo Manghi · 2 years, 7 months ago
  96. d45bf38 add changlog entry for the formbroker documentation update by Massimo Manghi · 2 years, 7 months ago
  97. db18f67 update formbroker documentation by Massimo Manghi · 2 years, 7 months ago
  98. c923b86 merge updates in repository for HEAD by Massimo Manghi · 2 years, 10 months ago
  99. ca19299 various minor changes, a test improvement for channel.test, output mechanism generalization for ::rivet::parray by Massimo Manghi · 2 years, 10 months ago
  100. 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 by Massimo Manghi · 2 years, 11 months ago