summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2016-08-10tdf#101385: don't try to get SharePoint folder outside of allowed rangeMike Kaganski
2016-07-28fix typoMarkus Mohrhard
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-07-20use Any constructor instead of temporariesNoel Grandin
2016-07-20Fix typosAndrea Gelmini
2016-07-20unnecessary use of OUString constructorNoel Grandin
2016-07-20Fix typosAndrea Gelmini
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2016-07-12Remove excess newlinesChris Sherlock
2016-07-07tdf#100783 Avoid infinite recursion in Content::getObject()Mike Kaganski
2016-06-03Resolves: tdf#55566 opening two docs with open document macro events can crashCaolán McNamara
2016-05-09tdf#99246 Use correct path for lock in PUT method.Giuseppe Castagno
2016-02-12Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno
2016-02-02Related tdf#95217: Force HEAD method in Web access if PROPFIND failedGiuseppe Castagno
2016-02-02Related tdf#95217: Http header names are case insensitiveGiuseppe Castagno
2016-02-02Fix typo, change misleading warning messageGiuseppe Castagno
2016-02-02Add initial cppunit test to webdav, 'local' only, neon versionGiuseppe Castagno
2016-01-14Related tdf#96174: save again on Google Drive.Giuseppe Castagno
2016-01-14tdf#96669: IsDocument should be true only if the document existsGiuseppe Castagno
2016-01-07Related tdf#96833: breadcrumb: setting URL, host port gets lost.Giuseppe Castagno
2015-12-21Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno
2015-12-16Fix tdf#90700 Notify connect timeout early.Giuseppe Castagno
2015-12-15tdf#95792: fix saving file the first time on some WebDAV servers.Giuseppe Castagno
2015-12-15Some WebDAV server answer without 'DAV:' XML namespace.Giuseppe Castagno
2015-12-03Add/change some logs in WebDAV ucb.ucp layer.Giuseppe Castagno
2015-11-24loplugin:unusedfields in ucb/Noel Grandin
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin
2015-11-17use unique_ptr for pImpl in ucb/Noel Grandin
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin
2015-11-06coverity#1338238 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338237 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338236 Uncaught exceptionCaolán McNamara
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04yyyyyNoel Grandin
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-11-01Remove last stdio.h from ucb moduleJulien Nabet
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann
2015-10-23ucb: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-13tdf#91054 cleanup weirdo function prototypeskerem
2015-10-13remove some useless commentsNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann