1. a50d429 loplugin:includeform: package by Stephan Bergmann · 8 years ago
  2. 87a9979 overload std::hash for OUString and OString by Noel Grandin · 8 years ago
  3. e26f8d2 coverity#1401307 document checked 'Uncaught exception' by Caolán McNamara · 9 years ago
  4. c95221f Replace list by vector InputStreamsList_Impl (package) by Julien Nabet · 8 years ago
  5. 2c05d75 add << operator for css::uno::Exception by Noel Grandin · 9 years ago
  6. d3971ec new loplugin:blockblock by Noel Grandin · 9 years ago
  7. 20bae56 throw more useful uno::Exception's by Noel Grandin · 9 years ago
  8. 50da5d0 simplify some OUString compareTo calls by Muhammet Kara · 9 years ago
  9. 1ffba0e loplugin:flatten check for throw in then clause by Noel Grandin · 9 years ago
  10. e44c188 Fix typos by Andrea Gelmini · 9 years ago
  11. 2684aef new loplugin unnecessarycatchthrow by Noel Grandin · 9 years ago
  12. b63609b loplugin:flatten in framework..package by Noel Grandin · 9 years ago
  13. 65e293f clang-tidy modernize-use-emplace in package..sax by Noel Grandin · 9 years ago
  14. 26957fc tdf#108572 let remove storage element by Szymon Kłos · 9 years ago
  15. 9245ce9 Replace some lists by vectors in xstorage (part2) by Julien Nabet · 9 years ago
  16. a4231a1 Replace some lists by vectors in xstorage (package module) by Julien Nabet · 9 years ago
  17. aff5951 Fixing threadedStream produce loop condition: by Mohammed Abdul Azeem · 9 years ago
  18. 7a82caa8 package: get rid of requirement for plain passwords by Thorsten Behrens · 9 years ago
  19. 570d7f9 tdf#111481 package: seek to 0 before truncate() by Miklos Vajna · 9 years ago
  20. a209172 loplugin:constantparam by Noel Grandin · 9 years ago
  21. c394363 loplugin:constparams in basctl by Noel Grandin · 9 years ago
  22. c925381 loplugin:oncevar by Noel Grandin · 9 years ago
  23. b32ead5 loplugin:checkunusedparams more part1 by Noel Grandin · 9 years ago
  24. def6f7f tdf#108835 Fixed writer crash on adding Autocorrect Entry: by Mohammed Abdul Azeem · 9 years ago
  25. 50985d9 loplugin:constparams in package by Noel Grandin · 9 years ago
  26. 3697b87 use more OUString::operator== in forms..sal by Noel Grandin · 9 years ago
  27. 539c75b strip some linefeeds from the end of debug output by Noel Grandin · 9 years ago
  28. 7de833a simplify calls OUString::copy in foo.copy(x, foo.getLength() - x) by Noel Grandin · 9 years ago
  29. a62507e tdf#108821 - fix for overflow of variables on opening huge files by Mohammed Abdul Azeem · 9 years ago
  30. 868d8c8 loplugin:unnecessaryparen handle parens inside call expr by Noel Grandin · 9 years ago
  31. 4a8f8c0 tdf#108821 - fixed bad alloc on opening large file by Michael Meeks · 9 years ago
  32. a1ead1a loplugin unnecessaryparan improvements by Noel Grandin · 9 years ago
  33. 4b2262a new loplugin unnecessaryparen by Noel Grandin · 9 years ago
  34. 7c024c7 loplugin:casttovoid: package by Stephan Bergmann · 9 years ago
  35. 979c8c5 loplugin:oncevar in oox..sax by Noel Grandin · 9 years ago
  36. 809e2d3 create comphelper::RefCountedMutex by Noel Grandin · 9 years ago
  37. c573a10 Avoid race between mbTerminate check and wait. by Michael Meeks · 9 years ago
  38. a3bedb7 use local statics for getUnoTunnelImplementationId by Jochen Nitschke · 9 years ago
  39. 7260bb7 Setting Buffered(threaded)Stream as default: by Mohammed Abdul Azeem · 9 years ago
  40. 5c1aedc Fix typos by Andrea Gelmini · 9 years ago
  41. 0632208 First cut at moving unzipping into new thread: by Mohammed Abdul Azeem · 9 years ago
  42. d21a675 Fixing loose ends for multithread Sync in package/: by Mohammed Abdul Azeem · 9 years ago
  43. cac4aa7 Improved loplugin:redundantcast static_cast handling: package by Stephan Bergmann · 9 years ago
  44. 94d9d89 Remove some unnecessary scaffolding around SAL_WARN calls by Stephan Bergmann · 9 years ago
  45. ef513fd remove unnecessary use of OString::getStr by Noel Grandin · 9 years ago
  46. 389da66 remove unused uno::Reference vars by Noel Grandin · 9 years ago
  47. 9594967 cleanup osl/diagnose.h includes by Jochen Nitschke · 9 years ago
  48. 719a2ad remove unnecessary empty OUString fields and vars by Noel Grandin · 9 years ago
  49. 97eb00c revert OSL_ASSERT changes by Chris Sherlock · 9 years ago
  50. 33f1e7e tdf#43157: convert package module away from OSL_ASSERT to assert by Chris Sherlock · 9 years ago
  51. 0d7f5e0 loplugin:checkunusedparams in package..reportdesign by Noel Grandin · 9 years ago
  52. 7e6aa4e loplugin:salunicodeliteral: package by Stephan Bergmann · 9 years ago
  53. f8fdc64 tdf#105942 Don't hang when file is protected and compressed by Xisco Fauli · 9 years ago
  54. da64d198 tools: svstream.hxx needs only errcode.hxx & not errinf.hxx by Chris Sherlock · 9 years ago
  55. 8c8f2a5 remove unnecessary explicit linefeeds from end of SAL and OSL log calls by Noel Grandin · 9 years ago
  56. 9e4d84d drop document_io_logring.txt and use global logging by Caolán McNamara · 9 years ago
  57. da56de9 remove type decorations on char literals by Jochen Nitschke · 9 years ago
  58. 095438e Fix typos by Andrea Gelmini · 9 years ago
  59. 82ea4fd Use copy ctor instead of ZipPackageFolder::copyZipEntry by Stephan Bergmann · 9 years ago
  60. 988ac73 use std::unique_ptr by Caolán McNamara · 9 years ago
  61. d2e77c3 Some simplifications, using UNO_QUERY_THROW by Stephan Bergmann · 9 years ago
  62. 6dce9c6 Add missing #includes by Stephan Bergmann · 9 years ago
  63. f1d83ac loplugin:stringconstant check for unnecessary OUString constructor.. by Noel Grandin · 9 years ago
  64. e57ca02 Remove dynamic exception specifications by Stephan Bergmann · 9 years ago
  65. ef2b434 loplugin: unnecessary destructor oox..sax by Noel Grandin · 9 years ago
  66. de70ad0 New loplugin:dynexcspec: Add @throws documentation, package by Stephan Bergmann · 9 years ago
  67. e87071a replace boost::checked_deleter with std::default_delete by Jochen Nitschke · 9 years ago
  68. 294f2e6 tdf#97597: attempt to add test for multithreaded input stream buffering. by Kohei Yoshida · 9 years ago
  69. eea296d Use unique_ptr for ZipFile here. by Kohei Yoshida · 9 years ago
  70. 32c9876 ZipFile: make it work on MSVC 14.0 by David Ostrovsky · 9 years ago
  71. 4ae705d tdf#97597: Ensure that each parsing thread has its own buffer. by Kohei Yoshida · 9 years ago
  72. e442b76 package: fixup SAL_CALL removal by Thorsten Behrens · 9 years ago
  73. 14e65f7 These SAL_CALL can go as well... by Kohei Yoshida · 9 years ago
  74. f7c9eca Use std::unique_ptr for the ZipFile instance. by Kohei Yoshida · 9 years ago
  75. e5dc4ab Not worth having this as a separate data member. by Kohei Yoshida · 9 years ago
  76. 52b8739 Let's return std::unique_ptr<...> directly. by Kohei Yoshida · 9 years ago
  77. a544fd5 Remove unnecessary UNO-ness from ZipFile class. by Kohei Yoshida · 9 years ago
  78. d81b0c9 coverity#704153 merge m_xRootFolder and m_pRootFolder by Caolán McNamara · 9 years ago
  79. 4f24613 Rename css::packages::ContentInfo to just ZipContentInfo. by Kohei Yoshida · 9 years ago
  80. 7c117c5 Clean up and annotate the code a bit. by Kohei Yoshida · 9 years ago
  81. 63ddc8d Reduce scope by removing unnecessary else clauses. by Kohei Yoshida · 9 years ago
  82. aa68c99 tdf#104126 - comphelper thread-pool, use reliable std::condition_variable. by Michael Meeks · 9 years ago
  83. 3838475 drop extra semicolons by David Tardon · 9 years ago
  84. 25205d5 package: ODF: bump PBKDF2 iteration counts by Michael Stahl · 9 years ago
  85. dca61b5 loplugin:expandablemethods in lotuswordpro..package by Noel Grandin · 9 years ago
  86. 1430158 style fix for cppcheck redundantCondition by Jochen Nitschke · 9 years ago
  87. 8826771 style fixes for cppcheck noExplicitConstructor by Jochen Nitschke · 9 years ago
  88. e140e40 loplugin:expandablemethodds in lotuswordpro..package by Noel Grandin · 9 years ago
  89. 930f024 replace <<= with assign for <<= with rhs Any by Jochen Nitschke · 9 years ago
  90. 91dd2db loplugin:override: No more need for the "MSVC dtor override" workaround by Stephan Bergmann · 10 years ago
  91. 1013587 loplugin:constantparam in package..stoc by Noel Grandin · 10 years ago
  92. 0cdfe1c loplugin:stringconstant: adapt to improved OUStringLiteral1 (package) by Stephan Bergmann · 10 years ago
  93. fb46ba9 coverity#1371440 Uncaught exception by Caolán McNamara · 10 years ago
  94. 1015d35 OFFICE-3708: package: recognize correct SHA256 URL by Michael Stahl · 10 years ago
  95. f12476f loplugin:countusersofdefaultparams in oox..sd by Noel Grandin · 10 years ago
  96. 508c95f improve passstuffbyref return analysis by Noel Grandin · 10 years ago
  97. 76ad32b add tagging to ThreadTasks so we don't need more one pool by Noel Grandin · 10 years ago
  98. d94d88d loplugin:passstuffbyref also for {css::uno,rtl}::Reference by Stephan Bergmann · 10 years ago
  99. 48a8d6d loplugin:singlevalfields in various by Noel Grandin · 10 years ago
  100. 9084c11 sfx2: exception on storage commit is an error (related: tdf#91807) by Michael Stahl · 10 years ago