summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Expand)AuthorAgeFilesLines
* Related tdf#96833: breadcrumb: setting URL, host port gets lost.Giuseppe Castagno2016-01-051-0/+1
* loplugin:unusedfieldsNoel Grandin2015-12-245-19/+7
* loplugin:unusedfields UnoControls,ucbNoel Grandin2015-12-2121-66/+20
* Related tdf#90700 Add configuration for web connection timeout.Giuseppe Castagno2015-12-163-4/+32
* 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
* Fix tdf#90700 Notify connect timeout early.Giuseppe Castagno2015-12-141-0/+8
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-4/+4
* Add/change some logs in WebDAV ucb.ucp layer.Giuseppe Castagno2015-12-0210-113/+189
* loplugin:unusedfieldsNoel Grandin2015-11-301-4/+0
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-9/+5
* loplugin:unusedfields variousNoel Grandin2015-11-265-23/+14
* 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
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-123-7/+7
* loplugin:mergeclassesNoel Grandin2015-10-124-72/+13
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2015-10-112-4/+4
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-6/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-1/+0
* tdf#83531 Opening WebDAV URL WebDav fails if write is restrictedGiuseppe Castagno2015-10-051-0/+22
* tdf#82744: fix WebDAV lock/unlock behaviour - part 3Giuseppe Castagno2015-10-055-77/+301
* remove old standalone Sun bug numbersNoel Grandin2015-10-016-9/+8
* Fix typosAndrea Gelmini2015-09-304-6/+6
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-11/+0
* boost->stdCaolán McNamara2015-09-244-28/+28
* boost::scoped_ptr->std::unique_ptrCaolán McNamara2015-09-239-42/+40
* "unnamed namespaces don't work well yet" is no longer trueStephan Bergmann2015-09-171-6/+3