summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* tdf#101385: don't try to get SharePoint folder outside of allowed rangeMike Kaganski2016-08-101-1/+1
* fix typoMarkus Mohrhard2016-07-281-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-07-203-6/+6
* use Any constructor instead of temporariesNoel Grandin2016-07-208-65/+25
* Fix typosAndrea Gelmini2016-07-202-2/+2
* unnecessary use of OUString constructorNoel Grandin2016-07-201-12/+12
* Fix typosAndrea Gelmini2016-07-206-6/+6
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2016-07-201-4/+4
* Remove excess newlinesChris Sherlock2016-07-12145-1021/+0
* tdf#100783 Avoid infinite recursion in Content::getObject()Mike Kaganski2016-07-071-9/+12
* Resolves: tdf#55566 opening two docs with open document macro events can crashCaolán McNamara2016-06-031-10/+7
* tdf#99246 Use correct path for lock in PUT method.Giuseppe Castagno2016-05-091-1/+7
* Fix tdf#97500 Reinstate missing file error dialog on WebDAVGiuseppe Castagno2016-02-121-21/+5
* Related tdf#95217: Force HEAD method in Web access if PROPFIND failedGiuseppe Castagno2016-02-021-0/+3
* Related tdf#95217: Http header names are case insensitiveGiuseppe Castagno2016-02-022-4/+8
* Fix typo, change misleading warning messageGiuseppe Castagno2016-02-021-3/+3
* Add initial cppunit test to webdav, 'local' only, neon versionGiuseppe Castagno2016-02-023-0/+135
* Related tdf#96174: save again on Google Drive.Giuseppe Castagno2016-01-142-2/+10
* tdf#96669: IsDocument should be true only if the document existsGiuseppe Castagno2016-01-141-5/+21
* Related tdf#96833: breadcrumb: setting URL, host port gets lost.Giuseppe Castagno2016-01-071-0/+1
* Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno2015-12-213-4/+32
* Fix tdf#90700 Notify connect timeout early.Giuseppe Castagno2015-12-161-0/+8
* tdf#95792: fix saving file the first time on some WebDAV servers.Giuseppe Castagno2015-12-152-20/+29
* Some WebDAV server answer without 'DAV:' XML namespace.Giuseppe Castagno2015-12-151-1/+1
* Add/change some logs in WebDAV ucb.ucp layer.Giuseppe Castagno2015-12-0310-113/+189
* loplugin:unusedfields in ucb/Noel Grandin2015-11-2420-91/+23
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-201-11/+2
* use unique_ptr for pImpl in ucb/Noel Grandin2015-11-1710-16/+13
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-9/+3
* use initialiser for Sequence<OUString>Noel Grandin2015-11-1511-28/+14
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* new loplugin: memoryvarNoel Grandin2015-11-111-18/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1075-372/+372
* com::sun::star->css in tools/ and ucb/Noel Grandin2015-11-09143-3784/+3104
* coverity#1338238 Uncaught exceptionCaolán McNamara2015-11-062-5/+2
* coverity#1338237 Uncaught exceptionCaolán McNamara2015-11-062-3/+5
* coverity#1338236 Uncaught exceptionCaolán McNamara2015-11-062-2/+2
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-0615-94/+93
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-0534-110/+66
* yyyyyNoel Grandin2015-11-046-67/+37
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-012-9/+6
* Remove last stdio.h from ucb moduleJulien Nabet2015-11-011-2/+0
* UNO: no need to use OUString constructor when calling createInstanceNoel Grandin2015-10-304-6/+6
* tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann2015-10-264-0/+223
* ucb: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-231-26/+27
* cppcheck:variableScopeNoel Grandin2015-10-151-2/+1
* tdf#91054 cleanup weirdo function prototypeskerem2015-10-131-33/+17
* remove some useless commentsNoel Grandin2015-10-131-1/+0
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-12105-1273/+1273