1. e2451bd Convert indexOf->startsWith and lastIndexOf->endsWith by Noel Grandin · 12 years ago
  2. 118116a UCB: RepoContent::RepoContent use OUString::startsWith instead copy. by Arnaud Versini · 12 years ago
  3. 7a06928 convert code to use OUString::endsWith by Noel Grandin · 12 years ago
  4. a772496 Bin comments that claim to say why some header is included by Tor Lillqvist · 12 years ago
  5. ee5661e fdo#54938: Adapt supportsService implementations.. by Marcos Paulo de Souza · 12 years ago
  6. 45e366e drop unnecessary tools/string includes by Caolán McNamara · 12 years ago
  7. b538fc5 fdo#60698: Move fileaccess module to ucb by Marcos Paulo de Souza · 12 years ago
  8. 3de7c7b CMIS: show commit comment in versions dialog by Cédric Bosdonnat · 12 years ago
  9. 80dc3ae WaE: unused variable by Tor Lillqvist · 13 years ago
  10. cfb09f5 Indirect dependency on boost_headers by Stephan Bergmann · 13 years ago
  11. 2eb36dc Hack to not leave SolarMutex released after g_main_loop_run call by Stephan Bergmann · 13 years ago
  12. 86218bd Fix fdo#68894 Cmis crashes on start up. by Cao Cuong Ngo · 13 years ago
  13. 34f4d25 CMIS file picker: it really does not like ID Mark by Cao Cuong Ngo · 13 years ago
  14. ca4ee40 Improve debug output by Stephan Bergmann · 13 years ago
  15. b61970c Cmis Versions dialog by Cao Cuong Ngo · 13 years ago
  16. ed87e4c Replace XROW_GETXXX macro with template by Stephan Bergmann · 13 years ago
  17. 624ebf6 warning C4702: unreachable code by Stephan Bergmann · 13 years ago
  18. 3c4c6bb WaE: unused variables by Tor Lillqvist · 13 years ago
  19. 24a0763 ucb: rename "cmisucp" log area for consistency by Michael Stahl · 13 years ago
  20. b9ac217 ucb: add missing ucb.core log area, and ftp/ext too by Michael Stahl · 13 years ago
  21. 8248dbe ucb: fixed bad init of shared_ptr by Cédric Bosdonnat · 13 years ago
  22. 7dca33c WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t' by Tor Lillqvist · 13 years ago
  23. c33b82b libcmis: add a mandatory patch for GDrive feature to properly work by Cédric Bosdonnat · 13 years ago
  24. 5c1d908 CMIS properties dialog: get multiple values by Cao Cuong Ngo · 13 years ago
  25. b378e75 CMIS: fix file saving issue by Cao Cuong Ngo · 13 years ago
  26. 0e241ca CMIS: use FolderPtr instead of Folder pointer by Cao Cuong Ngo · 13 years ago
  27. 8513fe4 CMIS: add BaseURI property to remove warning by Cao Cuong Ngo · 13 years ago
  28. ff8b445 CMIS: add document ID when saving. by Cao Cuong Ngo · 13 years ago
  29. f6c0063 Store the decision about the certificate in a container to remember it by Cédric Bosdonnat · 13 years ago
  30. 9391e6b UCB Show more infos about errors loading UCP by Cédric Bosdonnat · 13 years ago
  31. 79c35f6 fdo#61589: ask what to do with invalid SSL certificates in CMIS UCP by Cédric Bosdonnat · 13 years ago
  32. 0d8b97b Resolves CMIS file picker propertyset out of range warning by Cao Cuong Ngo · 13 years ago
  33. eb23b2d CMIS properties: Add type to the UNO API by Cao Cuong Ngo · 13 years ago
  34. cd2702d CMIS Google Drive get repositories by Cao Cuong Ngo · 13 years ago
  35. a281090 CMIS: make GDrive work with path by Cao Cuong Ngo · 13 years ago
  36. 9431ace CMIS: getRepositories should call createSession by Cao Cuong Ngo · 13 years ago
  37. f6c9bf4 CMIS: the file picker prefer path to ID by Cao Cuong Ngo · 13 years ago
  38. a8949c0 CMIS create session by Cao Cuong Ngo · 13 years ago
  39. 56d3481 CMIS: connect LO to Google Drive by Cao Cuong Ngo · 13 years ago
  40. b24c15f Switched to use libcmis' future 0.4.0 code by Cédric Bosdonnat · 13 years ago
  41. 7c29619 CMIS properties dialog by Cao Cuong Ngo · 13 years ago
  42. d259e07 CMIS properties dialog: update properties by Cao Cuong Ngo · 13 years ago
  43. 9698079 Cmis Property by Cao Cuong Ngo · 13 years ago
  44. 91d9430 CMIS properties dialog by Cao Cuong Ngo · 13 years ago
  45. beff419 CMIS properties by Cao Cuong Ngo · 13 years ago
  46. eb6ab3b Mark as const by Takeshi Abe · 13 years ago
  47. 70a05c8 Avoid OS X sandbox messages when just checking if a pathname is a directory by Tor Lillqvist · 13 years ago
  48. 64b993e finish deprecation of O(U)String::valueOf() by Luboš Luňák · 13 years ago
  49. 2d2337e Improve some debug output by Stephan Bergmann · 13 years ago
  50. 27e7da16 sPropName is needed after all by Stephan Bergmann · 13 years ago
  51. dc3eb67 Fix unused variable (sPropName) by Julien Nabet · 13 years ago
  52. 0fcac72 Adapt to LibreOffice the previous commit by Stephan Bergmann · 13 years ago
  53. 7165b05 i121946 - Use enums to identify WebDAV/HTTP methods by Ariel Constenla-Haile · 13 years ago
  54. 3d737af Adapt to LibreOffice the previous commit by Stephan Bergmann · 13 years ago
  55. 424300b i121945 - WebDAV ucp: return StringPair instead of NamedValue by Ariel Constenla-Haile · 13 years ago
  56. da00f5e Adapt to LibreOffice the previous commit by Stephan Bergmann · 13 years ago
  57. 41c05c6 i121935 - UCB: new "addProperty" and "removeProperty" commands by Ariel Constenla-Haile · 13 years ago
  58. b74bf41 only use the SSPI support with internal neon by David Tardon · 13 years ago
  59. 2468928 Bin Chaos WIDs that are unused (only mentioned only in comments) by Tor Lillqvist · 13 years ago
  60. 03993b4 targetted clean of redundant header piece from 62badf3828 by Michael Meeks · 13 years ago
  61. 029c630 Mark as const by Takeshi Abe · 13 years ago
  62. 5ff4ccc ucb: fix DateTime in gvfs by Michael Stahl · 13 years ago
  63. 652ccbd i#108348 API CHANGE: add IsUTC to css.util.DateTime etc. by Michael Stahl · 13 years ago
  64. 35acb8a -Werror,-Wheader-guard (Clang trunk towards 3.4) by Stephan Bergmann · 13 years ago
  65. 8db392f API change: oslDateTime signed year by Lionel Elie Mamane · 13 years ago
  66. 8624906 Mark as const by Takeshi Abe · 13 years ago
  67. 49a4542 fdo#66324 fix locking in webdav_ucp::Content::getResourceType() by Michael Stahl · 13 years ago
  68. ba0a577 remove OUString wrap for string literals by Thomas Arnhold · 13 years ago
  69. 318f2b6 remove some createFromAscii usage by Thomas Arnhold · 13 years ago
  70. e67c21e Search for char instead of 1 char long string, when possible. by Thomas Arnhold · 13 years ago
  71. 51daa4d fdo#43460 sd,rsc,ucb,sdext: use isEmpty() by Jelle van der Waa · 13 years ago
  72. ae57695 Resolves: #i121947# Default User-Agent by Ariel Constenla-Haile · 13 years ago
  73. 9618c762 Fix build breaker by Ariel Constenla-Haile · 13 years ago
  74. 8eddae9 Resolves: #i121942# Explicitly set "ContentType" for non-DAV content by Ariel Constenla-Haile · 13 years ago
  75. f31d4ad Remove unused ContentProviderRegistrationInfo by Stephan Bergmann · 13 years ago
  76. 4d8bf09 Always try to mount in gio::Content::getGFileInfo by Stephan Bergmann · 13 years ago
  77. 8778882 Resolves: #i120738# need to call OWeakObject::release() explicitly by Jian Fang Zhang · 14 years ago
  78. 1b8cc40 Don't warn about undefined macro any more by Fridrich Štrba · 13 years ago
  79. 9eb4e4d Some more modules at least building with mingw64 by Fridrich Štrba · 13 years ago
  80. a1afcae fdo#46808, Convert XMultiServiceFactory in ucb module by Noel Grandin · 13 years ago
  81. dcbaf7c remove unused componentcontext.hxx includes by Noel Grandin · 13 years ago
  82. 2684858 fix build, bad merge by Caolán McNamara · 13 years ago
  83. 8de6167 Resolves: #i122273# - Avoid using tmpfile() by Ariel Constenla-Haile · 13 years ago
  84. d790433 Prefer prefix ++/-- operators for non-primitive types by Julien Nabet · 13 years ago
  85. 13b60fd ucb: NeonLockStore::stopTicker(): really avoid deadlock by Michael Stahl · 13 years ago
  86. 68ba278 ucb: NeonLockStore::stopTicker(): avoid deadlock by Michael Stahl · 13 years ago
  87. 7056e8e Resolves@ #i121926# fix malformed PROPFIND/PROPPATCH request body by Ariel Constenla-Haile · 13 years ago
  88. 3c18e25 Header clean-up by Ariel Constenla-Haile · 13 years ago
  89. b422119 Resolves; #i121201# Handle servers not supporting HEAD requests by Ariel Constenla-Haile · 13 years ago
  90. a86bc34 Resolves: #i121922# Fix wrong condition by Ariel Constenla-Haile · 13 years ago
  91. 6b56271 Let package_ucp::ContentProvider::createPackage throw exceptions on failure by Stephan Bergmann · 13 years ago
  92. cdabc88 Revert "Rename Boost libraries when built internally to match conventions" by Fridrich Štrba · 13 years ago
  93. 3aeecc5 Rename Boost libraries when built internally to match conventions by Tor Lillqvist · 13 years ago
  94. aac817b Related rhbz#961460: Fix regression around OUString::compareTo usage by Stephan Bergmann · 13 years ago
  95. 3a8cde7 Fold regexpmap.tpt inline template definitions into regexpmap.hxx by Stephan Bergmann · 13 years ago
  96. 6a043e9c Use the new type-checking Reference constructor to reduce code noise by Noel Grandin · 13 years ago
  97. 6bf00f0 fix for linking by Noel Grandin · 13 years ago
  98. 72e5d0c Move to MPLv2 license headers, with ESC decision and author's permission. by Michael Meeks · 13 years ago
  99. 6f17a2f Java cleanup, access static methods using correct syntax by Noel Grandin · 13 years ago
  100. cb33ae8 extend license filtering, and add fallback-checks. by Michael Meeks · 13 years ago