summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-7/+7
2015-10-12loplugin:mergeclassesNoel Grandin4-72/+13
2015-10-11cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2-4/+4
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+2
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-05tdf#83531 Opening WebDAV URL WebDav fails if write is restrictedGiuseppe Castagno1-0/+22
2015-10-05tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno5-77/+301
2015-10-01remove old standalone Sun bug numbersNoel Grandin6-9/+8
2015-09-30Fix typosAndrea Gelmini4-6/+6
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-11/+0
2015-09-24boost->stdCaolán McNamara4-28/+28
2015-09-23boost::scoped_ptr->std::unique_ptrCaolán McNamara9-42/+40