1. f6ffb68 Resolves: tdf#55566 opening two docs with open document macro events can crash by Caolán McNamara · 10 years ago
  2. 19d61be tdf#99246 Use correct path for lock in PUT method. by Giuseppe Castagno · 10 years ago
  3. a9abfef Fix tdf#97500 Reinstate missing file error dialog on WebDAV by Giuseppe Castagno · 10 years ago
  4. abec158 Related tdf#95217: Force HEAD method in Web access if PROPFIND failed by Giuseppe Castagno · 10 years ago
  5. 3d03b2f Related tdf#95217: Http header names are case insensitive by Giuseppe Castagno · 10 years ago
  6. 9bf2ca4 Fix typo, change misleading warning message by Giuseppe Castagno · 10 years ago
  7. d8393af Add initial cppunit test to webdav, 'local' only, neon version by Giuseppe Castagno · 10 years ago
  8. 5290bb4 Related tdf#96174: save again on Google Drive. by Giuseppe Castagno · 10 years ago
  9. 7704b0b tdf#96669: IsDocument should be true only if the document exists by Giuseppe Castagno · 10 years ago
  10. 8369e7d Related tdf#96833: breadcrumb: setting URL, host port gets lost. by Giuseppe Castagno · 10 years ago
  11. e169359 Related tdf#90700 Add configuration for web connection timeout. by Giuseppe Castagno · 10 years ago
  12. 5616d22 Fix tdf#90700 Notify connect timeout early. by Giuseppe Castagno · 10 years ago
  13. 522de03 tdf#95792: fix saving file the first time on some WebDAV servers. by Giuseppe Castagno · 10 years ago
  14. edc742e Some WebDAV server answer without 'DAV:' XML namespace. by Giuseppe Castagno · 10 years ago
  15. 0ee7944 Add/change some logs in WebDAV ucb.ucp layer. by Giuseppe Castagno · 10 years ago
  16. 00bb814 loplugin:unusedfields in ucb/ by Noel Grandin · 10 years ago
  17. fe3fd05 add mapKeysToSequence/mapValuesToSequence methods to comphelper by Noel Grandin · 10 years ago
  18. 85d7a76 use unique_ptr for pImpl in ucb/ by Noel Grandin · 10 years ago
  19. 8569c6d use initialiser list for Sequence<OUString> by Noel Grandin · 10 years ago
  20. 96c26b0 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  21. 25aec38 use initialiser for Sequence<OUString> by Noel Grandin · 10 years ago
  22. 8e234c5 use initialiser syntax for Sequence<OUString> by Noel Grandin · 10 years ago
  23. db17d3c new loplugin: memoryvar by Noel Grandin · 10 years ago
  24. 05b4902 loplugin:nullptr (automatic rewrite) by Stephan Bergmann · 10 years ago
  25. a3db495 com::sun::star->css in tools/ and ucb/ by Noel Grandin · 10 years ago
  26. aa9f75a coverity#1338238 Uncaught exception by Caolán McNamara · 10 years ago
  27. 41155a3 coverity#1338237 Uncaught exception by Caolán McNamara · 10 years ago
  28. a04b96e coverity#1338236 Uncaught exception by Caolán McNamara · 10 years ago
  29. ebb3beb loplugin:stringconstant: elide explicit ctor usage (automatic rewrite) by Stephan Bergmann · 10 years ago
  30. b37b7b5 use uno::Reference::set method instead of assignment by Noel Grandin · 10 years ago
  31. 59b072e yyyyy by Noel Grandin · 10 years ago
  32. b5db48a no need to use OUString constructor in call to createInstance by Noel Grandin · 10 years ago
  33. 4d6defc Remove last stdio.h from ucb module by Julien Nabet · 10 years ago
  34. 3bc5df7 UNO: no need to use OUString constructor when calling createInstance by Noel Grandin · 10 years ago
  35. 6948c54 tdf#75637: Resolve help images via a vnd.libreoffice.image UCP by Stephan Bergmann · 10 years ago
  36. fc90cf2 ucb: replace boost::ptr_vector with std::vector<std::unique_ptr> by Michael Stahl · 10 years ago
  37. b4b7703 cppcheck:variableScope by Noel Grandin · 10 years ago
  38. 98528be tdf#91054 cleanup weirdo function prototypes by kerem · 10 years ago
  39. 1716b3a remove some useless comments by Noel Grandin · 10 years ago
  40. b36963c Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  41. bff4c13 Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code by Stephan Bergmann · 10 years ago
  42. 06e4a98 loplugin:mergeclasses by Noel Grandin · 10 years ago
  43. c65ff07 cppcheck: Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 10 years ago
  44. b270233 clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  45. 7fa6bde clang-analyzer-deadcode.DeadStores by Stephan Bergmann · 11 years ago
  46. 0326352 tdf#83531 Opening WebDAV URL WebDav fails if write is restricted by Giuseppe Castagno · 11 years ago
  47. b4576f3 tdf#82744: fix WebDAV lock/unlock behaviour - part 3 by Giuseppe Castagno · 11 years ago
  48. e209d11 remove old standalone Sun bug numbers by Noel Grandin · 11 years ago
  49. 82f0a4f Fix typos by Andrea Gelmini · 11 years ago
  50. 3418070 loplugin:removeunusedmethods, remove unused stuff by Noel Grandin · 11 years ago
  51. c4fba65 boost->std by Caolán McNamara · 11 years ago
  52. 09b637e boost::scoped_ptr->std::unique_ptr by Caolán McNamara · 11 years ago
  53. 01d0f0f "unnamed namespaces don't work well yet" is no longer true by Stephan Bergmann · 11 years ago
  54. 93a0696 Related rhbz#1259746: Buffer file content read from GIO UCP by Stephan Bergmann · 11 years ago
  55. 0a94746 ucb: fix another duplicate WeakImplHelper<XInteractionRequest> by Michael Stahl · 11 years ago
  56. 67f4626 ucb: fix mergedlib duplicate WeakImplHelper<XInteractionRequest> by Michael Stahl · 11 years ago
  57. 5cce78f ucb: tdf#88206 replace cppu::WeakImplHelper* etc. by Takeshi Abe · 11 years ago
  58. b40b601 ditch gnome-vfs2 support by Caolán McNamara · 11 years ago
  59. 94c7668 loplugin:stringconstant: OUStringBuffer: appendAscii -> append by Stephan Bergmann · 11 years ago
  60. d3de490 Add vnd.sun.star.webdavs URL scheme by Stephan Bergmann · 11 years ago
  61. 9c3f532 Apply webdav-neon/ fix to webdav/, too by Stephan Bergmann · 11 years ago
  62. 9228f41 Missing davs URL scheme handling by Stephan Bergmann · 11 years ago
  63. 0d80e7d Clean up initialization of UcbPropertiesManager::m_pProps by Stephan Bergmann · 11 years ago
  64. 773d5c6 remove last WeakImplHelper8 uses by Caolán McNamara · 11 years ago
  65. 3d614a6 loplugin: defaultparams by Noel Grandin · 11 years ago
  66. 5da0dce Consolidate isFileUrl checks by Stephan Bergmann · 11 years ago
  67. 482f051 cppcheck:noExplicitConstructor in webdav, serf version by Giuseppe Castagno · 11 years ago
  68. 81908b3 Clean up reinterpret_casts by Stephan Bergmann · 11 years ago
  69. f52e295 loplugin:cstylecast by Stephan Bergmann · 11 years ago
  70. aade719 cppcheck:noExplicitConstructor by Giuseppe Castagno · 11 years ago
  71. 0398e1e CMIS: remember new session for each user by Szymon Kłos · 11 years ago
  72. 6343754 cppcheck:noExplicitConstructor by Noel Grandin · 11 years ago
  73. 403c134 loplugin:unusedmethods by Noel Grandin · 11 years ago
  74. a4fd6c4 inline some use-once typedefs by Noel Grandin · 11 years ago
  75. f5deb46 remove some unused typedefs by Noel Grandin · 11 years ago
  76. 2660d24 new loplugin: refcounting by Noel Grandin · 11 years ago
  77. a45827b loplugin:unusedmethods by Noel Grandin · 11 years ago
  78. 165c939 loplugin:cstylecast by Noel Grandin · 11 years ago
  79. 58cb142 loplugin:staticmethods by Noel Grandin · 11 years ago
  80. a3c6ead loplugin:loopvartoosmall by Noel Grandin · 11 years ago
  81. 53b496d loplugin:simplifybool by Noel Grandin · 11 years ago
  82. 3e4c5a35 loplugin:stringconstant by Noel Grandin · 11 years ago
  83. 16f3ef5 fix --with-webdav=serf build by Noel Grandin · 11 years ago
  84. 38ecca9 inline a bunch of use-once macros by Noel Grandin · 11 years ago
  85. efac5fa remove some unused defines by Noel Grandin · 11 years ago
  86. 95aad95 inline a handful of use-once #defines by Noel Grandin · 11 years ago
  87. 26e6d4b tdf#82744: fix WebDAV lock/unlock behaviour - part 1 by Giuseppe Castagno · 11 years ago
  88. 0619ed6d cmis: throw an error if we were not able to open repository by Vasily Melenchuk · 11 years ago
  89. 6003732 loplugin:simplifybool by Stephan Bergmann · 11 years ago
  90. 0207ef8 If user cancels authorization, don't show login dialog again by Szymon Kłos · 11 years ago
  91. bfbfdc9 PlaceEditDialog: only one error after failed auth by Szymon Kłos · 11 years ago
  92. 298272f tdf#84190 : when auth fails, don't remember passwords for cmis by Szymon Kłos · 11 years ago
  93. 0b2ec9b PlaceEditDialog: temporary error box (showing when auth failed) by Szymon Kłos · 11 years ago
  94. 5401318 cleanup some unnecessary direct usage of the OString/OUString C API. by Noel Grandin · 11 years ago
  95. e544f44 Fix typos by Andrea Gelmini · 11 years ago
  96. 9d77277 loplugin:unusedmethods ucb by Noel Grandin · 11 years ago
  97. 0c2073a coverity#1309265 Uncaught exception by Caolán McNamara · 11 years ago
  98. 462e986 Fix typos by Andrea Gelmini · 11 years ago
  99. e9e61a4 typo: therfore -> therefore by Andras Timar · 11 years ago
  100. 429e195 coverity#1309068 Uncaught exception by Caolán McNamara · 11 years ago