summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2016-08-10tdf#101385: don't try to get SharePoint folder outside of allowed rangeMike Kaganski1-1/+1
2016-07-28fix typoMarkus Mohrhard1-1/+1
2016-07-20Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann3-6/+6
2016-07-20use Any constructor instead of temporariesNoel Grandin8-65/+25
2016-07-20Fix typosAndrea Gelmini2-2/+2
2016-07-20unnecessary use of OUString constructorNoel Grandin1-12/+12
2016-07-20Fix typosAndrea Gelmini6-6/+6
2016-07-20loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-4/+4
2016-07-12Remove excess newlinesChris Sherlock145-1021/+0
2016-07-07tdf#100783 Avoid infinite recursion in Content::getObject()Mike Kaganski1-9/+12
2016-06-03Resolves: tdf#55566 opening two docs with open document macro events can crashCaolán McNamara1-10/+7
2016-05-09tdf#99246 Use correct path for lock in PUT method.Giuseppe Castagno1-1/+7
2016-02-12Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno1-21/+5
2016-02-02Related tdf#95217: Force HEAD method in Web access if PROPFIND failedGiuseppe Castagno1-0/+3
2016-02-02Related tdf#95217: Http header names are case insensitiveGiuseppe Castagno2-4/+8
2016-02-02Fix typo, change misleading warning messageGiuseppe Castagno1-3/+3
2016-02-02Add initial cppunit test to webdav, 'local' only, neon versionGiuseppe Castagno3-0/+135
2016-01-14Related tdf#96174: save again on Google Drive.Giuseppe Castagno2-2/+10
2016-01-14tdf#96669: IsDocument should be true only if the document existsGiuseppe Castagno1-5/+21
2016-01-07Related tdf#96833: breadcrumb: setting URL, host port gets lost.Giuseppe Castagno1-0/+1
2015-12-21Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno3-4/+32
2015-12-16Fix tdf#90700 Notify connect timeout early.Giuseppe Castagno1-0/+8
2015-12-15tdf#95792: fix saving file the first time on some WebDAV servers.Giuseppe Castagno2-20/+29
2015-12-15Some WebDAV server answer without 'DAV:' XML namespace.Giuseppe Castagno1-1/+1
2015-12-03Add/change some logs in WebDAV ucb.ucp layer.Giuseppe Castagno10-113/+189
2015-11-24loplugin:unusedfields in ucb/Noel Grandin20-91/+23
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-11/+2
2015-11-17use unique_ptr for pImpl in ucb/Noel Grandin10-16/+13
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-9/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin11-28/+14
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin2-4/+2
2015-11-11new loplugin: memoryvarNoel Grandin1-18/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann75-372/+372
2015-11-09com::sun::star->css in tools/ and ucb/Noel Grandin143-3784/+3104
2015-11-06coverity#1338238 Uncaught exceptionCaolán McNamara2-5/+2
2015-11-06coverity#1338237 Uncaught exceptionCaolán McNamara2-3/+5
2015-11-06coverity#1338236 Uncaught exceptionCaolán McNamara2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann15-94/+93
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin34-110/+66
2015-11-04yyyyyNoel Grandin6-67/+37
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin2-9/+6
2015-11-01Remove last stdio.h from ucb moduleJulien Nabet1-2/+0
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin4-6/+6
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann4-0/+223
2015-10-23ucb: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-26/+27
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-13tdf#91054 cleanup weirdo function prototypeskerem1-33/+17
2015-10-13remove some useless commentsNoel Grandin1-1/+0
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann105-1273/+1273