1. 7fae62a document important change in .tcl scripts handling by Massimo Manghi · 11 days ago master
  2. 892e71c fix bug in ::rivet::load_cookies by Massimo Manghi · 13 days ago
  3. ed00ec0 fix bug in ::rivet::load_cookies by Massimo Manghi · 13 days ago
  4. a1c45fc Nice tabular form of the utf-8 to SGML entities map by Massimo Manghi · 3 weeks ago
  5. e6261ec Merge pull request #6 from apache/infrastructure-ruleset-bot/default-branch-protection by Massimo Manghi · 4 weeks ago
  6. 6f02bd1 Explicit scoping array 'server' in the global namespace by Massimo Manghi · 5 weeks ago
  7. 8c69f24 remove bullet from ChangeLog last entry by Massimo Manghi · 6 weeks ago
  8. ff85461 add ChangeLog entry for new commands ::rivet::write_binary and ::rivet::with_binary_output by Massimo Manghi · 6 weeks ago
  9. cd472aa minor change in new commands' footnote by Massimo Manghi · 6 weeks ago
  10. c612a3e add note for the new commands not being exported by Massimo Manghi · 6 weeks ago
  11. fd0a144 add specialized functions for binary output by Massimo Manghi · 6 weeks ago
  12. 92f1c1e handling channel options in a compatible way between 8.6 and 9.0 by Massimo Manghi · 6 weeks ago
  13. 9309ff9 add new tests by Massimo Manghi · 6 weeks ago
  14. 73e322d complete utf-8 test suite, add -encoding option to ::rivet::parse by Massimo Manghi · 6 weeks ago
  15. 8d30a05 first canvas of tests migration towards utf-8 by Massimo Manghi · 6 weeks ago
  16. 4271499 Fix incomplete script name by Massimo Manghi · 7 weeks ago
  17. c8c4643 remove old code not applicable anymore in rivetParser.[h|c] by Massimo Manghi · 7 weeks ago
  18. 7ae32f6 removed spaces from arglists, reformat documentation and fix typo by Massimo Manghi · 8 weeks ago
  19. 8462fab removed spaces from arglists, reformat documentation and fix typo by Massimo Manghi · 8 weeks ago
  20. 50ba253 fixed typo and removed svn tag by Massimo Manghi · 8 weeks ago
  21. e79c37f Set up default protection ruleset for default and release branches by The Apache Software Foundation · 3 months ago infrastructure-ruleset-bot/default-branch-protection
  22. 7db2b18 use debug_output for emitting messages by Massimo Manghi · 3 months ago
  23. 136edf2 trimming SQL strings before passing to statement construction by Massimo Manghi · 4 months ago
  24. f506bd2 fully expressing fields in the bridge definition structures by Massimo Manghi · 5 months ago
  25. 570c817 Possible memory leak fixed in Rivet_ProcessorCleanup (worker_prefork_common.c) by Massimo Manghi · 5 months ago
  26. e287c68 The docs still showed the old field names of the rivet_bridge_table struct by Massimo Manghi · 5 months ago
  27. 94f4e55 Override method create_field_formatter in dio_Sqlite to match formatters class name by Massimo Manghi · 5 months ago
  28. ed00fa4 Merge branch 'master' of https://gitbox.apache.org/repos/asf/tcl-rivet by Massimo Manghi · 5 months ago
  29. 5b83bbb commit also changelog entry by Massimo Manghi · 5 months ago
  30. 0a785fd fix missing resultid public variable in TDBCResults by Massimo Manghi · 5 months ago
  31. ba1c4c5 Using the named fields form of structure definition for RivetChan by Massimo Manghi · 6 months ago
  32. 3ab993c restoring top_srcdir variable in TEA_INSTALL by Massimo Manghi · 7 months ago
  33. 3da8430 Tcl channel version 5 support, tcl.m4 latest version, modernize old style function declaration in rivetList.c by Massimo Manghi · 7 months ago
  34. bbbad05 merge from branch 3.2 by Massimo Manghi · 9 months ago
  35. 13da4e5 add Changelog entry by Massimo Manghi · 9 months ago
  36. 22f4273 the Sqlite3 formatter class must be named Sqlite3 likewise by Massimo Manghi · 9 months ago
  37. f6d8146 reindenting XML entities definitions by Massimo Manghi · 9 months ago
  38. 7278545 Fix misplaced comment block in DIO formatters by Massimo Manghi · 9 months ago
  39. e150c47 dio_Tdbc.tcl version number update as 1.2.5 by Massimo Manghi · 10 months ago
  40. 64021dd Fix wrong serial number management by Massimo Manghi · 10 months ago
  41. 8e83e52 Fix wrong serial number management by Massimo Manghi · 10 months ago
  42. 11665f0 Change 'inspect' command purpose definition in TOC by Massimo Manghi · 10 months ago
  43. 623861f fixed typo and incrementing connectors serial number on dio_Tdbc.tcl by Massimo Manghi · 10 months ago
  44. 555509d tdbc methods consolidation into tdbc_exec, method 'fetch' reimplemented to allow TDBC argument substitution by Massimo Manghi · 10 months ago
  45. 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 · 10 months ago
  46. 99fa089 fixed broken links, rewording TDBC driver introduction by Massimo Manghi · 10 months ago
  47. 1a81444 Removed method insert from ::DIO::Tdbc and reimplmented 'exec' instead by Massimo Manghi · 10 months ago
  48. 32c3cfb Reimplementing also method insert by Massimo Manghi · 10 months ago
  49. 55ddc2b fix SQL insert statement arguments by Massimo Manghi · 10 months ago
  50. f753132 Override build_insert_query in ::DIO::Tdbc to take advantage of the TDBC named parameters feature by Massimo Manghi · 10 months ago
  51. 3436619 fix wrong class names in comment by Massimo Manghi · 10 months ago
  52. 8b82822 properly handle sqlite3 connection, fixed severe bug in arguments being passed to special fields formatter by Massimo Manghi · 10 months ago
  53. 00fa07e Fix sqlite3 connection creation, add mariadb and sqlite aliases, filtering unrecognized driver names by Massimo Manghi · 10 months ago
  54. a3df20b Now defining ::rivet::lempty if not available by Massimo Manghi · 11 months ago
  55. 99042a0 Support for Tcl8.6 by conditional definition of Tcl_Size by Massimo Manghi · 12 months ago
  56. 320eeeb dio_Tdbc package version bumped as 1.2.1 by Massimo Manghi · 1 year, 1 month ago
  57. 9956000 merging bug fix done in branch 3.2 by Massimo Manghi · 1 year, 1 month ago
  58. 38557a6 fixed error in variable name made impossible to actually pass TDBC specific options to a DBMS connector by Massimo Manghi · 1 year, 1 month ago
  59. cf3418d space only commit to have tabs in the last ChangeLog entry by Massimo Manghi · 1 year, 1 month ago
  60. 9b771be empty packages/aida to found on it a TclOO version of DIO. New version number 3.3.0 by Massimo Manghi · 1 year, 3 months ago
  61. 31b7550 Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year, 4 months ago tcl-novem
  62. 909661c well forming and pretty formatting Rivet template for session demo by Massimo Manghi · 1 year, 4 months ago
  63. 28a6075 fix changelog entry indented with spaces instead tab by Massimo Manghi · 1 year, 4 months ago
  64. 3820bd1 Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year, 4 months ago
  65. 6b4532c Wrapped long definitions for improved readability by Massimo Manghi · 1 year, 4 months ago
  66. e228acc removing trailing spaces by Massimo Manghi · 1 year, 4 months ago
  67. 70a8bae Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year, 4 months ago
  68. 9bfee6a defined m4 variable for rivet version by Massimo Manghi · 1 year, 4 months ago
  69. d9614ea naturally the connectors counter had to be a class variable.... by Massimo Manghi · 1 year, 5 months ago
  70. bff364e Removing old svn symbols, removing from Makefile.am lines disabled long ago by Massimo Manghi · 1 year, 6 months ago
  71. 8fca533 Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year, 6 months ago
  72. 4334194 Establishing a real minimum for the cache size, unless CacheSize configuration directive is 0 by Massimo Manghi · 1 year, 9 months ago
  73. 0e040a4 changing wrong comment referring to the old-time cache size pointers in the rivet config structure by Massimo Manghi · 1 year, 9 months ago
  74. 45e8b17 escaping some character that needed their corresponding SGML/HTML entities by Massimo Manghi · 1 year, 9 months ago
  75. 63572f9 Documenting new driver Tdbc for DIO. Reworking the lazy bridge documentation. Prepare RC1 for 3.2.6 by Massimo Manghi · 1 year, 9 months ago
  76. 31e056f documenting support of the Tdbc series of DBMS connectors by Massimo Manghi · 1 year, 9 months ago
  77. 87bdb28 Updating documentation page by Massimo Manghi · 1 year, 10 months ago
  78. 632c0fe tell git to ignore rivet/init.tcl which is created from rivet/init.tcl.in by Massimo Manghi · 1 year, 10 months ago
  79. b2b380d Delete rivet/init.tcl as it has to be created by running 'configure' by Massimo Manghi · 1 year, 10 months ago
  80. 251be4f Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year, 10 months ago
  81. 6d7b131 reformatting tabs and spaces by Massimo Manghi · 2 years ago
  82. dd8c41b Merge branch 'master' into tcl-novem by Massimo Manghi · 1 year, 11 months ago
  83. 8c82d95 fix package dio_Tdbc version, bumping rivet version by Massimo Manghi · 1 year, 11 months ago
  84. f16d111 reformatting tabs and spaces by Massimo Manghi · 2 years ago
  85. cdcb4d1 align to version 1.2 for new DIO interface, update ASF copyright statements by Massimo Manghi · 1 year, 11 months ago
  86. 24cec01 merging branch tdbc with new dbms connectors by Massimo Manghi · 1 year, 11 months ago
  87. 9dab4d8 Establishing Postgresql as DIO name for the database even though tdbc uses Postgres by Massimo Manghi · 2 years ago tdbc
  88. b39e7e2 removed lines for debugging by Massimo Manghi · 2 years ago
  89. 094e7e0 Fixed wrong argument list costruction in Result objects by Massimo Manghi · 2 years ago
  90. eeb5364 further development for supporting tdbc based connectors by Massimo Manghi · 2 years ago
  91. 23bce39 tweaking with some code line format by Massimo Manghi · 2 years, 3 months ago
  92. 0e3e5fc implementing Formatters to be shared by legacy and Tdbc based connectors by Massimo Manghi · 2 years, 3 months ago
  93. eaf250f add formatters class by Massimo Manghi · 2 years, 3 months ago
  94. 59cf444 moving towards an Object Oriented management of special fields formatting by Massimo Manghi · 2 years, 3 months ago
  95. 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 · 2 years, 3 months ago
  96. 1cb0365 simplified internal management of TDBCResult, optimizing memory management, but method numows doesn't scale for large result sets by Massimo Manghi · 2 years, 3 months ago
  97. 5a5ff6f fixed rowcount management in tdbc.tcl by Massimo Manghi · 2 years, 3 months ago
  98. c974957 further development for tdbc support by Massimo Manghi · 2 years, 3 months ago
  99. 12b071c add tdbc support for DIO by Massimo Manghi · 2 years, 3 months ago
  100. 01c8427 moving experimental files and fully qualify Rivet commands in rivet_ncgi.tcl by Massimo Manghi · 2 years, 3 months ago