summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-2/+2
2016-02-09Remove excess newlinesChris Sherlock146-1026/+0
2016-02-09Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno1-21/+5
2016-02-08loplugin:unusedmethodsNoel Grandin1-29/+0
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-02-04fix typoMarkus Mohrhard1-1/+1
2016-02-02boost::hash->std::hashNoel Grandin1-2/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin1-12/+12
2016-01-30Related tdf#95217: Force HEAD method in Web access if PROPFIND failedGiuseppe Castagno1-0/+3
2016-01-30Related tdf#95217: Http header names are case insensitiveGiuseppe Castagno2-4/+8
2016-01-29Fix typo, change misleading warning messageGiuseppe Castagno1-3/+3
2016-01-29sequence->vector in OInteractionRequestNoel Grandin2-2/+2
2016-01-26Add initial cppunit test to webdav, 'local' only, neon versionGiuseppe Castagno3-0/+135
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin22-79/+90
2016-01-13loplugin:unusedmethods unused return value in ucb/Noel Grandin14-74/+33
2016-01-12Related tdf#96174: save again on Google Drive.Giuseppe Castagno2-2/+10
2016-01-10Fix typosAndrea Gelmini6-6/+6
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2016-01-08tdf#96669: IsDocument should be true only if the document existsGiuseppe Castagno1-5/+21
2016-01-05Related tdf#96833: breadcrumb: setting URL, host port gets lost.Giuseppe Castagno1-0/+1
2015-12-24loplugin:unusedfieldsNoel Grandin5-19/+7
2015-12-21loplugin:unusedfields UnoControls,ucbNoel Grandin21-66/+20
2015-12-16Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno3-4/+32
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-14Fix tdf#90700 Notify connect timeout early.Giuseppe Castagno1-0/+8
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-4/+4
2015-12-02Add/change some logs in WebDAV ucb.ucp layer.Giuseppe Castagno10-113/+189
2015-11-30loplugin:unusedfieldsNoel Grandin1-4/+0
2015-11-26mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin1-9/+5
2015-11-26loplugin:unusedfields variousNoel Grandin5-23/+14
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