1. 1826fca no need to use SAL_WHERE when throwing exception by Noel Grandin · 9 weeks ago
  2. d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
  3. 7596a76 Don't do CppunitTest_connectivity_mysql_test unless ENABLE_MARIADBC by Tor Lillqvist · 3 months ago
  4. 3489b97 Resolves: tdf#170410 drop libmysqlclo dependency on libcrypt by Julien Nabet · 3 months ago
  5. 18992dd Replace unixODBC to iODBC that is BSD licensed by Andras Timar · 4 years, 4 months ago
  6. 577f902 Avoid using local variable that hides a class member by Hossein · 5 months ago
  7. fd2e467 tdf#146619 Run IWYU in fw decl mode on include/[a-c]* by Gabor Kelemen · 6 months ago
  8. 5553052 tdf#157664 Drop operator !=, where respective operator == is defined by kallial · 6 months ago
  9. e8b8727 tdf#158237 Use C++20 contains() instead of find(), end() in dbtools.cxx by Simon Chenery · 6 months ago
  10. 41a20e6 cid#1421169 Uncaught exception by Caolán McNamara · 6 months ago
  11. 153b4dc drop some more COVERITY stuff by Caolán McNamara · 6 months ago
  12. 3081701 tdf#156776 Base need to save new table with unique name by prrvchr · 7 months ago
  13. c7d1e00 loplugin:external by Stephan Bergmann · 7 months ago
  14. 15ee3a4 connectivity/macab: avoid errors due to missing contacts.notes entitlement by Dan Williams · 7 months ago
  15. ec3a22c reduce warning spam in connectivity by Noel Grandin · 7 months ago
  16. 752083b IWYU: drop some exceptions related to rtl::math and std:: by Gabor Kelemen · 7 months ago
  17. 87e3e11 connectivity/macab: ensure records array is zero-initialized by Dan Williams · 7 months ago
  18. 4dc20af connectivity/macab: use CoreFoundation instead of Carbon by Dan Williams · 7 months ago
  19. 83904a8 Fix following 2c0c0ff155454eacd6cb821881c4cb76da047e1f by Julien Nabet · 7 months ago
  20. 2c0c0ff tdf#146619 Run IWYU on connectivity/ by Gabor Kelemen · 8 months ago
  21. 4b750f6 Use RepeatedChar by Mike Kaganski · 7 months ago
  22. 02e946c Use RepeatedUChar in connectivity, editeng, sc and svl by Mike Kaganski · 7 months ago
  23. 67e0501 tdf#111634 Eliminate some macOS Address Book driver memory leaks by Patrick Luby · 8 months ago
  24. 961cd7f Make the test build always by Mike Kaganski · 8 months ago
  25. be6015e cid#1659971 silence Overflowed return value by Caolán McNamara · 8 months ago
  26. 16bd75a cid#1659785 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  27. b928f62 cid#1659896 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  28. d02fde0 cid#1659748 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  29. 5568801 cid#1556634 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  30. b1ec05b cid#1662031 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  31. a41fa46 cid#1659670 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  32. 79c3a09 cid#1660333 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  33. 6fc58fb cid#1660346 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  34. 8fc9952 cid#1660374 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  35. c7987c4 cid#1660426 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  36. 7ba7a49 cid#1660456 Variable copied when it could be moved by Caolán McNamara · 8 months ago
  37. 5b80844 Related: tdf#167591 Make STANDARD_DB_DATE more standard by Mike Kaganski · 9 months ago
  38. b80cd12 const up some more pieces by Caolán McNamara · 9 months ago
  39. e90c95e Drop exceptions for osl/endian.h from yaml files by Gabor Kelemen · 9 months ago
  40. 35256f5 Let Hash take const void* instead of const unsigned char* by Mike Kaganski · 9 months ago
  41. 41d31d5 Allows LibreOffice's Base flat file connector to accept more than 65,534 characters per line. The maximum number of columns is 16,384, allowing 262,144 characters per line gives 16 characters per field. by Laurent DEBOMY · 10 months ago
  42. f93e051 connectivity: Drop dbtools::getDataSourceSetting taking const char* by Michael Weghorn · 11 months ago
  43. 87c603c Fix OSL_ENSURE "Should be null here!" warning message in OStatement.cxx by Simon Chenery · 11 months ago
  44. c7ac81a Fix logic of fb_shutdown check by Julien Nabet · 11 months ago
  45. d0e6d19 These bogus -Wdangling-reference still hit with current GCC 16 trunk by Stephan Bergmann · 12 months ago
  46. 7abefc0 Remove obsolete fw declarations from connectivity/ by Gabor Kelemen · 1 year, 3 months ago
  47. e7d0b0d fix CppunitTest_dbaccess_SingleSelectQueryComposer_test deadlock (2) by Noel Grandin · 1 year ago
  48. 4b7ddc14 tdf#165928: MySQL/MariaDB direct connection: VARCHAR can be > 255 characters by Julien Nabet · 1 year ago
  49. ca109bc tdf#165839 Changes the transaction isolation level by jucasaca · 1 year, 1 month ago
  50. 02a5df6 use more concrete UNO in connectivity by Noel Grandin · 1 year, 1 month ago
  51. f4ba2e1 trim excessive leading whitespace in connectivity by Noel Grandin · 1 year, 1 month ago
  52. 1b3da13 improve type-safety in FirebirdDriver by Noel Grandin · 1 year, 1 month ago
  53. 67df353 improve type-safety in ado::ODriver by Noel Grandin · 1 year, 1 month ago
  54. df7b3a5 remove unused typedef by Noel Grandin · 1 year, 1 month ago
  55. 0d793d6 improve type safety in OEvoabDriver by Noel Grandin · 1 year, 1 month ago
  56. 0405a13 improve type safety in file::OFileDriver by Noel Grandin · 1 year, 1 month ago
  57. d4a878c improve type safety in mysqlc::MysqlCDriver by Noel Grandin · 1 year, 1 month ago
  58. ab9ba05 improve type safety in mysqlc::OConnection by Noel Grandin · 1 year, 1 month ago
  59. 773fa22 improve type safety in mysqlc::OPreparedResultSet by Noel Grandin · 1 year, 1 month ago
  60. 99f20f6 improve type safety in mysqlc::OResultSet by Noel Grandin · 1 year, 1 month ago
  61. 90351ca ODatabaseMetaDataResultSet::m_aStatement is unused by Noel Grandin · 1 year, 1 month ago
  62. 52249ad improve type safety in hsqldb::ODriverDelegator by Noel Grandin · 1 year, 1 month ago
  63. ee66e11 more type-safety in odbc::ODBCDriver by Noel Grandin · 1 year, 1 month ago
  64. 8489375 ado::ODatabaseMetaDataResultSet::m_aStatement is unused by Noel Grandin · 1 year, 1 month ago
  65. e10493a improve type safety in mysql::ODriverDelegator by Noel Grandin · 1 year, 1 month ago
  66. 5f064fe m_aStatement in ODatabaseMetaDataResultSet is unused by Noel Grandin · 1 year, 1 month ago
  67. 2df7a51 expand the ObjectType typedef by Noel Grandin · 1 year, 1 month ago
  68. 1137a2f Revert "tdf#159588: Query-GUI: LOWER isnt supported in Query-GUI if ... by Julien Nabet · 1 year, 1 month ago
  69. d1c1b9c use more concrete UNO types in some local vars by Noel Grandin · 1 year, 1 month ago
  70. c48ebfd Change the unparseable query to parse ODBC escape query by Adam Seskunas · 1 year, 2 months ago
  71. 94636bc tdf#130672: handle Rule::factor explicitly by Mike Kaganski · 1 year, 2 months ago
  72. f9dc1f6 tdf#158337 Use C++20 std::erase instead of std::remove followed by erase by bruh · 1 year, 3 months ago
  73. 7de7064 Avoid a warning shown since bumping Windows baseline by Mike Kaganski · 1 year, 4 months ago
  74. 8317008 Simplify getTypes implementations by Mike Kaganski · 1 year, 4 months ago
  75. 75f5c61 Simplify OPreparedStatement by Mike Kaganski · 1 year, 4 months ago
  76. 04c62ac Use std::initializer_list, C-style array instead of more expensive Sequence by Mike Kaganski · 1 year, 4 months ago
  77. b664c08 Drop support for Windows versions prior to Windows 10 by Mike Kaganski · 1 year, 4 months ago
  78. 8c1dbd3 cid#1607542 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 4 months ago
  79. 9c0443de tdf#158237 connectivity: use c++20 contains() instead of find() and end() by Bogdan Buzea · 1 year, 5 months ago
  80. db7152d2 tdf#163486: PVS: Identical branches by Bogdan Buzea · 1 year, 6 months ago
  81. f59ca5c Related tdf#105112: FB fix request for getFunctions by Julien Nabet · 1 year, 5 months ago
  82. afcfb89 Related tdf#105112: use XDatabaseMetadata3 in Firebird + implement getFunctions by Julien Nabet · 1 year, 5 months ago
  83. f2fc901 clang-tidy: performance-unnecessary-copy-initialization in connectivity by Noel Grandin · 1 year, 5 months ago
  84. e064452 tdf#163486: PVS: The variable was asign the same value. by Bogdan Buzea · 1 year, 6 months ago
  85. 1180b34 com::sun::star -> css by Mike Kaganski · 1 year, 5 months ago
  86. 5fe9b3d loplugin:reftotemp in codemaker..connectivity by Noel Grandin · 1 year, 5 months ago
  87. ed0b12f no need to take a copy of the getProcessComponentContext return value by Noel Grandin · 1 year, 5 months ago
  88. d833992 Avoid checking exact interface type of Any value by Mike Kaganski · 1 year, 5 months ago
  89. 56f3dbf Simplify a bit by Mike Kaganski · 1 year, 5 months ago
  90. 6d6d11a use more concrete UNO type in connectivity::ado by Noel Grandin · 1 year, 5 months ago
  91. 8d0a0bc use more concrete UNO type in connectivity::ado by Noel Grandin · 1 year, 5 months ago
  92. 6e1207c loplugin:passstuffbyref in chart2..connectivity by Noel Grandin · 1 year, 5 months ago
  93. d98de2d tdf#163486: PVS: Identical branches by Bogdan Buzea · 1 year, 6 months ago
  94. 72890bd loplugin:staticconstexpr (macOS) by Stephan Bergmann · 1 year, 5 months ago
  95. 5de73f0 new loplugin:staticconstexpr by Noel Grandin · 1 year, 6 months ago
  96. 7bbe74b cid#1555789 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 5 months ago
  97. 6f1508f cid#1555767 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 5 months ago
  98. 7cf8cff cid#1633347 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 5 months ago
  99. f0c49bd cid#1633781 Initialization or destruction ordering is unspecified by Caolán McNamara · 1 year, 5 months ago
  100. ee4554b cid#1555259 COPY_INSTEAD_OF_MOVE by Caolán McNamara · 1 year, 6 months ago