1. 8df9935 tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]* by Gabor Kelemen · 8 years ago
  2. 37dba4f tdf#119850 show missing mysql connector options by Tamas Bunth · 8 years ago
  3. 4c945b2 new loplugin:methodcycles by Noel Grandin · 8 years ago
  4. 3208fcb tdf#119743: add Features entries in Properties block Drivers.xcu by Julien Nabet · 8 years ago
  5. cc2fe8c Replace SAL_OVERRIDE with override in internal code by Stephan Bergmann · 8 years ago
  6. 590e44c loplugin:simplifyconstruct (clang-cl) by Stephan Bergmann · 8 years ago
  7. 206b5b2 New loplugin:external by Stephan Bergmann · 8 years ago
  8. a9d3d2b loplugin:simplifyconstruct (macOS) by Stephan Bergmann · 8 years ago
  9. f439333 mysqlc: fix XPreparedStatement::setTimestamp by Tamas Bunth · 8 years ago
  10. 25ca378 mysqlc: prep stmt: check if cursor out of range by Tamas Bunth · 8 years ago
  11. b3e8106 mysqlc: Fix XResultSet::absolute and previous by Tamas Bunth · 8 years ago
  12. 9784934 tdf#42949 Fix IWYU warnings in include/ucbhelper/* by Gabor Kelemen · 8 years ago
  13. 50921d1 -Werror,-Wunused-macros (clang-cl) by Stephan Bergmann · 8 years ago
  14. 7430dfe loplugin:unusedmethods by Noel Grandin · 8 years ago
  15. 2da4359 loplugin:constantparam by Noel Grandin · 8 years ago
  16. cc7280e tdf#42949 Fix IWYU warnings in include/cppuhelper/* by Gabor Kelemen · 8 years ago
  17. bc81319 Fix typos by Andrea Gelmini · 8 years ago
  18. ed01dc1 mysqlc: ensure cursor is not out of range by Tamas Bunth · 8 years ago
  19. c289c25 loplugin:simplifyconstruct in canvas..cui by Noel Grandin · 8 years ago
  20. 16afac7 loplugin:useuniqueptr in OResultSetMetaData by Noel Grandin · 8 years ago
  21. 897f9c0 mysqlc: implement beforeFirst and fix findColumn by Tamas Bunth · 8 years ago
  22. 9b75c54 tdf#119615 Ownership of m_aFields is.. by Tamas Bunth · 8 years ago
  23. d2a1ca7 mysqlc: implement getImpotedKeys by Tamas Bunth · 8 years ago
  24. e2ecce7 Combine mysqlc and connectivity.mysqlc log areas by Stephan Bergmann · 8 years ago
  25. 340bde5 Revert "On macOS Library_mysqlc needs _iconv{,_close,_open}" by Michael Stahl · 8 years ago
  26. 0b06762 Translate German comments by Johnny_M · 8 years ago
  27. 98a03d8 mysqlc: Add library to log areas and put some by Tamas Bunth · 8 years ago
  28. 085269d Replace find_if with proper quantifier algorithms by Arkadiy Illarionov · 8 years ago
  29. 4c91b89 new loplugin:oustringbuffer by Noel Grandin · 8 years ago
  30. 6dbae37 loplugin:constantparam (1) by Noel Grandin · 8 years ago
  31. a67acf8 mysqlc: registry xml: install driver by Tamas Bunth · 8 years ago
  32. abee8ff SYSTEM_MYSQL_CPPCONN is never defined by Stephan Bergmann · 8 years ago
  33. 15f6a37 coverity#1438784 Uninitialized pointer field by Caolán McNamara · 8 years ago
  34. ff74bd3 coverity#1438783 Unchecked return value by Caolán McNamara · 8 years ago
  35. ca8f76a coverity#1438785 Uninitialized pointer field by Caolán McNamara · 8 years ago
  36. 43f3095 mysqlc: fix registry configuration by Tamas Bunth · 8 years ago
  37. 5c5515f mysqlc: Fix issue by freeing result sets by Tamas Bunth · 8 years ago
  38. 63f8c50 -Werror,-Wunused-private-field by Stephan Bergmann · 8 years ago
  39. 5061663 drop unnecessary SYSTEM_MYSQL_CONNECTOR_CPP by Caolán McNamara · 8 years ago
  40. a42f498 presumably should be mysqlc here by Caolán McNamara · 8 years ago
  41. 71cbeee CPPCONN_LIB now unused by Caolán McNamara · 8 years ago
  42. c112c98 Fix typos by Andrea Gelmini · 8 years ago
  43. 26b40fc Moving mysqlc into connectivity as a library by Tamas Bunth · 8 years ago
  44. 0787ce8 Simplify containers iterations, tdf#96099 follow-up by Arkadiy Illarionov · 8 years ago
  45. 7a0f3d1 Translate German comments by Johnny_M · 8 years ago
  46. 7125c67 loplugin:useuniqueptr in connectivity/file by Noel Grandin · 8 years ago
  47. 57abece Fix typo: s/an other/another/g by Andrea Gelmini · 8 years ago
  48. 4b84202 pgsql-sdbc: better debug message by Lionel Elie Mamane · 8 years ago
  49. cd66852 create appendCopy method in OUStringBuffer by Noel Grandin · 8 years ago
  50. f4eba92 Translate German variable names by Johnny_M · 8 years ago
  51. 9878827 coverity#1438225 Improper use of negative value by Caolán McNamara · 8 years ago
  52. 4a779c4 loplugin:returnconstant in connectivity by Noel Grandin · 8 years ago
  53. 1eeb8d3 replace double checked locking patterns by Jochen Nitschke · 8 years ago
  54. b6b9b03 remove unused variable by Jochen Nitschke · 8 years ago
  55. c9f744f Restore the accidentally overwritten array value in ODatabaseMetaData by Muhammet Kara · 8 years ago
  56. fa87224 loplugin:stringloop basctl,chart2,connectivity by Noel Grandin · 8 years ago
  57. 1108f9c Remove unused iterators from MQueryHelper.cxx and mork_helper.cxx by Muhammet Kara · 8 years ago
  58. ea7e6dd use OUStringBuffer in some loops by Noel Grandin · 8 years ago
  59. 322acaa connectivity: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9) by Stephan Bergmann · 8 years ago
  60. 6bc58f5 Remove unused local variable 'aResultNode' by Muhammet Kara · 8 years ago
  61. ee025b7 loplugin:returnconstant in tools,comphelper,unotools by Noel Grandin · 8 years ago
  62. dfaa7d4 Add missing sal/log.hxx headers by Gabor Kelemen · 8 years ago
  63. 9eb929a connectivity: turn on clang-format for the Writer driver by Miklos Vajna · 8 years ago
  64. 7c610a2 loplugin:constantparam by Noel Grandin · 8 years ago
  65. c179e8a tdf#118112: Use ParameterNameSubstitution for Mysql by Julien Nabet · 8 years ago
  66. 5708534 look for unnecessary calls to Reference::is() after an UNO_QUERY_THROW by Noel Grandin · 8 years ago
  67. 8ddca06 tdf#42949 remove unused compheler includes .. by Jochen Nitschke · 8 years ago
  68. 54ddc4f tdf#117446: FB mig, (VAR)BINARY, fix memory management by Julien Nabet · 8 years ago
  69. f62243c tdf#96099 Remove some trivial typedef std::vector by Arkadiy Illarionov · 8 years ago
  70. 6e36ec6 Fix typos by Andrea Gelmini · 8 years ago
  71. 3a51dae Improve re-throwing of UNO exceptions by Noel Grandin · 8 years ago
  72. 7ab34b5 loplugin:redundantcast improvements for floating-integer conversions by Stephan Bergmann · 8 years ago
  73. fddc55c fix typo by Rene Engelhard · 8 years ago
  74. e37135d move Java from config_features to already existing config_java by Rene Engelhard · 8 years ago
  75. 6e890cf Fix some IWYU warnings by Miklos Vajna · 8 years ago
  76. 4d7867c loplugin:useuniqueptr in OPreparedStatement by Noel Grandin · 8 years ago
  77. 0e2d60f loplugin:useuniqueptr in OResultSet by Noel Grandin · 8 years ago
  78. a13a8f3 loplugin:useuniqueptr in OCommonStatement by Noel Grandin · 8 years ago
  79. 0ce6774 loplugin:useuniqueptr in MQueryHelper by Noel Grandin · 8 years ago
  80. 7baed0c loplugin:useuniqueptr in OFileTable by Noel Grandin · 8 years ago
  81. 8696839 loplugin:useuniqueptr in connectivity::OSortIndex by Noel Grandin · 8 years ago
  82. b66ba0f make createStream_simpleError return std::unique_ptr by Noel Grandin · 8 years ago
  83. edd0d35 loplugin:countusersofdefaultparams by Noel Grandin · 8 years ago
  84. 7a67d7a use more thread safe static initializer in postgresql driver by Jochen Nitschke · 8 years ago
  85. a389516 Iceweasel and Icedove are dead… by Adolfo Jayme Barrientos · 8 years ago
  86. 8a1a989 tdf#117081: show Firebird by default by Xisco Fauli · 8 years ago
  87. 9a831a6 remove no longer necessary operator new/delete overrides by Noel Grandin · 8 years ago
  88. b9f9f82 loplugin:constparams by Noel Grandin · 8 years ago
  89. b4d36b5 remove some unused comphelper includes by Jochen Nitschke · 8 years ago
  90. 3bb1f0b3 Revert HSQLDB related unit tests by Tamas Bunth · 8 years ago
  91. f5a2fed tdf#105075 Firebird: Support Limit of query_GUI by Tamas Bunth · 8 years ago
  92. 00685f1 Fix typos by Andrea Gelmini · 8 years ago
  93. f4fc28a Revert "Remove dead HSQLDB driver" by Sophia Schröder · 8 years ago
  94. 49eb02f new loplugin:unusedvariablemore by Noel Grandin · 8 years ago
  95. 6726600 Fix typos by Andrea Gelmini · 8 years ago
  96. 8d381ae Remove dead HSQLDB driver by Tamas Bunth · 8 years ago
  97. 7f8d611 SQL string quoting: escape "'" character also at beginning of string by Lionel Elie Mamane · 8 years ago
  98. 159dd28 dbaccess: Enable hsql migration by default by Tamas Bunth · 8 years ago
  99. 3ec490f tdf#96099: replaced trivial typedef OStringVector by kowther · 8 years ago
  100. 0e493cae new loplugin:dbgunhandledexception by Noel Grandin · 8 years ago